Add additional information to album: record label, release type, version (#1242)

* Add additional information to album

* add mbz release types and normalization

* update Pill styling

---------

Co-authored-by: jeffvli <jeffvictorli@gmail.com>
This commit is contained in:
Kendall Garner
2025-11-03 08:34:42 +00:00
committed by GitHub
parent 3fe6ccf300
commit e26ffaac53
12 changed files with 223 additions and 40 deletions
+25
View File
@@ -97,6 +97,8 @@
"quit": "quit",
"random": "random",
"rating": "rating",
"recordLabel": "record label",
"releaseType": "release type",
"refresh": "refresh",
"reload": "reload",
"reset": "reset",
@@ -496,6 +498,29 @@
"pause": "pause",
"viewQueue": "view queue"
},
"releaseType": {
"primary": {
"album": "$t(entity.album_one)",
"broadcast": "broadcast",
"ep": "ep",
"other": "other",
"single": "single"
},
"secondary": {
"audiobook": "audiobook",
"audioDrama": "audio drama",
"compilation": "compilation",
"djMix": "dj mix",
"demo": "demo",
"fieldRecording": "field recording",
"interview": "interview",
"live": "live",
"mixtape": "mixtape",
"remix": "remix",
"soundtrack": "soundtrack",
"spokenWord": "spoken word"
}
},
"setting": {
"accentColor_description": "sets the accent color for the application",
"accentColor": "accent color",