-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpluginInfo.json
More file actions
30 lines (30 loc) · 797 Bytes
/
pluginInfo.json
File metadata and controls
30 lines (30 loc) · 797 Bytes
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
{
"repoName": "fpp-jukebox",
"name": "Jukebox",
"author": "Michael Jones",
"description": "Give your visitors control on which song or playlist they want to listen to. User will not be able to override currently playing song.",
"homeURL": "https://github.com/PiSignage/fpp-jukebox",
"srcURL": "https://github.com/PiSignage/fpp-jukebox.git",
"bugURL": "https://github.com/PiSignage/fpp-jukebox/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "5.0",
"maxFPPVersion": "7.99",
"branch": "main",
"sha": ""
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "8.99",
"branch": "main",
"sha": ""
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "main",
"sha": ""
}
]
}