- Per_Country template uses "country", not "origin_country" for shows
This commit is contained in:
parent
8c1e333a81
commit
876c1128d4
|
@ -26,4 +26,4 @@ dynamic_collections:
|
||||||
Bolivarian Republic of Venezuela: Venezuela
|
Bolivarian Republic of Venezuela: Venezuela
|
||||||
Republic of Korea: South Korea
|
Republic of Korea: South Korea
|
||||||
template:
|
template:
|
||||||
- Per_Country_Movies
|
- Per_Country
|
||||||
|
|
|
@ -7,7 +7,23 @@ dynamic_collections:
|
||||||
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
|
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
|
||||||
|
|
||||||
Per-Country DC Shows: # mapping name does not matter just needs to be unique
|
Per-Country DC Shows: # mapping name does not matter just needs to be unique
|
||||||
type: origin_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_Shows
|
- Per_Country
|
||||||
|
|
|
@ -36,7 +36,7 @@ templates:
|
||||||
- weekly(monday)
|
- weekly(monday)
|
||||||
- weekly(thursday)
|
- weekly(thursday)
|
||||||
|
|
||||||
Per_Country_Movies:
|
Per_Country:
|
||||||
smart_filter:
|
smart_filter:
|
||||||
limit: 10000
|
limit: 10000
|
||||||
sort_by: critic_rating.desc
|
sort_by: critic_rating.desc
|
||||||
|
@ -52,19 +52,3 @@ templates:
|
||||||
schedule:
|
schedule:
|
||||||
- weekly(saturday)
|
- weekly(saturday)
|
||||||
|
|
||||||
Per_Country_Shows:
|
|
||||||
smart_filter:
|
|
||||||
limit: 10000
|
|
||||||
sort_by: critic_rating.desc
|
|
||||||
any:
|
|
||||||
origin_country: <<value>>
|
|
||||||
default:
|
|
||||||
level: ""
|
|
||||||
sort_title: 110_+<<level>>_<<key_name>>
|
|
||||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/white/<<key_name>>.jpg
|
|
||||||
visible_library: false
|
|
||||||
visible_shared: false
|
|
||||||
visible_home: false
|
|
||||||
schedule:
|
|
||||||
- weekly(saturday)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue