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.16.0 #731

Merged
merged 126 commits into from
Mar 8, 2022
Merged

v1.16.0 #731

merged 126 commits into from
Mar 8, 2022

Conversation

meisnate12
Copy link
Member

@meisnate12 meisnate12 commented Feb 21, 2022

Brand New Wiki

Check it out at metamanager.wiki

Requirements Update (requirements will need to be reinstalled)

Updated PlexAPI requirement to 4.9.2
Updated TMDbAPIs requirement to 1.0.2
Updated ArrAPI requirement to 1.3.1
Updated lxml requirement to 4.8.0
Updated ruamel.yaml requirement to 0.17.21
Updated pillow requirement to 9.0.1

New Features

Closes #581 and closes #600 adds dynamic_collections to PMM
changes webhooks radarr_adds/sonarr_adds now send title along with id.
item_lock_poster, item_lock_background, and item_lock_title now unlock the attributes when set to false.
adds .count_gt, .count_gte, .count_lt, and .count_lte modifiers for Tag Filters.
Closes #468 adds metadata_backup library operation to extract all locked metadata from plex to a format readable by PMM.
Adds a partial load to TMDbAPIs which loads information from TMDb faster.
Closes #660 adds blank_collection collection attribute to create an empty collection.
Adds tmdb_type and tmdb_status as Filters.
Closes #671 Adds cache_builders which will save builders search results for x number of days.
Adds today as an option for date attributes from plex_search, smart_filter, and filters.
Assumes square images are posters for dimensional_asset_rename. Thanks @aljohn92!
Adds update_blank_track_titles library operation which will search for blank tracks and put the tracks sortTitle as the title.
Adds sort_by to mdblist_list builder.
adds more options to mass_critic_rating and mass_audience_rating thanks to mdbList.
Closes #684 adds mass_content_rating library operation.
Closes #683 adds Client Identifier.
Adds a cache length to both omdb and mdblist.
Closes #675 adds --ignore-ghost to have the pmm not print the temporary prompts that are not logged
Closes #640 custom log wrapper to automatically hide secret values from the logs
Adds the ability to customize smart_label.
Closes #579 adds limit detail.
Closes #727 adds trakt_watchlist and trakt_collection to custom sort
Closes #712 adds with_title_translation, with_name_translation, and with_overview_translation to tmdb_discover.
Adds list of changed playlists/collections to the end run webhook.
#745 Adds trakt_recommended_personal Trakt Builder Thanks @fouadchamoun
Closes #653 New Wiki
Closes #701 Adds url_theme and file_theme to be able to edit the collection theme

Bug Fixes

Fixes arrapi version detection.
Fixes error when an episode doesnt have a season/episode number.
Fixes rakingKey mistype.
Fixes #658 show_missing_episode_assets display error.
Fixes validate key error.
Fixes smart_filter validation .
Fixes custom order for season and episode collections.
Fixes plex_collectionless exclude error.
Fixes duration to allow for numbers greater then 10.
Fixes Season00 assets.
Fixes Metadata lookup will search without a year on alt title
Fixes #542 Only loads items once for only library operations
Fixes #664 metadata_backup now can sync with a metadata file
Fixes #661 minimum_items now respects the items already in the collection not just what pmm found.
Closes #686 Catch Summary Error that is the result of a bug in plex.
Fixes #698 Playlist can be run without having to have a metadata file in the library.
Fixes #724 Fixes deleting collections
Fixes #736 Incorrect number filtering when attribute value is equal to 0
Fixes #744 'Track' object has no attribute 'sortTitle'

meisnate12 and others added 29 commits March 3, 2022 09:40
…ions

feat(trakt): add trakt_recommended_personal builder
fix(trakt): personal recommendations api response is typeless
add url_theme and file_theme and bug fixes
Update README.md to match wiki index.md
@meisnate12 meisnate12 merged commit 8bafe69 into master Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment