v1.13.2
Requirments Update (requirements will need to be reinstalled)
Updated ArrAPI requirement to 1.2.8
New Features
Closes #421 Adds tmdb_collections
Library Operation to automate TMDb Collections.
Adds schedule: range(MM/DD-MM/DD)
as a schedule option to only run a collection in that range.
Adds delete_not_scheduled
as a global/library setting and as a collection detail which deletes any collection that was skipped due to schedule.
Adds only_filter_missing
as a global/library setting and as a collection detail which makes the filter applied only act on missing items.
When syncing Labels you can now provide an empty list to remove all labels.
Closes #438 Radarr/Sonarr now check for paths when adding existing and when adding new TMDB IDs and display all differences found to the user.
Consolidate collection_creation
, collection_addition
, and collection_removal
webhook options into collection_changes
(everything should work the same)
Closes #232 Adds genre_mapper
Library Operation to map genres to other genres.
Closes #295 Addsshow_missing_season_assets
as a global/library setting to show missing season poster from assets
Closes #358 Adds move_collection_prefix
to templates which when given a list or comma-separated string of prefixes that you want to be moved to the end of the <<collection_name>>
ie if you have move_collection_prefix: The
and the collection is called The Avengers
then <<collection_name>>
is replaced with Avengers, The
instead of The Avengers
.
Closes #379 Adds ignore_ids
and ignore_imdb_ids
as global/library settings and as collection details to ignore TMDB/TVDb IDs and IMDb IDs
Closes #486 Adds server_preroll
as a collection detail so you can schedule whatever string you want to be sent to the Movie pre-roll video
Text box in Plex under Settings -> Extras.
Closes #327 Adds ARM support to the docker image
Bug Fixes
Fixes Webhook start and end payloads.
Fixes custom sort not working for flixpatrol builders and plex_search.
Fixes AniList default to be the correct season in December.
Fixes collection_level display bug.