- 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
|
Per-Country DC Movies: # mapping name does not matter just needs to be unique
|
||||||
type: country
|
type: country
|
||||||
title_format: <<key_name>>
|
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:
|
template:
|
||||||
- Per_Country
|
- Per_Country
|
||||||
|
|
|
@ -91,7 +91,10 @@ dynamic_collections:
|
||||||
Per-Genre DC Movies: # mapping name does not matter just needs to be unique
|
Per-Genre DC Movies: # mapping name does not matter just needs to be unique
|
||||||
type: genre
|
type: genre
|
||||||
exclude:
|
exclude:
|
||||||
|
- Action/Adventure
|
||||||
- Talk Show
|
- Talk Show
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
template:
|
template:
|
||||||
- Per_Genre
|
- Per_Genre
|
||||||
|
key_name_override:
|
||||||
|
Film-Noir: Film Noir
|
||||||
|
|
|
@ -585,10 +585,10 @@ collections:
|
||||||
|
|
||||||
SyFy:
|
SyFy:
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
network: "SyFy, Syfy, Syfy (US), SciFi",
|
network: "Syfy",
|
||||||
poster: https://theposterdb.com/api/assets/113269 }
|
poster: https://theposterdb.com/api/assets/113269 }
|
||||||
tmdb_network: 77
|
tmdb_network: 77
|
||||||
summary: "Shows Aired on SYFY"
|
summary: "Shows Aired on Syfy"
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
|
|
|
@ -22,12 +22,12 @@ templates:
|
||||||
genre: <<value>>
|
genre: <<value>>
|
||||||
default:
|
default:
|
||||||
level: ""
|
level: ""
|
||||||
sort_title: 07_+<<level>>_<<key>>
|
sort_title: 07_+<<level>>_<<key_name>>
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
visible_home: false
|
visible_home: false
|
||||||
schedule: weekly(saturday)
|
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:
|
Per_Actor:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
|
@ -65,12 +65,12 @@ templates:
|
||||||
country: <<value>>
|
country: <<value>>
|
||||||
default:
|
default:
|
||||||
level: ""
|
level: ""
|
||||||
sort_title: 11_+<<level>>_<<key>>
|
sort_title: 11_+<<level>>_<<key_name>>
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
visible_home: false
|
visible_home: false
|
||||||
schedule: weekly(saturday)
|
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:
|
Per_Holiday:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue