mirror of
https://github.com/YunoHost-Apps/mstream_ynh.git
synced 2024-09-03 19:46:17 +02:00
25 lines
561 B
Text
25 lines
561 B
Text
|
{
|
||
|
"port": __PORT__,
|
||
|
"webAppDirectory": "public",
|
||
|
"secret": "__KEY__",
|
||
|
"writeLogs": true,
|
||
|
"noUpload": false,
|
||
|
"scanOptions": {
|
||
|
"skipImg": true,
|
||
|
"scanInterval": 1.5,
|
||
|
"pause": 50,
|
||
|
"saveInterval": 500,
|
||
|
"bootScanDelay": 15
|
||
|
},
|
||
|
"storage": {
|
||
|
"albumArtDirectory": "__DATADIR__/media/album-art",
|
||
|
"dbDirectory": "__DATADIR__/media/db",
|
||
|
"logsDirectory": "__DATADIR__/media/logs"
|
||
|
},
|
||
|
"transcode": {
|
||
|
"enabled": true,
|
||
|
"ffmpegDirectory": "/usr/bin/ffmpeg",
|
||
|
"defaultCodec": "opus",
|
||
|
"defaultBitrate": "128k"
|
||
|
}
|
||
|
}
|