- Add overrides for countries
This commit is contained in:
parent
c803c19c64
commit
c755123380
|
@ -9,5 +9,21 @@ dynamic_collections:
|
|||
Per-Country DC Movies: # mapping name does not matter just needs to be unique
|
||||
type: country
|
||||
title_format: <<key_name>>
|
||||
key_name_override:
|
||||
Plurinational State of Bolivia: Bolivia
|
||||
Russian Federation: Russia
|
||||
Taiwan, Province of China: Taiwan
|
||||
Turks and Caicos Islands: Turks and Caicos
|
||||
Syrian Arab Republic: Syria
|
||||
Viet Nam: Vietnam
|
||||
State of Palestine: Palestine
|
||||
Republic of North Macedonia: North Macedonia
|
||||
Papua New Guinea: Guinea
|
||||
Lao People's Democratic Republic: Lao
|
||||
Islamic Republic of Iran: Iran
|
||||
French Polynesia: Polynesia
|
||||
Federated States of Micronesia: Micronesia
|
||||
Bolivarian Republic of Venezuela: Venezuela
|
||||
Republic of Korea: South Korea
|
||||
template:
|
||||
- Per_Country
|
||||
|
|
|
@ -91,7 +91,10 @@ dynamic_collections:
|
|||
Per-Genre DC Movies: # mapping name does not matter just needs to be unique
|
||||
type: genre
|
||||
exclude:
|
||||
- Action/Adventure
|
||||
- Talk Show
|
||||
title_format: <<key_name>>
|
||||
template:
|
||||
- Per_Genre
|
||||
key_name_override:
|
||||
Film-Noir: Film Noir
|
||||
|
|
|
@ -585,10 +585,10 @@ collections:
|
|||
|
||||
SyFy:
|
||||
template: { name: Network,
|
||||
network: "SyFy, Syfy, Syfy (US), SciFi",
|
||||
network: "Syfy",
|
||||
poster: https://theposterdb.com/api/assets/113269 }
|
||||
tmdb_network: 77
|
||||
summary: "Shows Aired on SYFY"
|
||||
summary: "Shows Aired on Syfy"
|
||||
visible_library: true
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
|
|
@ -22,12 +22,12 @@ templates:
|
|||
genre: <<value>>
|
||||
default:
|
||||
level: ""
|
||||
sort_title: 07_+<<level>>_<<key>>
|
||||
sort_title: 07_+<<level>>_<<key_name>>
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: weekly(saturday)
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/<<key>>.jpg
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/<<key_name>>.jpg
|
||||
|
||||
Per_Actor:
|
||||
smart_filter:
|
||||
|
@ -65,12 +65,12 @@ templates:
|
|||
country: <<value>>
|
||||
default:
|
||||
level: ""
|
||||
sort_title: 11_+<<level>>_<<key>>
|
||||
sort_title: 11_+<<level>>_<<key_name>>
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: weekly(saturday)
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/color/<<key>>.jpg
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/color/<<key_name>>.jpg
|
||||
|
||||
Per_Holiday:
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue