- Disable broken dynamic collections feature
This commit is contained in:
parent
f214cc643e
commit
68be160398
|
@ -836,9 +836,10 @@ collections:
|
|||
# Zooey Deschanel:
|
||||
# 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
|
||||
# disabled until CommentedMap is fixed
|
||||
# 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
|
||||
|
|
|
@ -598,11 +598,11 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
|
||||
dynamic_collections:
|
||||
### Trending
|
||||
"The A List":
|
||||
template: { name: Chart,
|
||||
level: "++" }
|
||||
summary: "The biggest actors in Hollywood right now"
|
||||
type: tmdb_popular_people
|
||||
data: 10
|
||||
# dynamic_collections:
|
||||
# ### Trending
|
||||
# "The A List":
|
||||
# template: { name: Chart,
|
||||
# level: "++" }
|
||||
# summary: "The biggest actors in Hollywood right now"
|
||||
# type: tmdb_popular_people
|
||||
# data: 10
|
||||
|
|
Loading…
Reference in New Issue