-
Notifications
You must be signed in to change notification settings - Fork 0
/
pluginInfo.json
38 lines (37 loc) · 1.09 KB
/
pluginInfo.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
{
"repoName": "fpp-smpte",
"name": "SMPTE",
"author": "Daniel Kulp",
"description": "Listener/Generator for SMPTE Linear Time Codes",
"homeURL": "https://github.com/FalconChristmas/fpp-smpte",
"srcURL": "https://github.com/FalconChristmas/fpp-smpte.git",
"bugURL": "https://github.com/FalconChristmas/fpp-smpte/issues",
"versions": [
{
"minFPPVersion": "4.0",
"maxFPPVersion": "5.0.99",
"branch": "master",
"sha": "dccf413b6d566e0ead60cad15710a03ee9c8db4b",
"allowUpdates": 0
},
{
"minFPPVersion": "5.1",
"maxFPPVersion": "5.99",
"branch": "master",
"sha": "5d9cba8054c5e0b622b1c57157ae7f8ceb7f79fa"
},
{
"minFPPVersion": "6.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": "732643130e9b9729901d274f5c1103a07cd8219e"
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"allowUpdates": 1
}
]
}