diff options
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" |