diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-16 09:14:47 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-16 09:14:47 -0400 |
| commit | 2b66d66d5d89f2a6d914bef1abb997497657b10d (patch) | |
| tree | 9aa939ed6fbcc37b09734f2cc5e759a52e58322f /src/strings-default.yaml | |
| parent | f177fba63f3d42c45b16a0b6246b7c2f7726e6ca (diff) | |
data, content, css: basic music video implementation preview
Diffstat (limited to 'src/strings-default.yaml')
| -rw-r--r-- | src/strings-default.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index b79dd67f..dc6bffdd 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -605,6 +605,8 @@ misc: bannerArt: "banner art" coverArt: "cover art" flash: "flash" + musicVideo: "music video" + musicVideoContribution: "video contribution" release: "release" track: "track" trackArt: "track art" @@ -984,6 +986,19 @@ misc: sameTagsAsMainArtwork: "Same tags as main artwork" + # musicVideo: + # Strings for music videos, which are presented in a very similar + # fashion as cover artworks. + + musicVideo: + label: "Music video!" + label.customLabel: "{LABEL}!" + + by: "Music video by {ARTISTS}" + by.customLabel: "{LABEL} by {ARTISTS}" + + contributors: "Contributors: {ARTISTS}" + # coverGrid: # Generic strings for various sorts of gallery grids, displayed # on the homepage, album galleries, artist artwork galleries, and |