diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-08 12:42:15 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:27 -0400 |
commit | 3686bdacef66d9bc911b6ad02fdee18cb15ecf56 (patch) | |
tree | 475efa364181e0dd7acb13bcecafe69c158d856a /src/strings-default.yaml | |
parent | 7315e62bee168c2934e9a34388844abb8b627cc1 (diff) |
content: listTagsBy{Name,Uses} -> listArtTagsBy{Name,Uses}
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 5834facd..3e49197b 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -1644,6 +1644,29 @@ listingPage: title: "{DATE}" item: "{ALBUM}" + listArtTags: + + # listArtTags.byName: + # List art tags alphabetically without sorting or chunking by + # any other criteria. Also displays the number of times each + # art tag has been featured. + + byName: + title: "Tags - by Name" + title.short: "...by Name" + item: "{TAG} ({TIMES_USED})" + + # listArtTags.byUses: + # List art tags by number of times used, falling back to an + # alphabetical sort if two art tags have been featured the same + # number of times. Art tags which haven't haven't been featured + # at all yet are totally excluded from the list. + + byUses: + title: "Tags - by Uses" + title.short: "...by Uses" + item: "{TAG} ({TIMES_USED})" + listArtists: # listArtists.byName: @@ -1971,29 +1994,6 @@ listingPage: title.withDate: "{ALBUM} ({DATE})" item: "{TRACK}" - listTags: - - # listTags.byName: - # List art tags alphabetically without sorting or chunking by - # any other criteria. Also displays the number of times each - # art tag has been featured. - - byName: - title: "Tags - by Name" - title.short: "...by Name" - item: "{TAG} ({TIMES_USED})" - - # listTags.byUses: - # List art tags by number of times used, falling back to an - # alphabetical sort if two art tags have been featured the same - # number of times. Art tags which haven't haven't been featured - # at all yet are totally excluded from the list. - - byUses: - title: "Tags - by Uses" - title.short: "...by Uses" - item: "{TAG} ({TIMES_USED})" - other: # other.allSheetMusic: |