-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.13.2 #487
Merged
Merged
v1.13.2 #487
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spelling, extra words
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
, andcollection_removal
webhook options intocollection_changes
(everything should work the same)Closes #232 Adds
genre_mapper
Library Operation to map genres to other genres.Closes #295 Adds
show_missing_season_assets
as a global/library setting to show missing season poster from assetsCloses #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 havemove_collection_prefix: The
and the collection is calledThe Avengers
then<<collection_name>>
is replaced withAvengers, The
instead ofThe Avengers
.Closes #379 Adds
ignore_ids
andignore_imdb_ids
as global/library settings and as collection details to ignore TMDB/TVDb IDs and IMDb IDsCloses #486 Adds
server_preroll
as a collection detail so you can schedule whatever string you want to be sent to theMovie 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.