Releases: mynttt/UpdateTool
Releases · mynttt/UpdateTool
Release: 1.9.2
- Log message improvement for items with no external Id's associated that makes fixing the match easier by giving the full context:
No external id associated with guid plex://episode/5d9c14e2e98e47001eba13c9 (..EPISODE_NAME.. <- ..SEASON_NAME.. <- ..SHOW_NAME..). Unable to process...
- Library processing messages now give more context for people who want to monitor the logs i.e.
[INFO ] - 2024-11-01 14:04:13 @ ImdbPipeline.transformMetadata: Transformed entries for 0 items(s) (Library=TV Shows).
Release: 1.9.1
- Changed code in
ImdbLibraryMetadata
that prevented resolving metadata for users with TV Shows when no TVDB API Key was present. - The recommended way to use this tool is still in combination with a TVDB & TMDB API Key.
Release: 1.9.0
- Dump of ENV @ bootstrap to diagnose issues with wrongly configured systems in the future
- Deprecate running SQLite writes without having the Plex SQLite Binary configured to prevent corruptions (if you use the docker this has no impact)
- If you really want to run via JDBC you can set the environment variable
HACK_TO_BYPASS_THIS_ON_ARM_BUILDS
to any value to bypass this check.
UpdateTool GUI: 1.0.9
- UI reworked to make it less confusing
- Disabled option to have SQLite binary as an optional as required with UpdateTool 1.9.0 for now!
Release: 1.8.2
DONT_STRIP_OTHER_RATING_PROVIDERS
capability flag supplied to prevent the removal of other rating provider labels.
This skips the background step behind (Remove) Stripping useless badge data (RT, TMDB, TVDB) for: <ITEM>
Release: 1.8.1
ON_DEMAND
capability flag supplied to bypass hourly scheduling for on-demand runs
This update is not interesting for docker/gui/script users interested in scheduled execution.
UpdateTool GUI: 1.0.8
- Bumped JavaFX version to support newer MAC architectures
- Smaller fixes to UI
Release: 1.8.0
- Support for Plex v1.40.0.7775+ key:value format in extra data
- Older version of extra data for versions < v1.40.0.7775 is still supported
- The type is automatically determined based on the raw data, no user interaction needed
Release: 1.7.1
- reinistated TVDB v3 API as it is still functional
Release: 1.7.0
- Removed transactions from native SQLite binary interaction + using batch mode on binary to hopefully mitigate further SQLite corruption issues
- Added
PRINT_SQLITE_BINARY_EXECUTE_STATEMENTS
capability to further diagnose future potential SQLite statement/corruption issues - Deprecated all code of now defunct TVDB v3 API
- Optimization of TVDB Show lookup efficiency
- Removed deprecated und useless XML file update feature
- Due to UnRaid/Docker inter-communication suspected database corruptions an installer to run UpdateTool bare metal on UnRaid has been created (Readme will be updated @ 15.02.2023 18:00 CET)