From 5dd652d7a03d87938d377088c7322f006ea7e41f Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Tue, 12 Apr 2022 21:28:24 -0600 Subject: [PATCH] Revert "- Remove smart collections from TV Shows to speed up runs" This reverts commit 36f16876a0409f1ef0d45388b4ecebce7c95f6c8. --- plex/pmm/collections/TV_Shows_Collections.yml | 29 +++++++++++++++++++ .../collections/shows_collections_general.yml | 27 +++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/plex/pmm/collections/TV_Shows_Collections.yml b/plex/pmm/collections/TV_Shows_Collections.yml index f6d8e14..5e7115a 100644 --- a/plex/pmm/collections/TV_Shows_Collections.yml +++ b/plex/pmm/collections/TV_Shows_Collections.yml @@ -139,6 +139,20 @@ 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" @@ -153,6 +167,21 @@ 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 33c22a2..21b904d 100644 --- a/plex/pmm/collections/shows_collections_general.yml +++ b/plex/pmm/collections/shows_collections_general.yml @@ -126,6 +126,33 @@ 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":