Skip to content

v1.12.0

Compare
Choose a tag to compare
@meisnate12 meisnate12 released this 16 Aug 05:46
· 2983 commits to master since this release
f727068

Requirments Update (requirements will need to be reinstalled)

Updated PlexAPI requirement to 4.7.0
Updated arrapi requirement to 1.1.2
Updated tmdbv3api requirement to 1.7.6
removed trakt.py requirement

New Features

Added From @Critical-Impact #331 - AniDB Authentication for mature content in the AniDB Builders and the new anidb_tag Collection Builder.
Added From @axsuul #351 - Adds first_episode_aired Collection Filter
Adds last_episode_aired Collection Filter
Closes #306 - Adds a Session to PMM so it won't open as many connections.
Closes #308 - Adds Custom sorting to collections. Use collection_order: custom with a max of one builder per collection.
Closes #348 - PMM only runs missing when it's needed.
Part of #341 - Adds validate_builders as a collection detail which will cause the collection to continue if a builder fails.
Closes #317 - Adds stevenlu_popular as a collection builder that uses Steven Lu's Popular Movies List to get a Movie List.
Closes #336 - Adds missing_only_released to settings at all levels which when set to true will filter missing items from a collection that have yet to be released.
Closes #328 - Adds create_asset_folders which when set to true while using assets_for_all PMM will create the Movie/Shows Folder for assets to be placed in.
Closes #316 - Adds mass_trakt_rating_update to update every movie/show's user rating in the library to match your custom rating on Trakt if there is one.
Closes #347 - Adds mal_genre and mal_producer Collection Builders.
Closes #360 - Adds folder as an option for metadata_path which will run every YAML file in the folder as a metadata file.
Closes #318 - Adds anilist_search detailed on the Anilist Builders Page.
Adds direct IMDb mapping for the cache
Adds show_filtered, show_missing, save_missing, and item_assets as Collection Level Details.
Adds --no-missing parameter to have PMM run without any of the missing movie/show functions.
Adds tvdb as an option for mass_genre_update.

Bug Fixes

Fixes #166 Trakt Usernames with spaces or special characters should now work
Fixes #335 Fixed Display of Season and Episode Numbers.
Fixes Letterboxd lists.
Fixes Overlay and change its management from the PMM cache to labels in Plex. (This updates automatically)
Fixes item_radarr_tag and item_sonarr_tag so they will add the tag to missing items that already exist in Radarr/Sonarr.
Various other small fixes