-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
30 lines (30 loc) · 1.04 KB
/
pluginInfo.json
File metadata and controls
30 lines (30 loc) · 1.04 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
{
"repoName": "fpp-AnnouncementAssistant",
"name": "Announcement Assistant (Audio Ducking)",
"author": "Nick Scilingo Nick S(NJ)",
"description": "Play pre-canned announcements over the currently playing show audio using PulseAudio mixing + automatic ducking. MVP includes 6 configurable buttons and ignores triggers while busy.",
"homeURL": "https://github.com/focusedonsound/fpp-AnnouncementAssistant",
"srcURL": "https://github.com/focusedonsound/fpp-AnnouncementAssistant.git",
"bugURL": "https://github.com/focusedonsound/fpp-AnnouncementAssistant/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "8.0",
"maxFPPVersion": "8.99",
"branch": "main",
"sha": "",
"dependencies": {
"packages": ["pulseaudio", "pulseaudio-utils", "libasound2-plugins"]
}
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "main",
"sha": "",
"dependencies": {
"packages": ["pulseaudio", "pulseaudio-utils", "libasound2-plugins"]
}
}
]
}