Problem with buffer size

Hmm. Definitely still seems like a permission thing…

I’m guessing this returns unable to open file too:

felix@plex:/$ head  '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db'
�����P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)�##�Qtablemedia_partsmedia_partsCREATE TABLE "media_parts" ("id" IN

And you’ve logged in and out after changing /etc/group, right?

that worked, gives a whole bunch of stuff

Getting more strange.

Does this work if you run too?

felix@plex:~$ sqlite3 -header -line '/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db' 'SELECT Library, Items FROM ( SELECT name AS Library, COUNT(duration) AS Items FROM media_items m LEFT JOIN library_sections l ON l.id = m.library_section_id WHERE library_section_id > 0 GROUP BY name );'
Library =   TV
  Items = 13516

Library =  Movies
  Items = 1413

Library = Exercise
  Items = 270

Library = MMA
  Items = 41

Library = Misc
  Items = 7

that one does not work

Do you have sqlite3 installed?

which sqlite3
/usr/bin/sqlite3

Or what error does it spit out?

/usr/bin/sqlite3