From 615bf4be3afcb58d587d896c850ca61ebaebf499 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Fri, 13 Oct 2023 13:49:13 -0600 Subject: [PATCH] - episode_added only works on shows, use episode_release instead --- plex/pmm/collections/general/shows_collections_general.yml | 2 +- plex/pmm/tips_and_tricks.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plex/pmm/collections/general/shows_collections_general.yml b/plex/pmm/collections/general/shows_collections_general.yml index 7f1e923..e3e5e9b 100644 --- a/plex/pmm/collections/general/shows_collections_general.yml +++ b/plex/pmm/collections/general/shows_collections_general.yml @@ -38,7 +38,7 @@ collections: "From The Top": summary: "Let's start this from the beginning" collection_level: episode - collection_order: episode_added.desc + collection_order: episode_release.desc plex_pilots: true visible_library: true visible_home: true diff --git a/plex/pmm/tips_and_tricks.md b/plex/pmm/tips_and_tricks.md index 3720ee1..9080882 100644 --- a/plex/pmm/tips_and_tricks.md +++ b/plex/pmm/tips_and_tricks.md @@ -85,6 +85,9 @@ Prefix suggestions: list updated based on the criteria, rather than Plex Meta Manager having to re-run the builder every time - All other rules: Use, i.e., `collection_level: episodes`, to limit collection to [specific type](https://github.com/meisnate12/Plex-Meta-Manager/wiki/Metadata-Details#metadata-details) + - `episode_added` only works on Shows, because it accounts for when Show had an episode added, not when episode was + added to library + - Use `episode_release`, which works for individual episodes, as well as Seasons and Shows ## Templates