- Disable actor/director collections

This commit is contained in:
Nate Harris 2023-10-12 22:32:08 -06:00
parent 0b727c28b3
commit c475dfc03a
2 changed files with 25 additions and 25 deletions

View File

@ -461,23 +461,23 @@ dynamic_collections:
template: template:
- Best_of_Year - Best_of_Year
Per-Actor-Movies DC: # mapping name does not matter just needs to be unique # Per-Actor-Movies DC: # mapping name does not matter just needs to be unique
type: actor # type: actor
data: # data:
depth: 10 # must be in top X billed actors for a given movie for the movie to be added # 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 # minimum: 10 # actor must be in at least X movies to have a collection made
title_format: <<key_name>> (Actor) # title_format: <<key_name>> (Actor)
template: # template:
- Per_Actor # - Per_Actor
Per-Director DC: # mapping name does not matter just needs to be unique # Per-Director DC: # mapping name does not matter just needs to be unique
type: director # type: director
data: # data:
depth: 10 # must be in top X billed directors for a given movie for the movie to be added # 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 # minimum: 10 # director must be in at least X movies to have a collection made
title_format: <<key_name>> (Director) # title_format: <<key_name>> (Director)
template: # template:
- Per_Director # - Per_Director
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
@ -544,7 +544,7 @@ dynamic_collections:
thanksgiving: Thanksgiving thanksgiving: Thanksgiving
christmas: Christmas christmas: Christmas
hallmark: Hallmark Christmas hallmark: Hallmark Christmas
title_format: <<key_name>> <<library_typeU>>s title_format: <<key_name>> <<library_type>>s
template: template:
- Per_Holiday - Per_Holiday
template_variables: template_variables:

View File

@ -431,11 +431,11 @@ collections:
dynamic_collections: dynamic_collections:
## Use DC as suffix to avoid name conflicts with static 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 # Per-Actor-Shows DC: # mapping name does not matter just needs to be unique
type: actor # type: actor
data: # data:
depth: 10 # must be in top X billed actors for a given show for the show to be added # 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 # minimum: 3 # actor must be in at least X shows to have a collection made
title_format: <<key_name>> (Actor) # title_format: <<key_name>> (Actor)
template: # template:
- Per_Actor # - Per_Actor