mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
updated docs
This commit is contained in:
parent
96a284c857
commit
2c7993be46
@ -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
|
||||
Loading…
Reference in New Issue
Block a user