Initial Arcana FX soundboard

This commit is contained in:
Hermes Agent
2026-05-20 23:51:18 +02:00
commit 232e6923e3
19 changed files with 2520 additions and 0 deletions

26
config/config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"filestash": {
"baseUrl": "https://files.fisoft.eu",
"shareId": "FHBaJ8Z",
"rootPath": "/"
},
"audio": {
"extensions": [".mp3", ".ogg", ".flac", ".wav", ".m4a"],
"ignoreNames": ["desktop.ini", ".DS_Store", "Thumbs.db"],
"cacheTtlSeconds": 600,
"maxDepth": 8
},
"homeAssistant": {
"allowedMediaPlayer": "media_player.audio_test_media_player",
"requestTimeoutMs": 8000
},
"lightControl": {
"comingSoon": true,
"placeholders": [
{ "name": "Torchlight", "icon": "flame" },
{ "name": "Moon Glow", "icon": "moon" },
{ "name": "Arcane Pulse", "icon": "sparkles" },
{ "name": "Blood Red", "icon": "droplet" }
]
}
}