mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
additional fixes from ruamel checker
This commit is contained in:
parent
ef81a636bd
commit
d19c1e1f8c
@ -169,10 +169,10 @@ libraries:
|
||||
- pmm: decade # Decade the media item was released
|
||||
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||
template_variables:
|
||||
collection_section: "035" # Set to "035" to be right before universe. Should be the same here and below
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
||||
- pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||
template_variables:
|
||||
collection_section: "035" # Set to "035" to be right before universe. Should be the same here and above
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
||||
- pmm: seasonal # Christmas, Halloween, etc.
|
||||
template_variables: # Canadian Thankgsgiving is a different date range. Otherwise, I want to ALWAYS see the seasonal
|
||||
schedule_years: daily
|
||||
@ -226,8 +226,8 @@ libraries:
|
||||
# font_color: "#FFFFFF00"
|
||||
- pmm: languages # Languages spoken and subtitles with associated flags and two-digit lang codes
|
||||
template_variables:
|
||||
back_color: "#FFFFFF00"
|
||||
font_color: "#FFFFFF00"
|
||||
back_color: '#FFFFFF00'
|
||||
font_color: '#FFFFFF00'
|
||||
use_subtitles: true
|
||||
- pmm: mediastinger # Mediastinger overlay when the media item contains a stinger at the end of the movie/show or during the credits
|
||||
# template_variables:
|
||||
@ -410,10 +410,10 @@ libraries:
|
||||
- pmm: decade # Decade the media item was released
|
||||
- git: bullmoose20/separator_franchise # Separator for franchise
|
||||
template_variables:
|
||||
collection_section: "035" # Set to "035" to be right before universe. Should be the same here and below
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and below
|
||||
- pmm: franchise # https://metamanager.wiki/en/latest/defaults/movie/franchise
|
||||
template_variables:
|
||||
collection_section: "035" # Set to "035" to be right before universe. Should be the same here and above
|
||||
collection_section: '035' # Set to "035" to be right before universe. Should be the same here and above
|
||||
- pmm: network # ABC, CBC, NBC, FOX, etc.
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- pmm: universe # Marvel Cinematic Universe, Wizarding World, etc.
|
||||
@ -593,10 +593,10 @@ libraries:
|
||||
back_width: 1100
|
||||
font: config/metadata/overlays/fonts/Avenir_95_Black.ttf
|
||||
font_size: 60
|
||||
back_color_airing: "#016920"
|
||||
back_color_returning: "#81007F"
|
||||
back_color_canceled: "#B52222"
|
||||
back_color_ended: "#000847"
|
||||
back_color_airing: '#016920'
|
||||
back_color_returning: '#81007F'
|
||||
back_color_canceled: '#B52222'
|
||||
back_color_ended: '#000847'
|
||||
- pmm: streaming # Streaming on Disney+, Netflix, etc.
|
||||
- pmm: versions # Will show duplicates for that media item and works with builder_level show, episode, and season
|
||||
# template_variables:
|
||||
@ -715,6 +715,7 @@ plex: # Can be individually specif
|
||||
empty_trash: true
|
||||
optimize: true
|
||||
db_cache: 2048 # 2048 MB is 2GB which is what I use. Adjust for your system as 2048 MB (2 GB) is probably a good starting point compared to the default Plex value of 40 MB
|
||||
verify_ssl:
|
||||
tmdb: # REQUIRED for the script to run
|
||||
apikey: (redacted)
|
||||
language: en
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user