From 78f1bcc4d2c750bb8e886527c6a8d76996dc1ff4 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Mon, 4 Dec 2023 12:32:10 -0700 Subject: [PATCH] - Add Cancelled collections --- plex/pmm/collections/lists/movies.yml | 13 +++++++++++++ plex/pmm/collections/lists/shows.yml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/plex/pmm/collections/lists/movies.yml b/plex/pmm/collections/lists/movies.yml index 9e51b98..7a62e42 100644 --- a/plex/pmm/collections/lists/movies.yml +++ b/plex/pmm/collections/lists/movies.yml @@ -242,3 +242,16 @@ collections: visible_library: true visible_home: false visible_shared: false + + "️❌ Cancelled": + template: { name: Collection, + level: "+" } + summary: "Actors, directors, and writers who have been cancelled" + trakt_list: + - https://trakt.tv/users/nwithan8/lists/cancelled + collection_order: random + # default schedule + visible_library: true + visible_home: false + visible_shared: false + diff --git a/plex/pmm/collections/lists/shows.yml b/plex/pmm/collections/lists/shows.yml index d73eb8b..af79f50 100644 --- a/plex/pmm/collections/lists/shows.yml +++ b/plex/pmm/collections/lists/shows.yml @@ -1,3 +1,16 @@ external_templates: - repo: templates/collections - repo: templates/dynamic_collections + +collections: + "️❌ Cancelled": + template: { name: Collection, + level: "+" } + summary: "Actors, directors, and writers who have been cancelled" + trakt_list: + - https://trakt.tv/users/nwithan8/lists/cancelled + collection_order: random + # default schedule + visible_library: true + visible_home: false + visible_shared: false