Skip to content

Releases: mynttt/UpdateTool

Release: 1.9.0

03 Aug 11:32
Compare
Choose a tag to compare
  • Dump of ENV @ bootstrap to diagnose issues with wrongly configured systems in the future
  • Deprecate running SQLite writes without having the Plex SQLite Binary configured to prevent corruptions (if you use the docker this has no impact)
  • If you really want to run via JDBC you can set the environment variable HACK_TO_BYPASS_THIS_ON_ARM_BUILDS to any value to bypass this check.

See: FAQ:-Database-Corruption-Issues

UpdateTool GUI: 1.0.9

03 Aug 11:29
Compare
Choose a tag to compare
  • UI reworked to make it less confusing
  • Disabled option to have SQLite binary as an optional as required with UpdateTool 1.9.0 for now!

Release: 1.8.2

22 Feb 17:28
da9cc8e
Compare
Choose a tag to compare
  • DONT_STRIP_OTHER_RATING_PROVIDERS capability flag supplied to prevent the removal of other rating provider labels.

This skips the background step behind (Remove) Stripping useless badge data (RT, TMDB, TVDB) for: <ITEM>

Release: 1.8.1

22 Feb 17:07
Compare
Choose a tag to compare
  • ON_DEMAND capability flag supplied to bypass hourly scheduling for on-demand runs

This update is not interesting for docker/gui/script users interested in scheduled execution.

UpdateTool GUI: 1.0.8

22 Feb 17:50
Compare
Choose a tag to compare
  • Bumped JavaFX version to support newer MAC architectures
  • Smaller fixes to UI

Release: 1.8.0

11 Feb 17:36
Compare
Choose a tag to compare
  • Support for Plex v1.40.0.7775+ key:value format in extra data
  • Older version of extra data for versions < v1.40.0.7775 is still supported
  • The type is automatically determined based on the raw data, no user interaction needed

Release: 1.7.1

16 Feb 06:26
2686f6f
Compare
Choose a tag to compare
  • reinistated TVDB v3 API as it is still functional

Release: 1.7.0

15 Feb 01:48
ca40e94
Compare
Choose a tag to compare
  • Removed transactions from native SQLite binary interaction + using batch mode on binary to hopefully mitigate further SQLite corruption issues
  • Added PRINT_SQLITE_BINARY_EXECUTE_STATEMENTS capability to further diagnose future potential SQLite statement/corruption issues
  • Deprecated all code of now defunct TVDB v3 API
  • Optimization of TVDB Show lookup efficiency
  • Removed deprecated und useless XML file update feature
  • Due to UnRaid/Docker inter-communication suspected database corruptions an installer to run UpdateTool bare metal on UnRaid has been created (Readme will be updated @ 15.02.2023 18:00 CET)

Release: 1.6.6

19 Mar 15:39
Compare
Choose a tag to compare
  • Fixed broken ImdbScraper due to changes on IMDBs website.
  • Updated the IMDB resolvement process to now factor in both TVDB/TMDB instead of just choosing one of them. This is in preparation to hopefully soon support IMDB lookup for items that only have a TMDB ID from the new Plex agent.

Release: 1.6.5

05 Feb 20:57
Compare
Choose a tag to compare
  • Updated ImdbScraper to handle new IMDB web design. The scraper will now work again instead of throwing tons of appears to not be allowed to be rated by anyone messages.
  • Mitigation added to automatically reset the set of scraper blacklisted items for older versions once on start-up, so you don't need to wait for 30 days until the scraper picks up those possibly wrongly blacklisted items again for processing.
  • Changed internal expiration values for Scraper: Refresh ratings => 7 days, Blacklist if unrated => 30 days and Blacklist if forbidden to be rated => 90 days