From 36f16876a0409f1ef0d45388b4ecebce7c95f6c8 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Mon, 11 Apr 2022 22:43:39 -0600 Subject: [PATCH] - Remove smart collections from TV Shows to speed up runs --- plex/pmm/collections/TV_Shows_Collections.yml | 29 ------------------- .../collections/shows_collections_general.yml | 27 ----------------- 2 files changed, 56 deletions(-) diff --git a/plex/pmm/collections/TV_Shows_Collections.yml b/plex/pmm/collections/TV_Shows_Collections.yml index 5e7115a..f6d8e14 100644 --- a/plex/pmm/collections/TV_Shows_Collections.yml +++ b/plex/pmm/collections/TV_Shows_Collections.yml @@ -139,20 +139,6 @@ collections: visible_home: false visible_shared: true - "Previously On...": - summary: "Catch up on last week's episodes" - sort_title: - smart_filter: - type: episodes - sort_by: release.desc - all: - # Episode aired in the last 8 days - episode_air_date: 8 - sync_mode: sync - visible_home: true - visible_shared: true - visible_library: true - ### Trending "What Everyone Is Watching": summary: "What other BigBox users are checking out" @@ -167,21 +153,6 @@ collections: visible_home: false visible_shared: true - ### Topical - "Treehouse of Horror": - summary: "All the Simpsons' Treehouse of Horror episodes" - sort_title: - smart_filter: - type: episodes - sort_by: release.asc - all: - title.is: "The Simpsons" - episode_title: "Treehouse" - sync_mode: sync - visible_library: true - visible_home: false - visible_shared: false - ### Studios NBC: template: { name: Studio, diff --git a/plex/pmm/collections/shows_collections_general.yml b/plex/pmm/collections/shows_collections_general.yml index 21b904d..33c22a2 100644 --- a/plex/pmm/collections/shows_collections_general.yml +++ b/plex/pmm/collections/shows_collections_general.yml @@ -126,33 +126,6 @@ templates: collections: ### New Content - "Added This Week": - summary: "Episodes added this week on Plex" - sort_title: - smart_filter: - type: episodes - sort_by: release.desc - all: - # Episode added in the last 7 days - episode_added: 7 - sync_mode: sync - visible_home: true - visible_shared: true - visible_library: true - - "Now On Plex": - summary: "Shows now playing on Plex" - sort_title: - smart_filter: - type: shows - sort_by: release.desc - all: - # Shows added in the last 30 days - added: 30 - sync_mode: sync - visible_library: true - visible_home: true - visible_shared: true ### Trending "Trending Now":