feat: use Cover Art Archive for albums with MusicBrainz IDs #27

Merged
deluan merged 9 commits from feat/cover-art-archive into main 2026-03-20 18:34:11 -06:00
Showing only changes of commit 40be06fee5 - Show all commits
+12 -1
View File
@@ -14,7 +14,8 @@
"requiredHosts": [ "requiredHosts": [
"discord.com", "discord.com",
"uguu.se", "uguu.se",
"labs.api.listenbrainz.org" "labs.api.listenbrainz.org",
"coverartarchive.org"
] ]
}, },
"websocket": { "websocket": {
@@ -65,6 +66,12 @@
"title": "Upload artwork to uguu.se (enable if Navidrome is not publicly accessible)", "title": "Upload artwork to uguu.se (enable if Navidrome is not publicly accessible)",
"default": false "default": false
}, },
"caaenabled": {
"type": "boolean",
"title": "Use artwork from Cover Art Archive (for MusicBrainz-tagged music)",
"description": "When enabled, attempts to fetch album artwork from the Cover Art Archive using MusicBrainz IDs. Takes priority over other artwork methods.",
"default": false
},
"spotifylinks": { "spotifylinks": {
"type": "boolean", "type": "boolean",
"title": "Enable Spotify link-through", "title": "Enable Spotify link-through",
@@ -118,6 +125,10 @@
"format": "radio" "format": "radio"
} }
}, },
{
"type": "Control",
"scope": "#/properties/caaenabled"
},
{ {
"type": "Control", "type": "Control",
"scope": "#/properties/uguuenabled" "scope": "#/properties/uguuenabled"