Releases: mynttt/UpdateTool
Releases · mynttt/UpdateTool
Release: 1.4.3
- IMDB id cleaning to minimize the amount of non matches after having an id resolved
UpdateTool GUI: 1.0.0
Release: 1.4.2
- tmdb resolve bug fixed
Release: 1.4.1
- handle edge cases regarding imdb badges where those would not update properly when converted from a RT, TMDB badge
Release: 1.4.0
- 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
- 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
- startup edge case on some systems fixed
Release: 1.3.9
- 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
- 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
- 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
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.