Releases: linuxserver-archive/docker-plex-meta-manager
v1.19.1-ls76
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
Python Version
Drops Support for Python 3.7
Requirements Update (requirements will need to be reinstalled)
Updated ArrAPI requirement to 1.4.3
Updated GitPython requirement to 3.1.36
Updated lxml requirement to 4.9.3
Updated pathvalidate requirement to 3.2.0
Updated pillow requirement to 10.0.1
Updated PlexAPI requirement to 4.15.2
Updated psutil requirement to 5.9.5
Updated requests requirement to 2.31.0
Updated ruamel.yaml requirement to 0.17.32
Updated schedule requirement to 1.2.0
Updated tmdbapis requirement to 1.2.0
New Features
Add tmdb_vote_average
as a Filter. thanks @tenshiak
Add tmdb_birthday
Detail which controls if a collection is visible based on a tmdb_person
's birthday.
Add match
attribute to match movies within Plex to items within the Metadata file.
Add delete_collections_named
to Shared Collection Variables
Add support for (GitHub Personal Access Tokens)[https://metamanager.wiki/en/latest/config/github.html] in config files. thanks @chazlarson
Add runtime support for Shows, Seasons, Artists, and Albums.
Add multiple ranges to the schedule system.
New Defaults Features
New Default Translations of Danish, Dutch, Italian, Norwegian Bokmål, Portuguese (Brazil), and Spanish.
New Network Default Overlay. thanks @bullmoose20, @JohnFawkes and @Arial-Z
New Content Rating US Movies/Shows and Content Rating UK Default Overlay.
Add file_poster
, file_poster_<<key>>
, url_background
, url_background_<<key>>
, file_background
, file_background_<<key>>
, sort_prefix
, sort_title
, and name_mapping
as Collection Variables.
Add new Separator Color Styles.
Closes #1461 Adds Runtime for Shows, Seasons, Artists, and Albums
Standardized overlay sizes for - pmm: networks
and - pmm: streaming
Rebrand HBO Max to Max.
Add additional studios and networks
Add Heritage Months to Seasonal Defaults File
Bug Fixes
Fixes #1496 Fixes issue with IMDb Collections not building due to HTML structure changes.
Fixes #1445 Fixes FlixPatrol failed to parse error for most users.
Fixes #1457 Fixes issue with renaming assets
Fixes #1379 Fixes a Docstring.
Fixes #1478 Fixes issue with percent sign not appearing on some rating overlays.
Fixes #1480 Fixes albums not having locations
Fixes #1490 Fixes incorrect language code for Philippines in Languages Defaults file.
Fixes #1378 Fixes incorrect default value for starting attribute in "Year" collections.
Fixes #1379 #1380 #1472 Fixes various docs issues and typos
Fixes #1518 radarr_remove_by_tag
and sonarr_remove_by_tag
being validated as bool instead of strings. thanks @chazlarson
Fixes #1531 Fixes secrets not being redacted from Run Command in log files
Fixes issue with validating filenames as part of dimensional_asset_rename
. thanks @chazlarson
Fixes an issue where renamed collections could be incorrectly deleted.
Fixes bug when defining users for sync_to_users
for Playlists.
Fixes bug where using mdb or metacritic as rating source on Ratings Overlay would not work correctly.
Fixes bug where TMDb Filters using a modifier were ignored.
Fixes bug with mal_search
when using the sfw
attribute
Fixes bug where sorting a collection would fail if the collection name had a ,
in it.
Fixes run_end webhooks.
Fixes Letterboxd issue
Various other Minor Fixes
nightly-b52c9fea-ls48
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
[1] catch NotFound settings
nightly-bd7bbc6a-ls47
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
fix notifiarr
develop-bd7bbc6a-ls54
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
fix notifiarr
nightly-f47a7005-ls46
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
[109] fix separator naming
nightly-c73bd51f-ls45
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
Merge pull request #1595 from chazlarson/patch-9
Allow any char betwixt dv and hdr10
nightly-6ea3b6fb-ls45
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
[108] fix read the docs
v1.19.0-ls75
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
New Translation Portal
New Translation Portal located at translations.metamanager.wiki. If anyone is willing to help fill in what we have or add your own language feel free to sign up. If you have questions either contact us on Discord or in the Discussions on GitHub.
New PMM Companion Scripts
PMM Overlay Reset: Script to Hard Reset PMM Overlays back to Default.
Plex Image Cleanup: Script to clean up Old Uploaded Images in Plex.
Requirements Update (requirements will need to be reinstalled)
Updated pillow requirement to 9.5.0
Updated plexapi requirement to 4.13.4
New requirement GitPython version 3.1.31
New Features
Added episode_year
as a dynamic collection option.
Added mass_studio_update
library operation.
Changes Environment Variable/Run Argument list separator from ,
to |
.
Added PMM_LOG_REQUESTS
/--log-requests
Environment Variable/Run Argument which will log every single HTTP request in the log.
Added EXIF Tags to Overlayed Images to be able to determine if they have an overlay or not.
Added anidb
, anidb_3_0
, anidb_2_5
, anidb_2_0
, anidb_1_5
, anidb_1_0
, anidb_0_5
options to the mass_genre_update
Library Operation.
Added ignore_cache
to radarr
and sonarr
Settings and radarr_ignore_cache
and sonarr_ignore_cache
to Radarr/Sonarr Definition Settings.
Closes #1286 Updates Synology Walkthrough with DSM7 images.
Closes #1159 Adds support for official trakt lists.
Closes #1251 When resetting Overlays Seasons where theres no poster will use the show poster.
Templates can now be used with metadata updates.
allowed_library_types
Definition Setting has been changed to run_definition
the old attribute will still work in the same way.
Added mapping_id
, run_definition
, update_seasons
, and update_episodes
to Metadata definitions.
Added a Ratings Explained page to the Wiki to help explain how PMM interacts with the various Ratings.
Add more options to the mass_imdb_parental_labels
Library Operation.
Added imdb_keyword
as a Tag Filter.
Added has_edition
as a Boolean Filter.
Added has_stinger
and stinger_rating
as Filters based on http://www.mediastinger.com
When editing episode metadata the key can now be either episode number, episode title, or episodeoriginally released date.
The Collectionless builder now can work with other builders.
Added country
as an option for Shows when using the builders plex_search
and smart_filter
.
Added Config Secrets and the ability to load Environment Variables using a .env
File inside your config folder.
New Defaults Features
Removed Translations from the defaults directory and in to their own repo which is managed at translations.metamanager.wiki.
Added minimum_rating
, fresh_rating
, and maximum_rating
as template variable options to the Ratings Overlays to control which ratings get displayed.
Added the ability to update Overlay Defaults Positioning with just setting the alignment variables.
Added Based On... Collection Default.
Added Signature Style, DIIIVOY Style, and DIIIVOY Color Style to actor
, directors
, producers
, and writers
.
Added new editions to the editions Overlay File.
Added delete_playlist
and delete_playlist_<<key>>
as template variable options to the Playlist Default.
Added region
as a template variable options to the streaming
Overlay and streaming
Collection to allow these lists to show items in that region.
Added AppleTV to te FlixPatrol Default.
Added radarr_search
and sonarr_search
as template variable options to all Collection Defaults.
Updated network
and franchise
defaults.
Added include
as a template variable options to the people collections (actor
, director
, producer
, writer
) to specifically include the list of actors.
Bug Fixes
Fixes Bug with --time
that caused the times not to display correctly.
Fixes mal_search
search bug.
Fixes #1277 corrects bug setting TMDb region.
Fixes a Bug where missing items items wouldn't be sent to radarr if no items were found in the library.
Fixes a Bug with template conditionals causing them to sometimes use the wrong result.
Fixes #1285 Wiki error.
Fixes a Bug with the mass_poster_update
and mass_background_update
Library Operations where they would sometimes throw a 406 Error.
Fixes a Bug with the mass_poster_update
Library Operation where it would also update backgrounds in addition to posters.
Fixes multiple unnecessary items loads from plex.
Fixes a Bug with using year filters with no modifier.
Fixes a Bug where the dimensional_asset_rename
Setting would rename title cards and season posters to show posters.
Fixes trakt_userlist
Builder where option recommended
should have been recommendations
.
Fixes overlay remove/reset operations.
Closes #1325 Fixes a Bug where tmdb_vote_count
would be rejected as a filter.
Closes #1189 Fixes a Bug in the Resolution Default where the position would be completely off when changed.
Closes #1336 Fixed "Mass Originally Available Update" attribute name within the wiki.
Closes #1327 Fixed an issue where searching for item assets could take longer than expected.
Closes #1346 Fixed an issue where using PMM_TIME
with multiple times could ignore all but the last specified time.
Various other Minor Fixes
nightly-406f2a21-ls44
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
[106] add dvhdr to resolution overlays
develop-ee20ab6b-ls53
LinuxServer Changes:
Rebase to Alpine 3.18, deprecate armhf.
Plex-Meta-Manager Changes:
[77] get correct setting name