From 51eb6b09e12cc2925a0505848ff973a559b2a283 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 19 Oct 2023 16:21:37 -0600 Subject: [PATCH] - Use New rather than Chart template for new shows - Remove collection_order for From The Top to cut down on build time --- plex/pmm/collections/new/shows.yml | 4 ++-- plex/pmm/collections/trending/shows.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plex/pmm/collections/new/shows.yml b/plex/pmm/collections/new/shows.yml index 937bd4f..480364d 100644 --- a/plex/pmm/collections/new/shows.yml +++ b/plex/pmm/collections/new/shows.yml @@ -5,7 +5,7 @@ external_templates: collections: ### New Content "Added This Week": - template: { name: Chart, + template: { name: New, level: "++++" } summary: "Episodes added this week on Plex" sort_title: @@ -21,7 +21,7 @@ collections: visible_library: true "Now On Plex": - template: { name: Chart, + template: { name: New, level: "+++" } summary: "Shows now playing on Plex" sort_title: diff --git a/plex/pmm/collections/trending/shows.yml b/plex/pmm/collections/trending/shows.yml index f85e1c9..a488bd0 100644 --- a/plex/pmm/collections/trending/shows.yml +++ b/plex/pmm/collections/trending/shows.yml @@ -8,7 +8,7 @@ collections: level: "++" } summary: "Let's start this from the beginning" collection_level: episode - collection_order: release.desc + collection_order: custom plex_pilots: true sync_mode: sync visible_library: true