Releases: Kometa-Team/Kometa
v1.9.2
Added pathvalidate requirement (requirements will need to be reinstalled)
New Features
Adds better logging
Adds --collections-only
and --libraries-only
flags to only run parts of PMM
Adds .remove
to any details that could use .sync
to only remove tags
Closes #235 - use radarr_add_all
or sonarr_add_all
as a Library Attribute to add all items in your plex library
Closes #245 - Adds build_collection
which when set to false
Closes #247 - hdr
added to smart_filter
Closes #248 - Smart Collections now can edit the items inside them
Bug Fixes
Fixes #258 - faster loading of item guids
Fixes various small errors
v1.9.1
Bug Fixes
Fixed an issue where smart_label
collections wouldn't change sort type
Fixed an issue where sync_mode: sync
wasn't removing items no longer in the collection
v1.9.0
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
v1.8.0
New Features
Added more catching of Timeout Errors to keep the script running
Changed how to sync labels from using label: labels
and label_sync_mode: sync
to just label.sync: labels
Declaring library type is no longer needed
Added tmdb_movie
and tmdb_show
as ways to update metadata of an item.
Closes #5 - Now Supports Multiple Occurrences of Movies/Shows
Closes #168 - You can set the new setting attribute to false asset_folders: false
to have the asset directory look for the title as filename vs folder name i.e. assets/Star Wars.png
vs assets/Star Wars/poster.png
Closes #171 and Closes #172 - Added arm-server to convert anime ids and cached it for faster conversions
Closes #175 - You can set the new setting attribute to true assets_for_all: true
to have the script check your assets folder for every item in your library. The filename/folder name in your assets directory must match the folder name the media is stored in. i.e. if you have Movies/Star Wars (1977)/Star Wars (1977) [1080p].mp4
then your asset directory would look at assets/Star Wars (1977)/poster.png
for the poster
Closes #187 - Added user_rating to plex_search and filters
Closes #193 - Can add Labels and edit advance metadata of items in collections using item_label
, item_label.sync
, item_episode_sorting
, item_keep_episodes
, item_delete_episodes
, item_season_display
, item_episode_ordering
, item_metadata_language
, item_use_original_title
Closes #209 - added url_poster
, file_poster
, url_background
, and file_background
under the metadata map, season map, and episode map to edit the poster and background
Bug Fixes
Fixes #184 and Fixes #199 - Bug Fixes for editing metadata of episodes and seasons
Fixes #206 - Added check to prevent error
Fixes #208 - Fix for searching by audio language
Various other small fixes
v1.7.2
1.7.1
Requirments Update
Updated PlexAPI requirement to 4.5.2 (requirements will need to be reinstalled)
New Features
Closes #155 - adds added
, added.not
, originally_available
, and originally_available.not
plex_searches which take an integer and represent in the last
and not in the last
Closes #167 - Can now edit Movies advance options
Closes #173 - IMDb Keyword searches are now allowed
Bug Fixes
Small fix for filters
Updated Metadata template file
v1.7.0
New Features
Closes #152 - Added the network
filter to plex_search
for the New Plex TV Agent Only
Closes #153 - Added audience_rating
and critic_rating
to plex_search
Closes #156 - Added --resume <collection_name>
as a command line argument
Closes #158 - Added every Radarr/Sonarr option when adding a movie/show as a global or library attribute each with its own Collection Detail to override the attribute and split add_to_arr
into radarr_add
and sonarr_add
Added a few extra printouts
Bug Fixes
Fixes #150 - Catches the error so the script can continue
Fixes #151 - Keep going if plex_search
validation fails
Fixes #154 - Plex Library Names can use special characters
Fixes #157 - trakt_watchlist
bug
Fixes #163 - error with rating
Fixes #164 - error with daily schedule
Various other small fixes