mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
in preparation for the content_rating_au as a default
This commit is contained in:
parent
5c28e19edc
commit
483ca03cf5
@ -1,6 +1,6 @@
|
|||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/json-schema/config-schema.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/json-schema/config-schema.json
|
||||||
### Highly recommend using Visual Studio Code with indent-rainbow by oderwat extension and YAML by Red Hat extension. VSC will also leverage the above link to enhance pmm yml edits.
|
### Highly recommend using Visual Studio Code with indent-rainbow by oderwat extension and YAML by Red Hat extension. VSC will also leverage the above link to enhance pmm yml edits.
|
||||||
### Must be on Version 1.20.0-nightly6 or greater
|
### Must be on Version 1.20.0-nightly25 or greater
|
||||||
libraries:
|
libraries:
|
||||||
Movies: # Must match a library name in your Plex
|
Movies: # Must match a library name in your Plex
|
||||||
report_path: config/missing/Movies_report.yml
|
report_path: config/missing/Movies_report.yml
|
||||||
@ -140,10 +140,11 @@ libraries:
|
|||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||||
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
- pmm: content_rating_au # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_de # Choose content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
- pmm: content_rating_cs # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_us # Choose content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
- pmm: content_rating_de # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_uk # Choose content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
- pmm: content_rating_us # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
|
- pmm: content_rating_uk # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||||
- pmm: genre # Action, Comedy, Drama, etc.
|
- pmm: genre # Action, Comedy, Drama, etc.
|
||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||||
@ -166,10 +167,12 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
style: color
|
||||||
- pmm: decade # Decade the media item was released
|
- pmm: decade # Decade the media item was released
|
||||||
# - pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise.html#franchise-collections
|
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||||
# template_variables:
|
template_variables:
|
||||||
# minimum_items: 2
|
collection_section: "035" # Set to "035" to be right after universe. Should be the same here and below
|
||||||
# delete_below_minimum: true
|
- pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||||
|
template_variables:
|
||||||
|
collection_section: "035" # Set to "035" to be right after universe. Should be the same here and above
|
||||||
- pmm: seasonal # Christmas, Halloween, etc.
|
- pmm: seasonal # Christmas, Halloween, etc.
|
||||||
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
||||||
schedule_independence: daily
|
schedule_independence: daily
|
||||||
@ -192,6 +195,17 @@ libraries:
|
|||||||
- pmm: aspect # Creates overlays based on aspect ratio of media item
|
- pmm: aspect # Creates overlays based on aspect ratio of media item
|
||||||
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
- pmm: audio_codec # FLAC, DTS-X, TrueHD, etc. style: standard/compact. compact is default
|
||||||
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
- pmm: language_count # blank means 1 audio language track, dual means 2, multi means > 2
|
||||||
|
# - pmm: content_rating_au # AU content ratings
|
||||||
|
# template_variables:
|
||||||
|
# horizontal_align: left
|
||||||
|
# vertical_align: bottom
|
||||||
|
# horizontal_offset: 60
|
||||||
|
# vertical_offset: 60
|
||||||
|
# back_color: '#00000000'
|
||||||
|
# back_width: 1
|
||||||
|
# back_height: 1
|
||||||
|
# # url: (redacted)
|
||||||
|
# # color: false
|
||||||
# - pmm: content_rating_de # DE FSK content ratings
|
# - pmm: content_rating_de # DE FSK content ratings
|
||||||
# - pmm: content_rating_uk # UK BBFC content ratings
|
# - pmm: content_rating_uk # UK BBFC content ratings
|
||||||
- pmm: content_rating_us_movie # US MPAA content ratings
|
- pmm: content_rating_us_movie # US MPAA content ratings
|
||||||
@ -351,10 +365,11 @@ libraries:
|
|||||||
depth: 1
|
depth: 1
|
||||||
limit: 15
|
limit: 15
|
||||||
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
- pmm: audio_language # English, French, Arabic, German, etc. audio language
|
||||||
- pmm: content_rating_cs # Choose content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
- pmm: content_rating_au # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_de # Choose content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
- pmm: content_rating_cs # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_us # Choose content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
- pmm: content_rating_de # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_uk # Choose content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
- pmm: content_rating_us # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
|
- pmm: content_rating_uk # Choose content_rating_au, content_rating_uk, content_rating_us, content_rating_de, content_rating_mal, content_rating_cs, or all
|
||||||
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
- pmm: content_rating_mal # Choose content_rating_mal for anime ratings
|
||||||
- pmm: genre # Action, Comedy, Drama, etc.
|
- pmm: genre # Action, Comedy, Drama, etc.
|
||||||
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
- pmm: resolution # 4K HDR, 1080P FHD, etc. with the standards style
|
||||||
@ -377,10 +392,12 @@ libraries:
|
|||||||
template_variables:
|
template_variables:
|
||||||
style: color
|
style: color
|
||||||
- pmm: decade # Decade the media item was released
|
- pmm: decade # Decade the media item was released
|
||||||
# - pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise.html#franchise-collections
|
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||||
# template_variables:
|
template_variables:
|
||||||
# minimum_items: 2
|
collection_section: "035" # Set to "035" to be right after universe. Should be the same here and below
|
||||||
# delete_below_minimum: true
|
- pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||||
|
template_variables:
|
||||||
|
collection_section: "035" # Set to "035" to be right after universe. Should be the same here and above
|
||||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||||
@ -401,6 +418,13 @@ libraries:
|
|||||||
- pmm: audio_codec
|
- pmm: audio_codec
|
||||||
template_variables:
|
template_variables:
|
||||||
builder_level: episode
|
builder_level: episode
|
||||||
|
# - pmm: content_rating_au # AU content ratings
|
||||||
|
# - pmm: content_rating_au # AU content ratings
|
||||||
|
# template_variables:
|
||||||
|
# builder_level: season
|
||||||
|
# - pmm: content_rating_au # AU content ratings
|
||||||
|
# template_variables:
|
||||||
|
# builder_level: episode
|
||||||
# - pmm: content_rating_de # DE FSK content ratings
|
# - pmm: content_rating_de # DE FSK content ratings
|
||||||
# - pmm: content_rating_de # DE FSK content ratings
|
# - pmm: content_rating_de # DE FSK content ratings
|
||||||
# template_variables:
|
# template_variables:
|
||||||
@ -690,6 +714,7 @@ radarr: # Can be individually specified
|
|||||||
add_missing: false
|
add_missing: false
|
||||||
upgrade_existing: false
|
upgrade_existing: false
|
||||||
ignore_cache: false
|
ignore_cache: false
|
||||||
|
monitor_existing: false
|
||||||
sonarr: # Can be individually specified per library as well
|
sonarr: # Can be individually specified per library as well
|
||||||
url: (redacted)
|
url: (redacted)
|
||||||
token: (redacted)
|
token: (redacted)
|
||||||
@ -708,6 +733,7 @@ sonarr: # Can be individually specified
|
|||||||
add_missing: false
|
add_missing: false
|
||||||
upgrade_existing: false
|
upgrade_existing: false
|
||||||
ignore_cache: false
|
ignore_cache: false
|
||||||
|
monitor_existing: false
|
||||||
anidb:
|
anidb:
|
||||||
client: (redacted)
|
client: (redacted)
|
||||||
version: (redacted)
|
version: (redacted)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user