forked from balbuze/volumio-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
61 lines (61 loc) · 1.77 KB
/
plugins.json
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
{"categories": [
{
"name": "Music Services ",
"id": "cat1",
"description": "Plugins for Adding Music Sources to Volumio",
"plugins": [
{
"name": "Spotify",
"version": "1.0",
"url": "volumio.github.io/volumio-plugins/plugins/volumio/armhf/music_service/spotify/spotify.zip",
"license": "Free for non commercial USE",
"description": "plugin 1 desc",
"author": "Volumio Team",
"screenshots": [{"image": "", "thumb": ""}],
"updated": "23-04-2016"
},
{
"name": "Another WebRadio Plugin",
"version": "1.0",
"url": "volumio.github.io/volumio-plugins/plugins/volumio/armhf/music_service/spotify/spotify.zip",
"license": "gpl-v3",
"description": "Adding other WebRadios",
"author": "Volumio Team",
"updated": "23-04-2016"
}
]
},
{
"name": "Miscelleanea",
"id": "cat2",
"description": "Things that cannot go in other categories",
"plugins": [
{
"name": "Random thing",
"version": "1.0",
"url": "volumio.github.io/volumio-plugins/plugins/volumio/armhf/music_service/spotify/spotify.zip",
"license": "gpl-v3",
"description": "Something Random",
"author": "Volumio Team",
"updated": "23-04-2016"
}
]
},
{
"name": "System Tools",
"id": "cat3",
"description": "Volumio System Tools",
"plugins": [
{
"name": "Touchscreen display",
"version": "1.0",
"url": "volumio.github.io/volumio-plugins/plugins/volumio/armhf/music_service/spotify/spotify.zip",
"license": "gpl-v3",
"description": "Use the 7 inches pi display",
"author": "Volumio Team",
"updated": "23-04-2016"
}
]
}
]
}