19 KiB
Settings
Overview
The settings:
attribute and subsequent settings can be used to command various aspects of the functionality of Plex Meta Manager.
Examples of these settings include the ability to:
- Cache each Plex GUID and IDs to increase performance
- Create asset folders for collections so that custom posters can be stored for upload.
- Use a custom repository as the base for all
git
Metadata files.
The settings attribute and attributes can be specified individually per library, or can be inherited from the global value if it has been set. If an attribute is specified at both the library and global level, then the library level attribute will take priority.
There are some attributes which can be specified at the collection level using Setting Details.
Attributes set at the collection level will take priority over any library or global-level attribute.
Attributes
The available setting attributes which can be set at each level are outlined below:
Attribute | Global Level | Library Level | Collection/Playlist Level |
---|---|---|---|
cache |
✅ | ❌ | ❌ |
cache_expiration |
✅ | ❌ | ❌ |
asset_directory |
✅ | ✅ | ❌ |
asset_folders |
✅ | ✅ | ❌ |
asset_depth |
✅ | ✅ | ❌ |
create_asset_folders |
✅ | ✅ | ❌ |
prioritize_assets |
✅ | ✅ | ❌ |
dimensional_asset_rename |
✅ | ✅ | ❌ |
download_url_assets |
✅ | ✅ | ❌ |
show_missing_season_assets |
✅ | ✅ | ❌ |
show_missing_episode_assets |
✅ | ✅ | ❌ |
show_asset_not_needed |
✅ | ✅ | ❌ |
sync_mode |
✅ | ✅ | ✅ |
default_collection_order |
✅ | ✅ | ❌ |
minimum_items |
✅ | ✅ | ✅ |
delete_below_minimum |
✅ | ✅ | ✅ |
delete_not_scheduled |
✅ | ✅ | ✅ |
run_again_delay |
✅ | ❌ | ❌ |
missing_only_released |
✅ | ✅ | ✅ |
show_unmanaged |
✅ | ✅ | ❌ |
show_filtered |
✅ | ✅ | ✅ |
show_options |
✅ | ✅ | ✅ |
show_missing |
✅ | ✅ | ✅ |
only_filter_missing |
✅ | ✅ | ✅ |
show_missing_assets |
✅ | ✅ | ✅ |
save_report |
✅ | ✅ | ✅ |
tvdb_language |
✅ | ❌ | ❌ |
ignore_ids |
✅ | ✅ | ✅ |
ignore_imdb_ids |
✅ | ✅ | ✅ |
item_refresh_delay |
✅ | ✅ | ✅ |
playlist_sync_to_users |
✅ | ❌ | ✅ |
playlist_report |
✅ | ❌ | ❌ |
custom_repo |
✅ | ❌ | ❌ |
verify_ssl |
✅ | ❌ | ❌ |
check_nightly |
✅ | ❌ | ❌ |
Cache
Cache the Plex GUID and associated IDs for each library item for faster subsequent processing. The cache file is created in the same directory as the configuration file.
Default Value | true |
---|---|
Allowed Values | true or false
|
Cache Expiration
Set the number of days before each cache mapping expires and has to be re-cached.
Default Value | 60 |
---|---|
Allowed Values | any integer |
Image Asset Directory
Specify the directory where assets are located.
Default Value | [Directory containing YAML config]/assets |
---|---|
Allowed Values | any directory |
Image Asset Folders
Search the asset_directory
for a dedicated folder. Set to true if each poster is within its own directory.
i.e. assets/Star Wars/poster.png
instead of assets/Star Wars.png
Default Value | true |
---|---|
Allowed Values | true or false
|
Asset Depth
Specify how many folder levels to scan for an item within the asset directory
asset_folders
must be set totrue
for this to take effect.- increasing the amount of levels to scan will reduce performance
Default Value | 0 |
---|---|
Allowed Values | any integer |
Create Asset Folders
Whilst searching for assets, if an asset folder cannot be found within the asset_directory
, create one. This only applies to library items utilized in a Metadata/Playlist file (i.e. Star Wars Collection)
Default Value | false |
---|---|
Allowed Values | true or false
|
Prioritize Assets
When determining which image to use on an item prioritize the asset_directory
over all other images types.
Default Value | false |
---|---|
Allowed Values | true or false
|
Dimensional Asset Rename
Whilst searching for assets, scan the folders within the asset_directory
and if an asset poster (i.e. /ASSET_NAME/poster.ext
) was not found, rename the first image found that has a height greater than or equal to its width to poster.ext
. If an asset background (i.e. /ASSET_NAME/background.ext
), rename the first image found that has a width greater than its height to background.ext
.
asset_folders
must be set totrue
for this to take effect.
Default Value | false |
---|---|
Allowed Values | true or false
|
Download URL Assets
Whilst searching for assets, download images set within Metadata/Playlist files( i.e. images set by url_poster
or url_background
) into the asset folder if none are already present.
Default Value | false |
---|---|
Allowed Values | true or false
|
Show Missing Season Assets
Whilst searching for assets, when scanning for assets for a TV Show, if Season posters are found (i.e. /ASSET_NAME/Season##.ext
), notify the user of any seasons which do not have an asset image.
Default Value | false |
---|---|
Allowed Values | true or false
|
Show Missing Episode Assets
Whilst searching for assets, when scanning for assets for a TV Show, if an Episode Title Card is found (i.e. /ASSET_NAME/S##E##.ext
), notify the user of any episodes which do not have an asset image.
Default Value | false |
---|---|
Allowed Values | true or false
|
Show Asset Not Needed
Whilst searching for assets, show or hide the update not needed
messages.
Default Value | false |
---|---|
Allowed Values | true or false
|
Sync Mode
Set the default sync_mode
for collections.
Default Value | append |
---|---|
Allowed Values | append or sync
|
Default Collection Order
Set the default collection_order
for every collection run by PMM.
Default Value | None |
---|---|
Allowed Values | release : Order Collection by Release Datesalpha : Order Collection Alphabeticallycustom : Order Collection Via the Builder OrderAny plex_search sort option1 |
1 plex_search
sort options can be found here
Minimum Items
Set the minimum number of items that must be found in order to update a collection/playlist.
Default Value | 1 |
---|---|
Allowed Values | any integer |
Delete Below Minimum
When a collection is run, delete the collection if it is below the minimum number specified by minimum_items
.
- Relies on
minimum_items
being set to the desired integer.
Default Value | false |
---|---|
Allowed Values | true or false
|
Delete Not Scheduled
If a collection is skipped due to it not being scheduled, delete the collection.
Default Value | false |
---|---|
Allowed Values | true or false
|
Run Again Delay
Set the number of minutes to delay running run_again
collections after daily run is finished.
- A collection is a
run_again
collection if it has therun_again
Setting Detail attribute set to true.
Default Value | 1 |
---|---|
Allowed Values | any integer |
Missing Only Released
Whilst running a collection, all unreleased missing items will be filtered out from the missing YAML file
Default Value | false |
---|---|
Allowed Values | true or false
|
Show Unmanaged Collections
List all collections not managed by Plex Meta Manager at the end of each run.
Default Value | true |
---|---|
Allowed Values | true or false
|
Show Filtered
List all items which have been filtered out of a collection (i.e. if it doesn't meet the filter criteria)
Default Value | false |
---|---|
Allowed Values | true or false
|
Show Options
While show_options
is true the available options for an attribute when using plex_search
, smart_filter
or filters
will be shown.
Default Value | false |
---|---|
Allowed Values | true or false
|
Show Missing
While show_missing
is true items missing from collections will be displayed.
Default Value | true |
---|---|
Allowed Values | true or false
|
Only Filter Missing
Only items missing from a collection will be filtered
- this can be used to filter which missing media items get sent to Sonarr/Radarr
Default Value | false |
---|---|
Allowed Values | true or false
|
Show Missing Assets
Display missing asset warnings
Default Value | true |
---|---|
Allowed Values | true or false
|
Save Report
Save a report of the items added, removed, filtered, or missing from collections to a YAML file in the same directory as your Metadata file.
Default Value | true |
---|---|
Allowed Values | true or false
|
TVDb Language
Specify the language to query TVDb in.
- If no language is specified or the specified language is not found then the original language is used.
Default Value | None |
---|---|
Allowed Values | Any ISO 639-2 Language Code1 |
1 Language Codes can be found here
Ignore IDs
Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all collections.
Default Value | None |
---|---|
Allowed Values | List or comma-separated string of TMDb/TVDb IDs |
Ignore IMDb IDs
Set a list or comma-separated string of IMDb IDs to ignore in all collections.
Default Value | None |
---|---|
Allowed Values | List or comma-separated string of IMDb IDs |
Item Refresh Delay
Specify the amount of time to wait between each item_refresh
of every movie/show in a collection/playlist.
- Useful if your Plex Media Server is having issues with high request levels.
Default Value | 0 |
---|---|
Allowed Values | any integer |
Playlist Sync to Users
Set the default playlist sync_to_users
. To Sync a playlist to only yourself leave playlist_sync_to_users
blank.
Default Value | all |
---|---|
Allowed Values | all , list of users, or comma-separated string of users |
Playlist Report
Set playlist_report
to true to print out a playlist report at the end of the log.
Default Value | false |
---|---|
Allowed Values | true or false
|
Custom Repo
Specify where the repo
attribute's base is when defining metadata_paths
and playlist_files
.
- Ensure you are using the raw GitHub link (i.e. https://github.com/meisnate12/Plex-Meta-Manager-Configs/tree/master/meisnate12 )
Default Value | None |
---|---|
Allowed Values | link to base repository |
Verify SSL
Turn SSL Verification on or off.
Default Value | true |
---|---|
Allowed Values | true or false
|
Check Nightly
Will check nightly for updates instead of develop.
Default Value | true |
---|---|
Allowed Values | true or false
|