Skip to content
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 48 commits into from
Jan 11, 2022
Merged

v1.15.0 #590

merged 48 commits into from
Jan 11, 2022

Conversation

meisnate12
Copy link
Member

@meisnate12 meisnate12 commented Jan 10, 2022

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 every collection_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 order
Adds --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

meisnate12 and others added 30 commits December 29, 2021 10:51
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] <support@github.com>
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] <support@github.com>
…-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] <support@github.com>
…ts-2.27.0

Bump requests from 2.26.0 to 2.27.0
@meisnate12 meisnate12 merged commit 3acb867 into master Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment