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.13.0 #431

Merged
merged 63 commits into from
Nov 17, 2021
Merged

v1.13.0 #431

merged 63 commits into from
Nov 17, 2021

Conversation

meisnate12
Copy link
Member

@meisnate12 meisnate12 commented Nov 12, 2021

Requirments Update (requirements will need to be reinstalled)

Updated PlexAPI requirement to 4.7.1
Updated ArrAPI requirement to 1.2.3
Updated lmxl requirement to 4.6.4
Updated ruamel.yaml requirement to 0.17.17
Updated pathvalidate requirement to 2.5.0

New Features

Adds Webhook functionality for error notifications, run start, run end summary, collection creation, collection additions, and collection removals.
Adds Notifiarr support to the Webhooks.
Adds Library Operations which are methods that effect your entire library.
Add GitHub Actions for automatic Docker deployment
When using the Plex Movie Agent or the Plex TV Series Agent the lock state of collection tags will no longer be changed
Now uses the includeGuids parameter to greatly speed up the loading of GUIDs when using the Plex Movie Agent or the Plex TV Series Agent
Closes #397 Adds item_refresh as a collection detail to refresh the metadata of all items in the collection.
Closes #418 Adds period to trakt_collected, trakt_recommended, and trakt_watched. New Trakt Builders are trakt_collected_daily, trakt_collected_weekly, trakt_collected_monthly, trakt_collected_yearly, trakt_collected_all, trakt_recommended_daily, trakt_recommended_weekly, trakt_recommended_monthly, trakt_recommended_yearly, trakt_recommended_all, trakt_watched_daily, trakt_watched_weekly, trakt_watched_monthly, trakt_watched_yearly, and trakt_watched_all.
Adds tvdb_language to choose which language TV Series Names and Summaries are in by using the ISO-639-1 Language Codes. Leave blank for the original language. Defaults to the original language if the provided language is not found.
Adds delete_collections_with_less and delete_unmanaged_collections as library operations.
Closes #423 Adds IMDb Filmography Search
Closes #424 Radarr and Sonarr now respect their respective Exclusion Lists
Closes #428 Adds Season backgrounds to assets directory.
Closes #432 Adds trakt_boxoffice as a Trakt Builder

Bug Fixes

Fixes #398 title.is plex_search was not working
Fixes missing ymal files are now utf-8 encoded
Fixes timout issue
Fixes Misplaced Sonarr Bracket
Fixes Removing Collection Tags
Fixes Tautulli same variable name Error
Fixes None Seconds Error
Fixes Bad/Wrong Rating Key
Fixes No ID in a Trakt List
Fixes delete_below_minimum
Fixes MyAnimeList int errors
Fixes MyAnimeList and AniDbs Caches
Fixes trakt_popular trying to get TVDb IDs for Movies
Fixes #427 Sonarr Error
Fixes #435 PMM_WIDTH error

dependabot bot and others added 30 commits September 13, 2021 06:09
Bumps [plexapi](https://github.com/pkkid/python-plexapi) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/pkkid/python-plexapi/releases)
- [Commits](pkkid/python-plexapi@4.7.0...4.7.1)

---
updated-dependencies:
- dependency-name: plexapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.10 to 0.17.16.

---
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.16

Bump ruamel-yaml from 0.17.10 to 0.17.16
…i-4.7.1

Bump plexapi from 4.7.0 to 4.7.1
Bumps [pathvalidate](https://github.com/thombashi/pathvalidate) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/thombashi/pathvalidate/releases)
- [Commits](thombashi/pathvalidate@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: pathvalidate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…lidate-2.5.0

Bump pathvalidate from 2.4.1 to 2.5.0
meisnate12 and others added 29 commits October 25, 2021 18:01
Bumps [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) from 0.17.16 to 0.17.17.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.4.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.3...lxml-4.6.4)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@meisnate12 meisnate12 merged commit 0228574 into master Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment