Skip to content

Releases: mynttt/UpdateTool

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

Release: 1.6.4

07 Dec 22:40
4233944
Compare
Choose a tag to compare
  • New capabilities flag DISABLE_SCREEN_SCRAPE that allows to disable screen scraping if it causes problems (mainly timeouts and 503 requests which cause an unsuccessful and extremely slow metadata resolvement).
  • Metadata resolvement will now give absolute and relative processed count updates via the log in case a lookup session takes longer than one minute. This is so large libraries do not give the impression of the tool having a hang-up. Example: Current meta data resolvement status: [27399/46386] (59,07 %) - Next update in 1 minute.
  • More memory performant query building for native SQL binary usage via lazy loading iterator.
  • Fixed bug where a malformed SQL query causes the tool to halt indefinitely. The tool will now exit and output the malformed queries for further diagnoses.
  • Quick saves for metadata json files so progress will be saved after a crash/premature exit by user.

Release: 1.6.3b

04 Dec 14:41
Compare
Choose a tag to compare
  • fixed "database not found" bug that some docker users experienced and could only solve it via a OVERRIDE_DATABASE_LOCATION entry

UpdateTool GUI: 1.0.7

03 Dec 22:54
Compare
Choose a tag to compare
  • fix for the config not saving the entered tv show opt in values on shutdown

UpdateTool GUI: 1.0.6

02 Dec 20:17
Compare
Choose a tag to compare
  • added autostart on open functionality (disabled by default)

Release: 1.6.3

21 Sep 22:45
7e4ed07
Compare
Choose a tag to compare
  • Added capabilities IGNORE_NO_MATCHING_RESOLVER_LOG (Supresses printing items that have no matching resolver to the log) and IGNORE_SCRAPER_NO_RESULT_LOG (Supresses printing web scraper no-match results that either have no rating on the IMDB website or are not allowed to be rated by anyone on the IMDB website and thus will never have ratings).
  • Bumped web scraper re-scanning to 14 days

Release: 1.6.2

21 Sep 13:05
Compare
Choose a tag to compare
  • Bumped Plex SQLite native binary abortion timeout to avoid false alarms on weaker systems

UpdateTool GUI: 1.0.5

21 Sep 22:44
7e4ed07
Compare
Choose a tag to compare
  • added field to customize capabilities
  • update notifications for outdated GUI versions

Release: 1.6.1

20 Sep 22:15
Compare
Choose a tag to compare
  • Added capability DONT_THROW_ON_ENCODING_ERROR that can be used to prevent forced shutdown if extra data of an item causes decoding errors.