transfer-plex-user-viewstate icon indicating copy to clipboard operation
transfer-plex-user-viewstate copied to clipboard

Use Plex's custom version of sqlite

Open smergler opened this issue 1 year ago • 1 comments

per: https://support.plex.tv/articles/repair-a-corrupted-database/

Plex is using a custom version of sqlite, this script should allow for it to be specified, since it won't work anymore.

A possible way to get it working is listed in this stack overflow: https://stackoverflow.com/questions/48865416/how-to-use-the-latest-sqlite3-version-in-python

smergler avatar Jul 14 '23 05:07 smergler

Looking at the Plex API, I would actually much rather rewrite the whole thing to use the API to do this. Seems much safer than directly using the database. Plus you could to with the server running.

cetteup avatar Jul 14 '23 17:07 cetteup