-
-
Notifications
You must be signed in to change notification settings - Fork 322
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.1 #465
Merged
Merged
v1.13.1 #465
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
Add item_lock_art, item_lock_poster item details
Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.7.2 to 4.8.0. - [Release notes](https://github.com/pkkid/python-plexapi/releases) - [Commits](pkkid/python-plexapi@4.7.2...4.8.0) --- updated-dependencies: - dependency-name: plexapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…i-4.8.0 Bump plexapi from 4.7.2 to 4.8.0
Add item_lock_title item detail
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 PlexAPI requirement to 4.8.0
Updated ArrAPI requirement to 1.2.7
New Features
Closes #441 added
list_minimum
as an option to Tautulli BuildersCloses #448 When using
radarr_add_all
/sonarr_add_all
Library Operation or when using radarr/sonarr'sadd_existing
option PMM now uses the existing path of the movie when adding to radarr/sonarr. if you plex path differs from your radarr/sonarr path you can useplex_path
andradarr_path
/sonarr_path
under the Radarr/Sonarr.Add the ability to store what TMDb/TVDb IDs have been added to Radarr/Sonarr in the cache to avoid unnecessary calls.
Adds
item_lock_poster
,item_lock_background
, anditem_lock_title
(Thanks @axsuul for the Pull)Closes #430 and Closes #464 Added missing TMDb Discover Options including
with_watch_providers
,without_watch_providers
,watch_region
,with_watch_monetization_types
,with_status
,include_video
, andwith_release_type
.Adds FlixPatrol.com Builders
flixpatrol_url
,flixpatrol_demographics
,flixpatrol_popular
, andflixpatrol_top
Bug Fixes
Fixes Webhook response error and catches webhooks errors
Fixes OMDb apikey validation
Fixes asset_directory not being allow to be blank