updated docs

This commit is contained in:
IrosTheBeggar 2021-10-12 16:10:56 -04:00
parent 96a284c857
commit 2c7993be46

View File

@ -257,4 +257,19 @@ set `writeLogs` to `true` to enable writing logs to the filesystem
## UI
Folder that contains the frontend for mStream. Defaults to `public` if not set
Folder that contains the frontend for mStream. Defaults to `public` if not set
## Supported Files
```json
{
"supportedAudioFiles": {
"mp3": true,
"m3u": false,
}
}
```
The object key is the file extension and the value is true/false.
If true, the file will be scanned and saved the db as an audio file. If false, the file will not be scanned but still be viewable in the file explorer