Skip to content

Releases: mynttt/UpdateTool

Release: 1.3.5

20 Mar 00:31
90ea89a
Compare
Choose a tag to compare
  • TMDB matching for TV shows implemented, TV libraries that use the TMDB agent will now also get their ratings from IMDB as long as a TMDB API key is provided
  • Previously reported wrong rating issue has been fixed with this. The cause of these wrong ratings were older items with a TMDB agent set after the library has been converted to TVDB
  • Plex did not update the agent string for these items after the conversion
  • UpdateTool tried to resolve these items via TVDB as it thought they would all have the TVDB agent

Release: 1.3.4

15 Mar 14:58
63ffc66
Compare
Choose a tag to compare
  • TVDB API error handling improved by skipping invocation in case the API is unreachable

Release: 1.3.3

01 Mar 14:35
Compare
Choose a tag to compare
  • added option to ignore libraries via the environment variable IGNORE_LIBS.
  • libraries can be ignored by writing the library ids as a semicolon seperated string into the environment variable
  • Example: Ignoring only 1 -> IGNORE_LIBS=1 | Ignoring 1, 3 and 8 -> IGNORE_LIBS=1;3;8

Release: 1.3.2

21 Feb 16:27
f15d8f9
Compare
Choose a tag to compare
  • removed TMDB notnull assertion as API can return null in rare cases

Release: 1.3.1

20 Feb 06:02
db17da5
Compare
Choose a tag to compare
  • Database sections have been made critical
  • This means that the database is only open once in the beginning per tool iteration and shortly while doing an update (only if necessary)
  • This should only leave the database open for 1-2 seconds per iteration and hopefully eliminate all issues with plex!

Release: 1.3

19 Feb 17:45
27138af
Compare
Choose a tag to compare

Newer version is out!

  • Series can now also be updated by utilizing TVDB to resolve IMDB ids
  • TVDB <=> IMDB resolvement only has to be done once
  • Items that fail to be resolved will be blacklisted for 14 days to prevent spamming TVDB on every iteration of the tool
  • TVDB authorization is a bit more complex than simply providing an API key, more about the topic is in the README.md

Dockerhub Release

Release: 1.2.5

03 Feb 00:39
262d381
Compare
Choose a tag to compare
  • Removed deprecated legacy CLI interface from project
  • Deprecated and removed OMDB interfaces and implementations, this tool will no longer use the OMDB API as IMDB provides a rating dataset that is refreshed daily and thus more up to date

Release: 1.2.4

08 Jan 15:26
Compare
Choose a tag to compare
  • In case that the OMDB API fails for some users this tool will now dump some information that could help investigating the issue