From 925e083b8d2725bd6f6d4371d5dfec97d2496022 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Thu, 27 Feb 2020 04:12:27 -0500 Subject: [PATCH] added new config settings to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 86038db..4cd2106 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,14 @@ Here is an explanation for the configuration entries. Check out the [default con | file_manager_enabled | true if you want to use the file manager | true | | allow_quality_select | true if you want to select a videos quality level before downloading | true | | download_only_mode | true if you want files to directly download to the client with no media player | false | +| allow_multi_download_mode | true if you want the ability to download multiple videos at the same time | true | | use_youtube_API | true if you want to use the Youtube API which is used for YT searches | false | | youtube_API_key | Youtube API key. Required if use_youtube_API is enabled | "" | | default_theme | Default theme to use. Options are "default" and "dark" | "default" | | allow_theme_change | true if you want the icon in the top toolbar that toggles dark mode | true | +| use_default_downloading_agent | true if you want to use youtube-dl's default downloader | true | +| custom_downloading_agent | If not using the default downloader, this is the downloader you want to use | "" | +| allow_advanced_download | true if you want to use the Advanced download options - NOT FULLY IMPLEMENTED | false | ## Deployment