- Fix Per_Country for shows
This commit is contained in:
parent
5b31f04103
commit
c1f739480b
|
@ -26,4 +26,4 @@ dynamic_collections:
|
|||
Bolivarian Republic of Venezuela: Venezuela
|
||||
Republic of Korea: South Korea
|
||||
template:
|
||||
- Per_Country
|
||||
- Per_Country_Movies
|
||||
|
|
|
@ -10,4 +10,4 @@ dynamic_collections:
|
|||
type: origin_country
|
||||
title_format: <<key_name>>
|
||||
template:
|
||||
- Per_Country
|
||||
- Per_Country_Shows
|
||||
|
|
|
@ -58,7 +58,7 @@ templates:
|
|||
- weekly(friday)
|
||||
- weekly(tuesday)
|
||||
|
||||
Per_Country:
|
||||
Per_Country_Movies:
|
||||
template: { name: Country,
|
||||
level: "",
|
||||
poster_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/white/<<key_name>>.jpg }
|
||||
|
@ -71,3 +71,16 @@ templates:
|
|||
visible_shared: false
|
||||
visible_home: false
|
||||
|
||||
Per_Country_Shows:
|
||||
template: { name: Country,
|
||||
level: "",
|
||||
poster_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/white/<<key_name>>.jpg }
|
||||
smart_filter:
|
||||
limit: 10000
|
||||
sort_by: critic_rating.desc
|
||||
any:
|
||||
origin_country: <<value>>
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue