Skip to content

Releases: mynttt/UpdateTool

Release: 1.4.3

25 Aug 16:08
Compare
Choose a tag to compare
  • IMDB id cleaning to minimize the amount of non matches after having an id resolved

UpdateTool GUI: 1.0.0

25 Aug 15:30
3802340
Compare
Choose a tag to compare

Auto-updating GUI for users that run the tool without a docker and find the CLI too technical to interface with.

gui

Release: 1.4.2

22 Aug 08:45
6a8e608
Compare
Choose a tag to compare
  • tmdb resolve bug fixed

Release: 1.4.1

21 Aug 09:08
Compare
Choose a tag to compare
  • handle edge cases regarding imdb badges where those would not update properly when converted from a RT, TMDB badge

Release: 1.4.0

20 Aug 23:48
0cee819
Compare
Choose a tag to compare
  • Support for new Plex movie metadata agent.

For now this only works if you have the latest beta build 1.20.1 (as described here). Otherwise you will get a lot of error messages and have to wait for the public release!

  • will only work on libraries that have the ratings source set to IMDB

ratings

  • you will have do the refresh all metadata dance as mentioned in the thread to download the external id mapping from the plex metadata server

Release: 1.3.9b

24 May 09:24
6fc8160
Compare
Choose a tag to compare
  • startup edge case on some systems fixed

Release: 1.3.9

22 May 16:36
0f528ab
Compare
Choose a tag to compare
  • Internal changes to support multiple future implementations
  • Added GC request call after a batch task completed so memory is freed after every invocation of a task
  • Allow specifying JVM max. heap in case that giant libraries crash with the 256M default heap size
  • JVM startup options modified so unused heap memory can be released

Release: 1.3.8

12 Apr 01:10
e4d2a24
Compare
Choose a tag to compare
  • Database corruption error should be finally fixed now!
  • The rare error had something to do with inserting the current time into the changed_at field
  • This would cause index index_metadata_items_on_changed_at to corrupt
  • I could never reproduce this error, reddit user /u/techno_babble_ sent me logs from reindexing his database that allowed me to finally fix the error!

Release: 1.3.7

03 Apr 20:52
Compare
Choose a tag to compare
  • Deprecated environment variable TVDB_AUTH_STRING as TVDB API only requires the API Key
  • TVDB_AUTH_STRING can still be used, the API Key will be extracted automatically
  • New variable TVDB_API_KEY introduced which only takes the TVDB API Key

Release: 1.3.6

23 Mar 22:03
71fed60
Compare
Choose a tag to compare

1.3.6

  • Asynchronous resolvement => faster HTTP processing with APIs
  • If TMDB capability exists (TMDB API key set) the tool will also go after movie libraries with the TMDB agent (com.plexapp.agents.themoviedb)
  • Previously only libraries with the com.plexapp.agents.imdb were processed, although orphans with the TMDB agents were also resolved.
  • This led to confusion and has wno been changed to prevent users wondering why a library is being ignored
  • Ability to ignore TV and Movie libraries by setting capabilities in the new CAPABILITIES environment variable
  • Currently the following CAPABILITIES exist: NO_TV, NO_MOVIE. Both ignore the corresponding libraries.
  • CAPABILITIES are configured as a semicolon separated list i.e: CAPABILITIES=NO_TV;NO_MOVIE would render this tool useless.
  • This is to allow user configuration for future features.