-
-
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.15.0 #590
Merged
Merged
v1.15.0 #590
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
Update installation links
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@8.4.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.19 to 0.17.20. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…-yaml-0.17.20 Bump ruamel-yaml from 0.17.19 to 0.17.20
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.26.0...v2.27.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ts-2.27.0 Bump requests from 2.26.0 to 2.27.0
…-9.0.0 Bump pillow from 8.4.0 to 9.0.0
Bumps [requests](https://github.com/psf/requests) from 2.27.0 to 2.27.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.27.0...v2.27.1) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…2.27.1' into develop
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.
Requirements Update (requirements will need to be reinstalled)
Updated requests requirement to 2.27.1
Updated ruamel.yaml requirement to 0.17.20
Updated pillow requirement to 9.0.0
New Features
Expands Filters to work with every item type from all library types.
plex_all
now works for everycollection_level
Closes #189: Adds Music Library Support
Closes #238 Adds Collection Summary at the end of the run.
Adds
default_collection_order
to Settings which will set every non-smart collection to this collection orderAdds
--delete-collections
to delete all collections (even ones not managed by PMM) at the beginning of a run.Adds
genre_collections
library operation to automatically build collections based on the Genres in your Plex.Adds
--library-first
to run library operations first before collections during the run.Adds OMDb Lookup Search as a fallback when imdb episodes fail to match
Adds
download_url_assets
to Settings so if you are using url_poster or url_background in your collection config this will download the image to your asset folder if no image is found in the assets folder already.Closes #570 allows
<<collection_name>>
to be used under the defaults.Closes #571 allows you to set a template variable to null to make it optional for that collection.
Bug Fixes
Fixes #551 fix int error for filters
Fixes #552 Add more Arr checks
Fixes #558
dictionary_variable
Error