How hard would it be to have Plex use a MySQL server instead of SQLlite that it uses now?
I'm specificly wanting to know about the watched state as I want to be able to access the data
outside of Plex and not have to back it up incase I have to move Plex or anything like that.
I understand that XBMC allows you to use MySQL as an option in one of the preference files, does Plex still have that?
To do it yourself? Pretty difficult I would guess. I imagine that Plex is pretty tightly coupled to SQLlite databases. But what’s stopping you from reading the SQLlite database anyway? You just can just download a viewer or query it as you would with a MySQL database.
To do it yourself? Pretty difficult I would guess. I imagine that Plex is pretty tightly coupled to SQLlite databases. But what's stopping you from reading the SQLlite database anyway? You just can just download a viewer or query it as you would with a MySQL database.
Mainly I want to be able to have a MySQL server with my local Plex replicate to a remote MySQL DB to be able to do stuff with so I can't really use SQLite.
I've longed to have this functionality myself. This would open up Plex to so many new 3rd party apps it's not even funny.
Right now even with proper tools like sqlite3 or programming libs to access sqlite there is the "locking errors/problems" and high chance of database corruption when accessing the DB while Plex is running.