Merge
Test / Test (pull_request) Has been cancelled

This commit is contained in:
2026-04-02 15:46:58 -06:00
16 changed files with 145 additions and 218 deletions
+7 -21
View File
@@ -1,10 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/navidrome/navidrome/refs/heads/master/plugins/manifest-schema.json",
"name": "Discord Rich Presence",
"author": "Navidrome Team",
"name": "Discodrome",
"author": "Atridad Lahiji",
"version": "1.0.0",
"description": "Discord Rich Presence integration for Navidrome",
"website": "https://github.com/navidrome/discord-rich-presence-plugin",
"website": "https://git.atri.dad.com/atridad/discodrome",
"permissions": {
"users": {
"reason": "To process scrobbles on behalf of users"
@@ -20,9 +20,7 @@
},
"websocket": {
"reason": "To maintain real-time connection with Discord gateway",
"requiredHosts": [
"gateway.discord.gg"
]
"requiredHosts": ["gateway.discord.gg"]
},
"cache": {
"reason": "To store connection state and sequence numbers"
@@ -53,13 +51,7 @@
"type": "string",
"title": "Activity Name Display",
"description": "Choose what to display as the activity name in Discord Rich Presence",
"enum": [
"Default",
"Track",
"Album",
"Artist",
"Custom"
],
"enum": ["Default", "Track", "Album", "Artist", "Custom"],
"default": "Default"
},
"activitynametemplate": {
@@ -106,17 +98,11 @@
"minLength": 1
}
},
"required": [
"username",
"token"
]
"required": ["username", "token"]
}
}
},
"required": [
"clientid",
"users"
]
"required": ["clientid", "users"]
},
"uiSchema": {
"type": "VerticalLayout",