- Disable broken dynamic collections feature

This commit is contained in:
Nate Harris 2022-03-30 23:15:40 -06:00
parent f214cc643e
commit 68be160398
2 changed files with 15 additions and 14 deletions

View File

@ -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

View File

@ -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