From 021828080642369ca350d076eb061936a0137792 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 10 Feb 2022 11:16:54 -0700 Subject: [PATCH] - Add some existing collections to rules --- plex/pmm/collections/Movies_Collections.yml | 14 ++++++ plex/pmm/collections/TV_Shows_Collections.yml | 43 +++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/plex/pmm/collections/Movies_Collections.yml b/plex/pmm/collections/Movies_Collections.yml index 621d1f5..03a12b0 100644 --- a/plex/pmm/collections/Movies_Collections.yml +++ b/plex/pmm/collections/Movies_Collections.yml @@ -30,6 +30,20 @@ collections: visible_shared: false visible_library: true + ### New Content + "Added This Week": + summary: "Movies now playing on Plex" + sort_title: + smart_filter: + all: + # Movie added in the last 7 days + added: 7 + collection_order: release + sync_mode: sync + visible_home: true + visible_shared: true + visible_library: true + ### Trending "What Everyone Is Watching": summary: "What other subscribers are checking out" diff --git a/plex/pmm/collections/TV_Shows_Collections.yml b/plex/pmm/collections/TV_Shows_Collections.yml index bfd6905..7b96618 100644 --- a/plex/pmm/collections/TV_Shows_Collections.yml +++ b/plex/pmm/collections/TV_Shows_Collections.yml @@ -18,8 +18,51 @@ collections: "From The Top": summary: "Let's start this from the beginning" collection_level: episode + collection_order: alpha plex_pilots: true + "Previously On...": + summary: "Catch up on last week's episodes" + sort_title: + collection_level: episode + smart_filter: + all: + # Episode aired in the last 8 days + episode_air_date: 8 + collection_order: release + sync_mode: sync + visible_home: true + visible_shared: true + visible_library: true + + ### New Content + "Added This Week": + summary: "Episodes added this week on Plex" + sort_title: + collection_level: episode + smart_filter: + all: + # Episode added in the last 7 days + episode_added: 7 + collection_order: release + 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: + all: + # Shows added in the last 30 days + added: 30 + collection_order: release + 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"