From 2c7993be46e8107e1fcf7ece6bbdfa70e736246d Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Tue, 12 Oct 2021 16:10:56 -0400 Subject: [PATCH] updated docs --- docs/json_config.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/json_config.md b/docs/json_config.md index 8c98091..209fa12 100644 --- a/docs/json_config.md +++ b/docs/json_config.md @@ -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 \ No newline at end of file +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 \ No newline at end of file