We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9f73a commit bc6039bCopy full SHA for bc6039b
1 file changed
plugins.json
@@ -1,5 +1,15 @@
1
{
2
"$schema": "./schema/plugins.schema.json",
3
- "plugins": [],
+ "plugins": [
4
+ {
5
+ "id": "nuclear-plugin-discogs",
6
+ "description": "Fetch artist and album metadata from Discogs",
7
+ "author": "nukeop",
8
+ "repo": "NuclearPlayer/nuclear-plugin-discogs",
9
+ "category": "metadata",
10
+ "tags": ["discogs", "metadata"],
11
+ "addedAt": "2026-01-27"
12
+ }
13
+ ],
14
"version": 1
15
}
0 commit comments