diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-23 15:55:14 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-23 15:55:58 -0300 |
commit | 5c64e22a0ae7033cea44c2c2b9187d9b72101ff5 (patch) | |
tree | 795d9f8cdeec79c96a7d39be59b890f842e30774 /src/strings-default.yaml | |
parent | 0df2ba538cfced993ec6794a589512302a62373d (diff) |
content: gCAOriginDetails: year with source or on own
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index fe40e767..ef885e00 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -931,9 +931,21 @@ misc: source.customLabel: >- {LABEL} via {SOURCE} - customLabelAlone: >- + source.withYear: >- + Via {SOURCE} ({YEAR}) + + source.customLabel.withYear: >- + {LABEL} ({YEAR}) via {SOURCE} + + customLabel: >- {LABEL} + customLabel.withYear: >- + {LABEL} ({YEAR}) + + year: >- + Released {YEAR} + trackArtFromAlbum: "Album cover for {ALBUM}" sameTagsAsMainArtwork: "Same tags as main artwork" |