Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Plex's custom version of sqlite #8

Open
smergler opened this issue Jul 14, 2023 · 1 comment
Open

Use Plex's custom version of sqlite #8

smergler opened this issue Jul 14, 2023 · 1 comment

Comments

@smergler
Copy link

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

@cetteup
Copy link
Owner

cetteup commented Jul 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants