diff --git a/plex/pmm/collections/Movies_Collections.yml b/plex/pmm/collections/Movies_Collections.yml index dbc3a1e..d0a4898 100644 --- a/plex/pmm/collections/Movies_Collections.yml +++ b/plex/pmm/collections/Movies_Collections.yml @@ -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 diff --git a/plex/pmm/collections/movies_collections_general.yml b/plex/pmm/collections/movies_collections_general.yml index 99c98f1..636267e 100644 --- a/plex/pmm/collections/movies_collections_general.yml +++ b/plex/pmm/collections/movies_collections_general.yml @@ -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