« get me outta code hell

content: generateGroupGalleryPageAlbumGrid: multi-track single durations - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/strings-default.yaml
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-12-17 05:59:32 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-12-17 05:59:32 -0400
commit930450338e309bafb9739f4705a4632359d42ae2 (patch)
tree0f0d717e17bd5284af88950fe9e475136640201b /src/strings-default.yaml
parent9bffc4291c73c598bbad23b379ba268a23ca2660 (diff)
content: generateGroupGalleryPageAlbumGrid: multi-track single durations preview
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r--src/strings-default.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml
index dca17bbd..b105cb62 100644
--- a/src/strings-default.yaml
+++ b/src/strings-default.yaml
@@ -1019,8 +1019,12 @@ misc:
 
       accent: "({DETAILS})"
 
-      albumLength: "{TRACKS}, {TIME}"
-      albumLength.single: "single, {TIME}"
+      albumLength: >-
+        {TRACKS}, {TIME}
+      albumLength.single: >-
+        single, {TIME}
+      albumLength.single.withMultipleTracks: >-
+        single, {TRACKS}, {TIME}+
 
       coverArtists: "Artwork by {ARTISTS}"
       coverArtists.customLabel: "{LABEL} by {ARTISTS}"