Skip to content

Releases: mynttt/UpdateTool

Release: 1.5.3

12 Mar 17:52
Compare
Choose a tag to compare
  • One time mitigation added to combat cache name typo fix via cache reset

Release: 1.5.2

12 Mar 17:20
Compare
Choose a tag to compare
  • TVDB v4 API is now supported. To use it just supply the PIN as the TVDB API key.
  • To keep using v3 just use your legacy API key.

Release: 1.5.1

11 Mar 12:49
Compare
Choose a tag to compare
  • TVDB fallback for movies in the new Plex Movie Agent
  • Refactoring to support TVDB v4 in a future update

Release: 1.5.0

09 Mar 21:03
cc455f3
Compare
Choose a tag to compare
  • First support for new TV Show Agent (right now only items that have the IMDB ID embedded within the Plex database will be changed -> support for TVDB/TMDB only resolvable items will come soon as for the TVDB resolvable items an update to the new v4 API has to be implemented first).
  • This feature is opt-in which means you'll have to add the library IDs to the environment variable UNLOCK_FOR_NEW_TV_AGENT. Refer for more information to the main README.
  • The opt-in occurs because with Plex it is only possible to switch between TVDB/TMDB but not IMDB. This is a security feature to not wreck the libraries of users that don't want IMDB ratings for their new agent TV Show libraries.

UpdateTool GUI: 1.0.1

09 Mar 21:02
cc455f3
Compare
Choose a tag to compare
  • Updated UpdateTool GUI to reflect changes (opt-in for new TV Show agent libraries now with GUI possible).

Release: 1.4.7

12 Jan 09:14
Compare
Choose a tag to compare
  • Updated SQLite3 dependency so ARM is supported on mac

Release: 1.4.6

04 Jan 13:41
Compare
Choose a tag to compare
  • Fixed rare NPE

Release: 1.4.5

21 Oct 22:23
Compare
Choose a tag to compare
  • Fixed crash on malformed XML

Release: 1.4.4

09 Sep 22:23
Compare
Choose a tag to compare
  • Disabled XML error logging for non existing metadata XML files as these errors are not important. To re-enable these errors set the capability flag VERBOSE_XML_ERROR_LOG

Release: 1.4.3b

09 Sep 13:47
Compare
Choose a tag to compare
  • Hotfix for previously unfaced NPE. Added mitigation + logging to futher debug if it happens again with that user.