From ab28ea885f0ddeac256fceecd74a18bc448a792b Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Sun, 5 Nov 2023 10:24:05 -0700 Subject: [PATCH] - Fix Treehouse of Horror playlist rules - Make Top 100 Simpsons a smart playlist --- .../playlists/general/shows_playlists_general.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/plex/pmm/playlists/general/shows_playlists_general.yml b/plex/pmm/playlists/general/shows_playlists_general.yml index d9da36c..84b8b20 100644 --- a/plex/pmm/playlists/general/shows_playlists_general.yml +++ b/plex/pmm/playlists/general/shows_playlists_general.yml @@ -8,22 +8,21 @@ playlists: "Treehouse of Horror": summary: "All The Simpsons' Treehouse of Horror episodes" libraries: TV Shows + builder_level: episode smart_filter: - type: episode - sort_by: release.asc all: title.is: "The Simpsons" episode_title: "Treehouse" + sort_by: release.asc sync_mode: sync "Top 100 Simpsons Episodes": summary: "The top 100 Simpsons episodes" - collection_order: custom libraries: TV Shows builder_level: episode - plex_search: - type: episode + smart_filter: + all: + title.is: "The Simpsons" sort_by: audience_rating.desc limit: 100 - all: - title.ends: "Simpsons" + sync_mode: sync