Releases: mynttt/UpdateTool
Releases · mynttt/UpdateTool
Release: 1.6.0
- 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.
UpdateTool GUI: 1.0.4
Support for:
- 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).
Release: 1.5.8
- Added
OVERRIDE_DATABASE_LOCATION
environment variable in case that thePlex Media Folder/Plug-in Support/Databases/*.db
folder structure is violated. (Folder needs to contain the database file tho! You can't change the name of that (yet)).
Release: 1.5.7
- Database corruption mitigation reworked in order to support newer plex versions
- Added some library processing details for easier debugging of potential future issues
Release: 1.5.6b
- bugfix regarding support for 16 char TVDB v3 keys
UpdateTool GUI: 1.0.3
- Fixed auto update version download bug. Correct version will now be downloaded.
Release: 1.5.6
- support for 16 char TVDB v3 keys
Release: 1.5.5
- Added webscraper fuctionality with cache (7 days for existing items / 30 day ignore for not rated yet / permanent ignore for 404s) in case the IMDB rating set does not contain the rating for an entry to prevent
Ignoring: 'xyz' with IMDB ID: tt12345 supplies no valid rating := 'null'
situations.
UpdateTool GUI: 1.0.2
- NullPointerException fixed
Release: 1.5.4
- Removed spammy messages in resolvement log
- Better handling for mitigation system
- Added mitigation for Plex ICU database change -> USE THIS TOOL ON YOUR OWN RISK UNTIL TESTED FIERCELY BY THE COMMUNITY i.e. keep a database backup!
- Mitigation works by removing two database triggers before updating the ratings and adding them immediatly after again to bypass an SQLite crash due to no ICU extension included in the sqlite-jdbc build
- Bumped id error resolvement caching up to 30 days as most resolvement errors are 404s of dead shows anyways
- Fixed spammy "cached new movie agent xxx id message" that should not appear once an id has been cached