Hi. What is the database type (and can it be converted to an MS Access, Excel, or txt file format for manipulation?) and what is the Windows file explorer path to the database location?
Thanks,
ttrenchj
Hi. What is the database type (and can it be converted to an MS Access, Excel, or txt file format for manipulation?) and what is the Windows file explorer path to the database location?
Thanks,
ttrenchj
@OttoKerner said:
SQLiteno
https://support.plex.tv/hc/en-us/articles/201100678-Repair-a-Corrupt-Database
@OttoKerner: I’m not familiar with SQLite specifically. Would I be able to modify the com.plexapp.plugins.library.db using SQLite?
In theory, yes.
But you need to know how the tables in the DB interact with each other, or you may bring your db into an inconsistent state.
I advise you to check out this tool and its source code to get some insight:
and maybe this thread as well:
@OttoKerner said:
In theory, yes.
But you need to know how the tables in the DB interact with each other, or you may bring your db into an inconsistent state.I advise you to check out this tool and its source code to get some insight:
https://forums.plex.tv/discussion/120292/moviefans-database-tool-for-plex/p1#topand maybe this thread as well:
https://forums.plex.tv/discussion/comment/1080551/#Comment_1080551
@OttoKerner: Thank you.