Releases: mynttt/UpdateTool
Releases · mynttt/UpdateTool
Release: 1.3.5
- 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
- TVDB API error handling improved by skipping invocation in case the API is unreachable
Release: 1.3.3
- 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
- removed TMDB notnull assertion as API can return null in rare cases
Release: 1.3.1
- 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
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
Release: 1.2.5
- 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
- In case that the OMDB API fails for some users this tool will now dump some information that could help investigating the issue