- Clarify precedent for sort title
This commit is contained in:
parent
ba9ee16307
commit
f6a876c4ea
@ -3,6 +3,7 @@
|
|||||||
- Use sort_title to promote and demote certain collections
|
- Use sort_title to promote and demote certain collections
|
||||||
- start with `+` to promote to top of library
|
- start with `+` to promote to top of library
|
||||||
- start with `~` to demote to bottom of a 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
|
- Recommended to start with a number corresponding to a category
|
||||||
- `1` above `2` above `3` etc.
|
- `1` above `2` above `3` etc.
|
||||||
- Use `+` and `~` to promote and demote secondarily
|
- Use `+` and `~` to promote and demote secondarily
|
||||||
@ -13,18 +14,27 @@ Prefix suggestions:
|
|||||||
|
|
||||||
```
|
```
|
||||||
# Prefixes for (Movie) Collections:
|
# Prefixes for (Movie) Collections:
|
||||||
# 01_+ = Charts
|
# 010_+ = Charts
|
||||||
# 02_+ = Holidays
|
# 020_+ = Holidays
|
||||||
# 03_+ = Studios or Network
|
# 030_+ = Studios or Network
|
||||||
# 04_+ = Genres
|
# 040_+ = Genres
|
||||||
# 05_+ = Countries
|
# 050_+ = Countries
|
||||||
# 06_+ = Awards
|
# 060_+ = Awards
|
||||||
# 07_+ = Collections
|
# 070_+ = Collections
|
||||||
# 08_+ = Decades
|
# 080_+ = Decades
|
||||||
# 09_+ = People
|
# 090_+ = People
|
||||||
# 10_+ = General
|
# 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
|
## Visibility
|
||||||
|
|
||||||
- `visible_library`, `visible_home` and `visible_shared`
|
- `visible_library`, `visible_home` and `visible_shared`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user