From 4df1369422ba83824dbdc5134e9444ceddd328e7 Mon Sep 17 00:00:00 2001 From: nharris Date: Sat, 5 Nov 2022 02:24:00 -0600 Subject: [PATCH] - Fix collection type for TV Show smart collections - Unify template usage for What Everyone Is Watching collections --- .../collections/TVShows/TV_Shows_collections.yml | 13 +++++++------ .../general/movies_collections_general.yml | 3 +++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/plex/pmm/collections/TVShows/TV_Shows_collections.yml b/plex/pmm/collections/TVShows/TV_Shows_collections.yml index 592bd36..70eddff 100644 --- a/plex/pmm/collections/TVShows/TV_Shows_collections.yml +++ b/plex/pmm/collections/TVShows/TV_Shows_collections.yml @@ -18,7 +18,7 @@ collections: summary: "Catch up on last week's episodes" sort_title: smart_filter: - type: episodes + type: episode sort_by: release.desc all: # Episode aired in the last 8 days @@ -28,9 +28,10 @@ collections: visible_shared: true visible_library: true - ### Trending "What Everyone Is Watching": - summary: "What other BigBox users are checking out" + template: { name: Chart, + level: "++" } + summary: "What other subscribers are checking out" libraries: "TV Shows" sync_mode: sync collection_order: custom @@ -66,7 +67,7 @@ collections: summary: "Episodes added this week on Plex" sort_title: smart_filter: - type: episodes + type: episode sort_by: release.desc all: # Episode added in the last 7 days @@ -80,7 +81,7 @@ collections: summary: "Shows now playing on Plex" sort_title: smart_filter: - type: shows + type: show sort_by: release.desc all: # Shows added in the last 30 days @@ -105,7 +106,7 @@ collections: summary: "All the Simpsons' Treehouse of Horror episodes" sort_title: smart_filter: - type: episodes + type: episode sort_by: release.asc all: title.is: "The Simpsons" diff --git a/plex/pmm/collections/general/movies_collections_general.yml b/plex/pmm/collections/general/movies_collections_general.yml index 5bb0309..f9fbc48 100644 --- a/plex/pmm/collections/general/movies_collections_general.yml +++ b/plex/pmm/collections/general/movies_collections_general.yml @@ -64,10 +64,13 @@ collections: level: "++" } summary: "What other subscribers are checking out" libraries: "Movies" # Only consider movies in the Movies library (even when building this collection for 4K Movies) + sync_mode: sync + collection_order: custom tautulli_popular: list_days: 30 list_size: 15 list_minimum: 2 + visible_library: true visible_home: false visible_shared: true