-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugins.json
More file actions
191 lines (191 loc) · 6.42 KB
/
plugins.json
File metadata and controls
191 lines (191 loc) · 6.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"$schema": "./schema/plugins.schema.json",
"plugins": [
{
"id": "nuclear-plugin-discogs",
"name": "Discogs",
"description": "Fetch artist and album metadata from Discogs",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-discogs",
"category": "metadata",
"categories": ["metadata"],
"tags": [
"discogs",
"metadata"
],
"version": "0.2.0",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-discogs/releases/download/v0.2.0/plugin.zip",
"addedAt": "2026-01-27T00:00:00Z"
},
{
"id": "nuclear-plugin-youtube",
"name": "YouTube",
"description": "A streaming provider plugin that plays audio from Youtube using yt-dlp",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-youtube",
"category": "streaming",
"categories": ["streaming"],
"tags": [
"youtube",
"streaming",
"yt-dlp"
],
"version": "0.1.1",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-youtube/releases/download/v0.1.1/plugin.zip",
"addedAt": "2026-01-28T00:00:00Z"
},
{
"id": "nuclear-plugin-bandcamp",
"name": "Bandcamp",
"description": "Browse and play music from Bandcamp",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-bandcamp",
"category": "metadata",
"categories": ["metadata", "streaming"],
"tags": [
"bandcamp",
"metadata",
"streaming"
],
"version": "1.1.2",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-bandcamp/releases/download/v1.1.2/plugin.zip",
"addedAt": "2026-02-12T00:00:00Z"
},
{
"id": "nuclear-plugin-soundcloud",
"name": "SoundCloud",
"description": "Browse and play music from SoundCloud",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-soundcloud",
"category": "streaming",
"categories": ["metadata", "streaming"],
"tags": [
"soundcloud",
"metadata",
"streaming"
],
"version": "0.2.1",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-soundcloud/releases/download/v0.2.1/plugin.zip",
"addedAt": "2026-02-15T00:00:00Z"
},
{
"id": "nuclear-plugin-something",
"name": "Spotify",
"description": "Fetch artist, album, and track metadata from Spotify",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-something",
"category": "metadata",
"categories": ["metadata", "playlists"],
"tags": [
"metadata"
],
"version": "0.2.2",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-something/releases/download/v0.2.2/plugin.zip",
"addedAt": "2026-02-15T00:00:00Z"
},
{
"id": "nuclear-plugin-deezer-dashboard",
"name": "Deezer Dashboard",
"description": "Charts, trending artists, editorial playlists, and new releases from Deezer",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-deezer-dashboard",
"category": "dashboard",
"categories": ["dashboard", "playlists"],
"tags": [
"deezer",
"dashboard",
"charts"
],
"version": "0.2.0",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-deezer-dashboard/releases/download/v0.2.0/plugin.zip",
"addedAt": "2026-02-19T00:00:00Z"
},
{
"id": "nuclear-plugin-musicbrainz",
"name": "MusicBrainz",
"description": "Search, artist pages, and album details from MusicBrainz with Wikipedia bios and Cover Art Archive artwork",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-musicbrainz",
"category": "metadata",
"categories": ["metadata"],
"tags": [
"musicbrainz",
"metadata",
"wikipedia"
],
"version": "0.1.0",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-musicbrainz/releases/download/v0.1.0/plugin.zip",
"addedAt": "2026-02-22T00:00:00Z"
},
{
"id": "nuclear-plugin-listenbrainz-dashboard",
"name": "ListenBrainz Dashboard",
"description": "Charts, trending artists, top albums, and new releases from ListenBrainz",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-listenbrainz-dashboard",
"category": "dashboard",
"categories": ["dashboard"],
"tags": [
"listenbrainz",
"dashboard",
"charts"
],
"version": "0.1.0",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-listenbrainz-dashboard/releases/download/v0.1.0/plugin.zip",
"addedAt": "2026-02-22T00:00:00Z"
},
{
"id": "nuclear-plugin-lastfm",
"name": "Last.fm",
"description": "Scrobble tracks and update Now Playing on your Last.fm profile",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-lastfm",
"category": "scrobbling",
"categories": ["discovery", "scrobbling"],
"tags": [
"lastfm",
"scrobbling"
],
"version": "0.2.2",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-lastfm/releases/download/v0.2.2/plugin.zip",
"addedAt": "2026-03-04T00:00:00Z"
},
{
"id": "nuclear-plugin-youtube-playlists",
"name": "YouTube Playlists",
"description": "Import YouTube playlists by URL",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-youtube-playlists",
"category": "other",
"categories": ["playlists"],
"tags": [
"youtube",
"playlists",
"yt-dlp"
],
"version": "0.1.0",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-youtube-playlists/releases/download/v0.1.0/plugin.zip",
"addedAt": "2026-03-07T00:00:00Z"
},
{
"id": "nuclear-plugin-khinsider",
"name": "KHInsider",
"description": "Browse and play video game soundtracks from KHInsider",
"author": "nukeop",
"repo": "NuclearPlayer/nuclear-plugin-khinsider",
"category": "metadata",
"categories": ["metadata", "streaming"],
"tags": [
"khinsider",
"vgm",
"game-soundtracks",
"metadata",
"streaming"
],
"version": "0.1.0",
"downloadUrl": "https://github.com/NuclearPlayer/nuclear-plugin-khinsider/releases/download/v0.1.0/plugin.zip",
"addedAt": "2026-04-08T00:00:00Z"
}
],
"version": 1
}