diff --git a/plex/pmm/tips_and_tricks.md b/plex/pmm/tips_and_tricks.md index c9d22aa..f7bbe31 100644 --- a/plex/pmm/tips_and_tricks.md +++ b/plex/pmm/tips_and_tricks.md @@ -3,6 +3,7 @@ - Use sort_title to promote and demote certain collections - start with `+` to promote to top of library - start with `~` to demote to bottom of a library + - can use A-Z to additionally organize collections via levels - Recommended to start with a number corresponding to a category - `1` above `2` above `3` etc. - Use `+` and `~` to promote and demote secondarily @@ -13,18 +14,27 @@ Prefix suggestions: ``` # Prefixes for (Movie) Collections: -# 01_+ = Charts -# 02_+ = Holidays -# 03_+ = Studios or Network -# 04_+ = Genres -# 05_+ = Countries -# 06_+ = Awards -# 07_+ = Collections -# 08_+ = Decades -# 09_+ = People -# 10_+ = General +# 010_+ = Charts +# 020_+ = Holidays +# 030_+ = Studios or Network +# 040_+ = Genres +# 050_+ = Countries +# 060_+ = Awards +# 070_+ = Collections +# 080_+ = Decades +# 090_+ = People +# 100_+ = General ``` +This collection uses a combination of all these prefixes, and are always sorted in this order: + +- CATEGORY: + - Ex. "New" collections (010) will always be above "Award" collections (060) +- LEVEL: + - Ex. "+++" will always be above "+", "~~~" will always be below "~", "A" will always be above "B" +- ALPHABETICAL: + - After CATEGORY and LEVEL, collections are sorted alphabetically. If this is undesirable, use CATEGORY and LEVEL to override this default action. + ## Visibility - `visible_library`, `visible_home` and `visible_shared`