Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Releases: linuxserver/docker-plex-meta-manager

v1.16.5-ls11

17 Apr 03:50
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Bug Fixes

Fix Library Operations not running

v1.16.4-ls11

16 Apr 21:35
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Requirements Update (requirements will need to be reinstalled)

Updated pillow requirement to 9.1.0
Updated TMDbAPIs requirement to 1.0.4

New Features

More sort options for mdblists
Add _encoded options to template variables
Closes #667 Any actor can now be searched
Adds collection_filtering for smart collections
Adds template variables per metadata file
Adds an external_template section in the metadata file

Bug Fixes

Fixes #818 trakt_recomendations now works with custom order
Fixes using multiple templates
Fixes #813 and multiple other small bugs

v1.16.3-ls10

10 Apr 12:35
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Requirements Update (requirements will need to be reinstalled)

Updated PlexAPI requirement to 4.10.1

New Features

Added version Webhook to let you know when there's a new version available
Added show_unmatched attribute to plex_search and smart_filter
Added reciperr_list builder.
Closes #796 Collection sorting has been moved back to when the collection is run and only sorts what's necessary
Added f1_season metadata attribute. Formula 1 Metadata Guide
Added tmdb_upcoming, tmdb_airing_today, tmdb_on_the_air builders.
Added region to TMDb and tmdb_region setting.
Closes #800 Trakt Pin can now be added to the config vs having to input in the script
Closes #801 and Closes #802 Added resolution, subtitle_language, audio_language, and decade dynamic collection types
Closes #751 Added trakt_chart and trakt_userlist to replace most trakt builders. The old builders will still work but if you want to use the new filters you have to use the new version of the builder.
Closes #804 Adds remove_title_parentheses library operation.
Adds more possible filters to a letterboxd_list builder.

Bug Fixes

Fixes #793 Key error
Fixes multiple other small bugs

v1.16.3-ls9

01 Apr 07:35
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Requirements Update (requirements will need to be reinstalled)

Updated PlexAPI requirement to 4.10.1

New Features

Added version Webhook to let you know when there's a new version available
Added show_unmatched attribute to plex_search and smart_filter
Added reciperr_list builder.
Closes #796 Collection sorting has been moved back to when the collection is run and only sorts what's necessary
Added f1_season metadata attribute. Formula 1 Metadata Guide
Added tmdb_upcoming, tmdb_airing_today, tmdb_on_the_air builders.
Added region to TMDb and tmdb_region setting.
Closes #800 Trakt Pin can now be added to the config vs having to input in the script
Closes #801 and Closes #802 Added resolution, subtitle_language, audio_language, and decade dynamic collection types
Closes #751 Added trakt_chart and trakt_userlist to replace most trakt builders. The old builders will still work but if you want to use the new filters you have to use the new version of the builder.
Closes #804 Adds remove_title_parentheses library operation.
Adds more possible filters to a letterboxd_list builder.

Bug Fixes

Fixes #793 Key error
Fixes multiple other small bugs

v1.16.2-ls8

27 Mar 12:33
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Breaking Change

genre_mapper now functions differently it should be an easy change but the old way will not work with 1.16.2 check the wiki for the update.

New Features

Adds a new cache for TMDb Movies and Shows to help with multiple loads
Added an update available message at the beginning and end of the meta.log
Adds mass_imdb_parental_labels library operation to add parental guidance tags as labels.
Closes #699 and Closes #771 added mass_content_rating_update library operation. Thanks, @YozoraXCII
Closes #739 adds anidb as an option to mass_genre_update, mass_audience_rating_update, and mass_critic_rating_update
Closes #750 adds mass_originally_available_update library operation.
Closes #768 added the anilist_userlist AniList Builder. Thanks, @Frazzer951
Closes #774 key and key_name are added as template variables in dynamic collections

Bug Fixes

Fixes #769 plex_pilots should work with playlists
Fixes #776 all key values are lists
Fixes #780 ARM Docker Image was failing due to tini
Fixes multiple other small bugs

v1.16.2-ls7

16 Mar 07:36
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Breaking Change

genre_mapper now functions differently it should be an easy change but the old way will not work with 1.16.2 check the wiki for the update.

New Features

