diff options
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 34 |
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) |