diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-22 21:14:10 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-22 21:14:10 -0400 |
commit | f001fe8b172090898d59830882f253de065709cd (patch) | |
tree | ee9ad2e2636bd2895f1505f56b0e6f679228a8bf | |
parent | a4e42829d1fb278dfb8235aea6a51632b0e7ffdf (diff) |
flesh out RBH sorting rules
-rw-r--r-- | sorting-rules.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sorting-rules.yaml b/sorting-rules.yaml index a38aea87..c516a2b9 100644 --- a/sorting-rules.yaml +++ b/sorting-rules.yaml @@ -1,9 +1,44 @@ +# Miscellaneous files + Message: Sort artists alphabetically Sort Documents: artists.yaml By Properties: [name, directory] + +# References Beyond Homestuck + --- Message: Sort "Miscellany by Homestuck musicians" alphabetically Sort Documents: album/references-beyond-homestuck.yaml By Properties: [name, directory] Select Documents Following: Section: "Miscellany by Homestuck musicians" +--- +Message: Sort "Music from video games" alphabetically +Sort Documents: album/references-beyond-homestuck.yaml +By Properties: [name, directory] +Select Documents Following: + Section: "Music from video games" +--- +Message: Sort "Music composed for movies, television, and other visual arts" alphabetically +Sort Documents: album/references-beyond-homestuck.yaml +By Properties: [name, directory] +Select Documents Following: + Section: "Music composed for movies, television, and other visual arts" +--- +Message: Sort "Traditional music" alphabetically +Sort Documents: album/references-beyond-homestuck.yaml +By Properties: [name, directory] +Select Documents Following: + Section: "Traditional music" +--- +Message: Sort "Other music originating outside Homestuck" alphabetically +Sort Documents: album/references-beyond-homestuck.yaml +By Properties: [name, directory] +Select Documents Following: + Section: "Other music originating outside Homestuck" +--- +Message: Sort "Other works originating outside of Homestuck" alphabetically +Sort Documents: album/references-beyond-homestuck.yaml +By Properties: [name, directory] +Select Documents Following: + Section: "Other works originating outside of Homestuck" |