+7
-20
@@ -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,12 +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"
|
||||
],
|
||||
"enum": ["Default", "Track", "Album", "Artist"],
|
||||
"default": "Default"
|
||||
},
|
||||
"caaenabled": {
|
||||
@@ -99,17 +92,11 @@
|
||||
"minLength": 1
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"username",
|
||||
"token"
|
||||
]
|
||||
"required": ["username", "token"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"clientid",
|
||||
"users"
|
||||
]
|
||||
"required": ["clientid", "users"]
|
||||
},
|
||||
"uiSchema": {
|
||||
"type": "VerticalLayout",
|
||||
|
||||
Reference in New Issue
Block a user