From 6b772833841cf4f9cf4104246ab92ffd02cd2150 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 7 Dec 2023 17:57:12 -0700 Subject: [PATCH] Update tips_and_tricks.md --- plex/pmm/tips_and_tricks.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/plex/pmm/tips_and_tricks.md b/plex/pmm/tips_and_tricks.md index 16db4b8..f22f7af 100644 --- a/plex/pmm/tips_and_tricks.md +++ b/plex/pmm/tips_and_tricks.md @@ -99,11 +99,13 @@ This collection uses a combination of all these prefixes, and are always sorted - `collection_order: random` -> `sort_by: random` - `collection_order: custom` -> `sort_by: ??` - Needs to be one level above `all`/`any` criteria list. Ex.: - - `smart_filter`: - - sort_by: `release.desc` - - any: - - criteria1 - - criteria2 + ```yaml + smart_filter: + sort_by: release.desc + any: + - criteria1 + - criteria2 + ``` - Collections display on home screen in order of creation - Recommend having library-specific collections loaded first in config before general collections