New Features
Now supports multiple metadata paths from either in your filesystem or directly from a URL or the Plex Meta Manager Configs repository all detailed on the Libraries Attributes Wiki Page
Overhauled how IDs are converted and how the cache is stored to be faster overall
Added .gt
, .gte
, .lt
, and .lte
to plex_seach in place of of .greater
and .less
Closes #174 - Added mass_audience_rating_update
and mass_critic_rating_update
to be able to update every item in your library to match the rating on either tmdb
or imdb
Closes #217 - Added filepath
as a Collection Filter
Closes #225 - Added more image options when not using asset folders detailed on the Settings Attributes Wiki Page
Closes #226 - Added smart_label
and smart_filter
described on the Smart Builders Wiki Page
Closes #239 - Added validate
attribute to plex_search
which defaults to true and when set to false the collection won't error out on validation
Closes #241 - Added clean_bundles
, empty_trash
, and optimize
to the plex attribute and by default, they're set to false. If these are true PMM will run the specified operation on the library at the end of the run
Bug Fixes
Fixes #168 - fixed asset mapping
Fixes #215 - Program would error if specific tags were absent from the yaml file
Fixes #220 - Collectionless now ignores itself
Fixes #223 - arr tags must be lowercase
Fixes #228 - episode ordering advance options didn't work
Fixes #234 - edits were failing
Fixes issue where the Arms Server could only take 100 IDs at a time
Fixes an issue with templates not adding the right values to collections
Fixes error with Tautulli where an item wouldn't be added if the item had changed in plex
Various other small fixes