feat: add tests & manifest for dynamic rich presence name

This commit is contained in:
Daniel Stefani
2026-02-08 15:36:43 +01:00
parent 81965083b2
commit 629ce68a8c
2 changed files with 75 additions and 0 deletions
+14
View File
@@ -47,6 +47,13 @@
"maxLength": 20,
"pattern": "^[0-9]+$"
},
"activityname": {
"type": "string",
"title": "Activity Name Display",
"description": "Choose what to display as the activity name in Discord Rich Presence",
"enum": ["default", "title", "artist", "album"],
"default": "default"
},
"uguuenabled": {
"type": "boolean",
"title": "Upload artwork to uguu.se (enable if Navidrome is not publicly accessible)",
@@ -92,6 +99,13 @@
"type": "Control",
"scope": "#/properties/clientid"
},
{
"type": "Control",
"scope": "#/properties/activityname",
"options": {
"format": "radio"
}
},
{
"type": "Control",
"scope": "#/properties/uguuenabled"