« get me outta code hell

content: generateArtistInfoPageTracksChunk: item dates - 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>2026-04-14 16:02:11 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-04-14 16:02:11 -0300
commite5e836354225a1d7954613b4ae1cbd7f797ec9f3 (patch)
tree73a3f72cf029ae4dd8af2dde51a60a93dc18efd3 /src/strings-default.yaml
parent34714ebea5d11289ea3013819e40a5b86e1b7f72 (diff)
content: generateArtistInfoPageTracksChunk: item dates
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r--src/strings-default.yaml34
1 files changed, 22 insertions, 12 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml
index daca8347..e8bda92f 100644
--- a/src/strings-default.yaml
+++ b/src/strings-default.yaml
@@ -447,25 +447,35 @@ trackList:
   item:
     _: "{TRACK}"
 
-    withDuration:
-      _: >-
-        {DURATION} {TRACK}
+    withAccent: >-
+      {ACCENT} {TRACK}
 
-      duration:
-        _: "({DURATION})"
-        missing: "_:__"
-        missing.info: "no duration provided; treated as zero seconds long"
+    accent.withDate: >-
+      ({DATE})
 
-    withArtists:
-      _: >-
-        {TRACK} {BY}
+    accent.withDate.withDuration: >-
+      ({DURATION}; {DATE})
+
+    accent.withDuration: >-
+      ({DURATION})
+
+    accent.date: "{DATE}"
+
+    accent.duration:
+      _: "{DURATION}"
+      missing: "_:__"
+      missing.info: "no duration provided; treated as zero seconds long"
+
+    withArtists: >-
+      {TRACK} {ARTISTS}
 
+    artists:
       by: "by {ARTISTS}"
       featuring: "feat. {ARTISTS}"
       by.featuring: "by {ARTISTS} feat. {FEATURING}"
 
-    withDuration.withArtists: >-
-      {DURATION} {TRACK} {BY}
+    withAccent.withArtists: >-
+      {ACCENT} {TRACK} {ARTISTS}
 
     rerelease: >-
       {TRACK} (rerelease)