mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
24 lines
1.4 KiB
Text
24 lines
1.4 KiB
Text
# Requirements Update (requirements will need to be reinstalled)
|
|
Updated gitpython requirement to 3.1.41
|
|
Updated lxml requirement to 5.1.0
|
|
Updated psutil requirement to 5.9.8
|
|
Updated python-dotenv requirement to 1.0.1
|
|
|
|
# New Features
|
|
Added `monitor_existing` to sonarr and radarr. To update the monitored status of items existing in plex to match the `monitor` declared.
|
|
|
|
|
|
# Updates
|
|
Added new [BoxOfficeMojo Builder](https://metamanager.wiki/en/latest/files/builders/mojo/) - credit to @nwithan8 for the suggestion and initial code submission
|
|
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
|
|
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
|
|
Trakt Builder `trakt_userlist` value `recommendations` removed and `favorites` added.
|
|
|
|
# Defaults
|
|
|
|
# Bug Fixes
|
|
Fixed the Rate Limit on MDbList calls
|
|
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
|
|
|
|
Various other Minor Fixes
|