Plex-Meta-Manager/CHANGELOG

31 lines
1.9 KiB
Text
Raw Normal View History

2022-09-27 15:08:18 +00:00
# Requirements Update (requirements will need to be reinstalled)
2024-01-11 20:02:42 +00:00
Updated gitpython requirement to 3.1.41
2024-01-24 18:41:53 +00:00
Updated lxml requirement to 5.1.0
Updated psutil requirement to 5.9.8
Updated python-dotenv requirement to 1.0.1
2022-11-03 19:44:01 +00:00
2022-09-27 15:08:18 +00:00
# New Features
Added `monitor_existing` to sonarr and radarr. To update the monitored status of items existing in plex to match the `monitor` declared.
2024-01-26 17:16:10 +00:00
Added [Gotify](https://gotify.net/) as a notification service. Thanks @krstn420 for the initial code.
2024-01-04 20:24:53 +00:00
# Updates
2024-01-18 18:01:21 +00:00
Added new [BoxOfficeMojo Builder](https://metamanager.wiki/en/latest/files/builders/mojo/) - credit to @nwithan8 for the suggestion and initial code submission
2024-01-11 20:02:42 +00:00
Added new [`trakt_chart` attributes](https://metamanager.wiki/en/latest/files/builders/trakt/#trakt-chart) `network_ids`, `studio_ids`, `votes`, `tmdb_ratings`, `tmdb_votes`, `imdb_ratings`, `imdb_votes`, `rt_meters`, `rt_user_meters`, `metascores` and removed the deprecated `network` attribute
2024-01-18 18:01:21 +00:00
Added [Trakt and MyAnimeList Authentication Page](https://metamanager.wiki/en/latest/config/auth/) allowing users to authenticate against those services directly from the wiki. credit to @chazlarson for developing the script
2024-01-24 18:41:53 +00:00
Trakt Builder `trakt_userlist` value `recommendations` removed and `favorites` added.
Mass Update operations now can be given a list of sources to fall back on when one fails including a manual source.
`mass_content_rating_update` has a new source `mdb_age_rating`
`mass_originally_available_update` has a new source `mdb_digital`
`plex` attributes `clean_bundles`, `empty_trash`, and `optimize` can now take any schedule options to be run only when desired.
2024-01-04 20:24:53 +00:00
# Defaults
2022-09-27 15:08:18 +00:00
# Bug Fixes
Fixed the Rate Limit on MDbList calls
2024-01-10 18:56:26 +00:00
Fixed collection fields being locked during batch edits when they shouldn't be
Fixed awards dynamic collections where `latest` wasn't pulling the correct values
2024-02-28 20:42:02 +00:00
Fixed `imdb_watchlist`
Fixed `trakt_userlist`
2024-01-04 20:24:53 +00:00
Various other Minor Fixes