- Change template for per-country and per-genre collections
This commit is contained in:
parent
d57508a271
commit
b992cfadfb
|
@ -679,13 +679,13 @@ dynamic_collections:
|
||||||
type: genre
|
type: genre
|
||||||
exclude:
|
exclude:
|
||||||
- Talk Show
|
- Talk Show
|
||||||
title_format: Top <<key_name>> <<library_type>>s
|
title_format: <<key_name>>
|
||||||
template:
|
template:
|
||||||
- Per_Genre
|
- Per_Genre
|
||||||
|
|
||||||
Per-Country DC: # mapping name does not matter just needs to be unique
|
Per-Country DC: # mapping name does not matter just needs to be unique
|
||||||
type: country
|
type: country
|
||||||
title_format: Top <<key_name>> Cinema
|
title_format: <<key_name>> Cinema
|
||||||
template:
|
template:
|
||||||
- Per_Country
|
- Per_Country
|
||||||
key_name_override:
|
key_name_override:
|
||||||
|
|
Loading…
Reference in New Issue