Files
arcana-fx/config/config.json
2026-05-20 23:51:18 +02:00

27 lines
697 B
JSON

{
"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" }
]
}
}