From 68be1603983a998e5f7b70470e81ca19349f779f Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Wed, 30 Mar 2022 23:15:40 -0600 Subject: [PATCH] - Disable broken dynamic collections feature --- plex/pmm/collections/Movies_Collections.yml | 13 +++++++------ .../collections/movies_collections_general.yml | 16 ++++++++-------- 2 files changed, 15 insertions(+), 14 deletions(-) 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