-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpluginInfo.json
More file actions
59 lines (59 loc) · 1.29 KB
/
Copy pathpluginInfo.json
File metadata and controls
59 lines (59 loc) · 1.29 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
{
"repoName": "ShowPilot-plugin",
"name": "ShowPilot Plugin",
"author": "ShowPilot Project",
"description": "Connects FPP to a self-hosted ShowPilot server for audio playback, viewer voting, and jukebox control.",
"homeURL": "https://github.com/ShowPilotFPP/ShowPilot-plugin",
"srcURL": "https://github.com/ShowPilotFPP/ShowPilot-plugin.git",
"bugURL": "https://github.com/ShowPilotFPP/ShowPilot-plugin/issues",
"iconURL": "https://raw.githubusercontent.com/ShowPilotFPP/ShowPilot-plugin/main/icon.png",
"allowUpdates": 1,
"minMemoryMB": 256,
"minCpuCores": 1,
"versions": [
{
"minFPPVersion": "5.0",
"maxFPPVersion": "7.99",
"branch": "main",
"sha": "",
"dependencies": {
"plugins": [],
"packages": [],
"scripts": []
}
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "8.99",
"branch": "main",
"sha": "",
"dependencies": {
"plugins": [],
"packages": [],
"scripts": []
}
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "9.99",
"branch": "main",
"sha": "",
"dependencies": {
"plugins": [],
"packages": [],
"scripts": []
}
},
{
"minFPPVersion": "10.0",
"maxFPPVersion": "0",
"branch": "main",
"sha": "",
"dependencies": {
"plugins": [],
"packages": [],
"scripts": []
}
}
]
}