Any chance of finding the DB schema somewhere?
You can find the media databases here
~/Library/Application\ Support/Plex\ Media\ Server/Plug-in\ Support/Databases
however, it is now an pretty bad idea to directly mess with the sqlite database. there are several new abstraction layers on top of the db, and trying to interact with the raw sqlite is just asking for trouble. you should interact with the library through either the plex media server http/xml api, or the plex media scanner command line interface. the new smart library backend is extremely complex and no longer just a simple dumb db, dont mess with the sql.
Then some doc on the API would be nice 
I like the fact that dev people keep saying dont do this and dont do that
well, then bring us some infomation on the API’s…
jeezz
Chill man. Either the devs fix the major bugs or they create the documentation, at the moment the choice is pretty clear at least for me.
I’d like to see a little stand-alone python code on how to retrieve meta-information from the database.
I want to make some utilities to do things; like show movies that weren’t scraped for some reason, etc.
are you talking about movies that haven't been scanned? Would those movies even be in the database? Or are you talking about movies that do show up in Plex media manager but that don't find a match with freebase so that no metadata information is filled in?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.