1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mstream_ynh.git synced 2024-09-03 19:46:17 +02:00
mstream_ynh/conf/default.conf

25 lines
564 B
Text
Raw Normal View History

2022-04-14 15:50:10 +02:00
{
"port": __PORT__,
"webAppDirectory": "public",
"secret": "__KEY__",
"writeLogs": true,
"noUpload": false,
"scanOptions": {
"skipImg": true,
"scanInterval": 1.5,
"pause": 50,
"saveInterval": 500,
"bootScanDelay": 15
},
"storage": {
2023-05-02 13:43:35 +02:00
"albumArtDirectory": "__DATA_DIR__/media/album-art",
"dbDirectory": "__DATA_DIR__/media/db",
"logsDirectory": "__DATA_DIR__/media/logs"
2022-04-14 15:50:10 +02:00
},
"transcode": {
"enabled": true,
"ffmpegDirectory": "/usr/bin/ffmpeg",
"defaultCodec": "opus",
"defaultBitrate": "128k"
}
}