Adds a new cache for TMDb Movies and Shows to help with multiple loads
Added an update available message at the beginning and end of the meta.log
Adds mass_imdb_parental_labels library operation to add parental guidance tags as labels.
Closes #699 and Closes #771 added mass_content_rating_update library operation. Thanks, @YozoraXCII
Closes #739 adds anidb as an option to mass_genre_update, mass_audience_rating_update, and mass_critic_rating_update
Closes #750 adds mass_originally_available_update library operation.
Closes #768 added the anilist_userlist AniList Builder. Thanks, @Frazzer951
Closes #774 key and key_name are added as template variables in dynamic collections

Bug Fixes

Fixes #769 plex_pilots should work with playlists
Fixes #776 all key values are lists
Fixes #780 ARM Docker Image was failing due to tini
Fixes multiple other small bugs

v1.16.1-ls6

12 Mar 07:34
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

New Features

Closes #743 Use tini to properly shut down the docker container Thanks! @saltydk
Closes #758, Closes #754, Closes #763 adds director, writer, producer, content_rating, original_language, origin_country, resolution (Thanks! @YozoraXCII), subtitle_language, and audio_language as dynamic collection types
adds origin_country as a Filter

Bug Fixes

Fixes multiple dynamic collection bugs

v1.16.0-ls5

08 Mar 09:37
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Brand New Wiki

Check it out at metamanage.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'

v1.15.1-ls4

27 Feb 12:36
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Requirements Update (requirements will need to be reinstalled)

Updated PlexAPI requirement to 4.9.1
Replaced requirement tmdbv3api with TMDbAPIs version 0.1.8

New Features

Adds MdbList Builders thanks @linaspurinis
Closes #582 adds --run-metadata-files run command to only run specific metadata files
Closes #585 Genre can be mapped to Nothing to have them removed instead
Closes #586 Added tmdb_genre Tag Filter
Closes #593 Adds show_asset_not_needed Setting to control the asset update not needed messages
Closes #594 Adds show_missing_season_assets Setting to show missing episode title cards
Closes #596 added item_refresh_delay to pause between item_refresh of items on a collection/playlist Thanks @axsuul
Closes #607 duration filter now accepts a decimal value for times less than a minute
Closes #609 adds non_item_remove_label to remove this give labels from any item not found by the collection
Closes #620 adds IDs sent to *arrs to the collection webhook
Closes #630 Adds custom_repo global setting to define your own repo like the community GitHub.
Closes #650 add plex_pilots tv episode builder which grabs the first episode of every show in your library.

Bug Fixes

Fixes #603 sort_by Error
Fixes #608 Doesn't throw an error if an item doesn't have advance preferences
Fixes #624 tmdb_collections are now considered managed
Fixes #629 and Fixes #634 Music Library and Playlist Assets work now
Fixes #633 Track Metadata is updated
Fixes #647 genre_mapper works again

v1.15.1-ls3

13 Feb 12:32
Compare
Choose a tag to compare

LinuxServer Changes:

Initial Release.

Plex-Meta-Manager Changes:

Requirements Update (requirements will need to be reinstalled)

Updated PlexAPI requirement to 4.9.1
Replaced requirement tmdbv3api with TMDbAPIs version 0.1.8

New Features

Adds MdbList Builders thanks @linaspurinis
Closes #582 adds --run-metadata-files run command to only run specific metadata files
Closes #585 Genre can be mapped to Nothing to have them removed instead
Closes #586 Added tmdb_genre Tag Filter
Closes #593 Adds show_asset_not_needed Setting to control the asset update not needed messages
Closes #594 Adds show_missing_season_assets Setting to show missing episode title cards
Closes #596 added item_refresh_delay to pause between item_refresh of items on a collection/playlist Thanks @axsuul
Closes #607 duration filter now accepts a decimal value for times less than a minute
Closes #609 adds non_item_remove_label to remove this give labels from any item not found by the collection
Closes #620 adds IDs sent to *arrs to the collection webhook
Closes #630 Adds custom_repo global setting to define your own repo like the community GitHub.
Closes #650 add plex_pilots tv episode builder which grabs the first episode of every show in your library.

Bug Fixes

Fixes #603 sort_by Error
Fixes #608 Doesn't throw an error if an item doesn't have advance preferences
Fixes #624 tmdb_collections are now considered managed
Fixes #629 and Fixes #634 Music Library and Playlist Assets work now
Fixes #633 Track Metadata is updated
Fixes #647 genre_mapper works again