- Bumped scraping blacklist expiry from 30 to 90 days
- Introduced
USE_PLEX_SQLITE_BINARY_FOR_WRITE_ACCESS
environment variable that allows to use Plex's own non-standard SQLite3 version for write operations. This should fix any kind of database corruptions that occurred mysteriously for some users. In non-docker environments, this must point to the Plex specific SQLite binary (contained in the Main Plex Folder next to the Plex Media Server binary). In docker environments this just needs to containtrue
in order to be used as the docker contains a local and stripped down version of Plex for this purpose.