- Disable actor/director collections
This commit is contained in:
parent
0b727c28b3
commit
c475dfc03a
|
@ -461,23 +461,23 @@ dynamic_collections:
|
|||
template:
|
||||
- Best_of_Year
|
||||
|
||||
Per-Actor-Movies DC: # mapping name does not matter just needs to be unique
|
||||
type: actor
|
||||
data:
|
||||
depth: 10 # must be in top X billed actors for a given movie for the movie to be added
|
||||
minimum: 10 # actor must be in at least X movies to have a collection made
|
||||
title_format: <<key_name>> (Actor)
|
||||
template:
|
||||
- Per_Actor
|
||||
# Per-Actor-Movies DC: # mapping name does not matter just needs to be unique
|
||||
# type: actor
|
||||
# data:
|
||||
# depth: 10 # must be in top X billed actors for a given movie for the movie to be added
|
||||
# minimum: 10 # actor must be in at least X movies to have a collection made
|
||||
# title_format: <<key_name>> (Actor)
|
||||
# template:
|
||||
# - Per_Actor
|
||||
|
||||
Per-Director DC: # mapping name does not matter just needs to be unique
|
||||
type: director
|
||||
data:
|
||||
depth: 10 # must be in top X billed directors for a given movie for the movie to be added
|
||||
minimum: 10 # director must be in at least X movies to have a collection made
|
||||
title_format: <<key_name>> (Director)
|
||||
template:
|
||||
- Per_Director
|
||||
# Per-Director DC: # mapping name does not matter just needs to be unique
|
||||
# type: director
|
||||
# data:
|
||||
# depth: 10 # must be in top X billed directors for a given movie for the movie to be added
|
||||
# minimum: 10 # director must be in at least X movies to have a collection made
|
||||
# title_format: <<key_name>> (Director)
|
||||
# template:
|
||||
# - Per_Director
|
||||
|
||||
Per-Country DC: # mapping name does not matter just needs to be unique
|
||||
type: country
|
||||
|
@ -544,7 +544,7 @@ dynamic_collections:
|
|||
thanksgiving: Thanksgiving
|
||||
christmas: Christmas
|
||||
hallmark: Hallmark Christmas
|
||||
title_format: <<key_name>> <<library_typeU>>s
|
||||
title_format: <<key_name>> <<library_type>>s
|
||||
template:
|
||||
- Per_Holiday
|
||||
template_variables:
|
||||
|
|
|
@ -431,11 +431,11 @@ collections:
|
|||
|
||||
dynamic_collections:
|
||||
## Use DC as suffix to avoid name conflicts with static collections
|
||||
Per-Actor-Shows DC: # mapping name does not matter just needs to be unique
|
||||
type: actor
|
||||
data:
|
||||
depth: 10 # must be in top X billed actors for a given show for the show to be added
|
||||
minimum: 3 # actor must be in at least X shows to have a collection made
|
||||
title_format: <<key_name>> (Actor)
|
||||
template:
|
||||
- Per_Actor
|
||||
# Per-Actor-Shows DC: # mapping name does not matter just needs to be unique
|
||||
# type: actor
|
||||
# data:
|
||||
# depth: 10 # must be in top X billed actors for a given show for the show to be added
|
||||
# minimum: 3 # actor must be in at least X shows to have a collection made
|
||||
# title_format: <<key_name>> (Actor)
|
||||
# template:
|
||||
# - Per_Actor
|
||||
|
|
Loading…
Reference in New Issue