Skip to content

Releases: mynttt/UpdateTool

Release: 1.6.0

20 Sep 21:56
2a7d6cb
Compare
Choose a tag to compare
  • 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 contain true 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

20 Sep 21:53
Compare
Choose a tag to compare

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

16 Jul 22:23
Compare
Choose a tag to compare
  • Added OVERRIDE_DATABASE_LOCATION environment variable in case that the Plex 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

16 Jul 19:40
Compare
Choose a tag to compare
  • 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

17 May 21:14
Compare
Choose a tag to compare
  • bugfix regarding support for 16 char TVDB v3 keys

UpdateTool GUI: 1.0.3

17 May 21:10
Compare
Choose a tag to compare
  • Fixed auto update version download bug. Correct version will now be downloaded.

Release: 1.5.6

16 May 14:42
Compare
Choose a tag to compare
  • support for 16 char TVDB v3 keys

Release: 1.5.5

03 May 14:50
Compare
Choose a tag to compare
  • 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

23 Mar 23:07
Compare
Choose a tag to compare
  • NullPointerException fixed

Release: 1.5.4

22 Mar 14:32
Compare
Choose a tag to compare
  • 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