- Add collection for every actor in Movies library
This commit is contained in:
parent
2309e6461a
commit
f214cc643e
|
@ -836,3 +836,9 @@ collections:
|
||||||
# Zooey Deschanel:
|
# Zooey Deschanel:
|
||||||
# template: { name: Person, person: 11664 }
|
# template: { name: Person, person: 11664 }
|
||||||
|
|
||||||
|
dynamic_collections:
|
||||||
|
"PER-ACTOR COLLECTION": # mapping name does not matter just needs to be unique
|
||||||
|
type: actor
|
||||||
|
data:
|
||||||
|
depth: 5 # 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
|
||||||
|
|
Loading…
Reference in New Issue