- Alter genre names for Shows
- Auto-generate genres collections for shows
This commit is contained in:
parent
20e62c9d1c
commit
78e08092dc
|
@ -13,3 +13,17 @@ collections:
|
||||||
collection_order: random
|
collection_order: random
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
|
dynamic_collections:
|
||||||
|
## Use DC as suffix to avoid name conflicts with static collections
|
||||||
|
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
|
||||||
|
|
||||||
|
Per-Genre DC Shows: # mapping name does not matter just needs to be unique
|
||||||
|
type: genre
|
||||||
|
exclude:
|
||||||
|
- Action/Adventure
|
||||||
|
title_format: <<key_name>>
|
||||||
|
template:
|
||||||
|
- Per_Genre
|
||||||
|
key_name_override:
|
||||||
|
Film-Noir: Film Noir
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
operations:
|
||||||
|
genre_mapper:
|
||||||
|
"Action/Adventure": "Action"
|
||||||
|
"Action & Adventure": "Action"
|
||||||
|
"Romantic Comedy": "Comedy"
|
||||||
|
"Film-Noir": "Film Noir"
|
||||||
|
|
Loading…
Reference in New Issue