From c475dfc03a22065adf81c6bcfb247cfc7214762c Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 12 Oct 2023 22:32:08 -0600 Subject: [PATCH] - Disable actor/director collections --- .../general/movies_collections_general.yml | 34 +++++++++---------- .../general/shows_collections_general.yml | 16 ++++----- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/plex/pmm/collections/general/movies_collections_general.yml b/plex/pmm/collections/general/movies_collections_general.yml index 2014a5e..9cfba58 100644 --- a/plex/pmm/collections/general/movies_collections_general.yml +++ b/plex/pmm/collections/general/movies_collections_general.yml @@ -461,23 +461,23 @@ dynamic_collections: template: - Best_of_Year - Per-Actor-Movies DC: # mapping name does not matter just needs to be unique - type: actor - data: - depth: 10 # 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 - title_format: <> (Actor) - template: - - Per_Actor + # Per-Actor-Movies DC: # mapping name does not matter just needs to be unique + # type: actor + # data: + # depth: 10 # 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 + # title_format: <> (Actor) + # template: + # - Per_Actor - Per-Director DC: # mapping name does not matter just needs to be unique - type: director - data: - depth: 10 # must be in top X billed directors for a given movie for the movie to be added - minimum: 10 # director must be in at least X movies to have a collection made - title_format: <> (Director) - template: - - Per_Director + # Per-Director DC: # mapping name does not matter just needs to be unique + # type: director + # data: + # depth: 10 # must be in top X billed directors for a given movie for the movie to be added + # minimum: 10 # director must be in at least X movies to have a collection made + # title_format: <> (Director) + # template: + # - Per_Director Per-Country DC: # mapping name does not matter just needs to be unique type: country @@ -544,7 +544,7 @@ dynamic_collections: thanksgiving: Thanksgiving christmas: Christmas hallmark: Hallmark Christmas - title_format: <> <>s + title_format: <> <>s template: - Per_Holiday template_variables: diff --git a/plex/pmm/collections/general/shows_collections_general.yml b/plex/pmm/collections/general/shows_collections_general.yml index 72805cc..7f1e923 100644 --- a/plex/pmm/collections/general/shows_collections_general.yml +++ b/plex/pmm/collections/general/shows_collections_general.yml @@ -431,11 +431,11 @@ collections: dynamic_collections: ## Use DC as suffix to avoid name conflicts with static collections - Per-Actor-Shows DC: # mapping name does not matter just needs to be unique - type: actor - data: - depth: 10 # must be in top X billed actors for a given show for the show to be added - minimum: 3 # actor must be in at least X shows to have a collection made - title_format: <> (Actor) - template: - - Per_Actor + # Per-Actor-Shows DC: # mapping name does not matter just needs to be unique + # type: actor + # data: + # depth: 10 # must be in top X billed actors for a given show for the show to be added + # minimum: 3 # actor must be in at least X shows to have a collection made + # title_format: <> (Actor) + # template: + # - Per_Actor