-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
25 lines (25 loc) · 1.56 KB
/
pluginInfo.json
File metadata and controls
25 lines (25 loc) · 1.56 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
{
"repoName": "fpp-plugin-BackgroundMusic",
"name": "Background Music for Pre/Post Show",
"author": "Stuart Ledingham (onlinedynamic)",
"description": "Enhances Falcon Player by adding independent background music playback during pre-show sequences with seamless transitions to your main synchronized show. Works alongside FPP's scheduler to play audio-only playlists or internet streams while your pre-show sequence runs, then provides smooth fade-out transitions with brightness control when starting your main show. Features include configurable fade times, blackout periods, automatic volume management, playlist shuffling, optional crossfading between tracks to eliminate silence, dual Text-to-Speech engines (local Piper TTS or cloud-based ElevenLabs for premium quality), up to 20 configurable PSA buttons for quick announcements, and optional post-show return to pre-show state. Perfect for creating professional atmospheres during crowd-gathering periods before your synchronized light show begins. Requires the fpp-brightness plugin for smooth brightness transitions with MultiSync support across all controllers.",
"homeURL": "https://github.com/OnlineDynamic/BackgroundMusicFPP-Plugin",
"srcURL": "https://github.com/OnlineDynamic/BackgroundMusicFPP-Plugin.git",
"bugURL": "https://github.com/OnlineDynamic/BackgroundMusicFPP-Plugin/issues",
"allowUpdates": 1,
"requires": [
{
"type": "plugin",
"name": "fpp-brightness",
"version": "1.0"
}
],
"versions": [
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": ""
}
]
}