From 40be06fee522ba2baf8b57a5b6a93b8c08b8d64d Mon Sep 17 00:00:00 2001 From: deluan Date: Fri, 20 Mar 2026 18:53:27 -0400 Subject: [PATCH] feat: add CAA config option and coverartarchive.org permission --- manifest.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ec9304a..82ecc0a 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,8 @@ "requiredHosts": [ "discord.com", "uguu.se", - "labs.api.listenbrainz.org" + "labs.api.listenbrainz.org", + "coverartarchive.org" ] }, "websocket": { @@ -65,6 +66,12 @@ "title": "Upload artwork to uguu.se (enable if Navidrome is not publicly accessible)", "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": { "type": "boolean", "title": "Enable Spotify link-through", @@ -118,6 +125,10 @@ "format": "radio" } }, + { + "type": "Control", + "scope": "#/properties/caaenabled" + }, { "type": "Control", "scope": "#/properties/uguuenabled"