From fc923335f5b219274bc402edeaece22a5de9d6d1 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Mon, 27 Sep 2021 19:33:10 -0600 Subject: [PATCH] Updated Configuration (WIP) (markdown) --- Configuration-(WIP).md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Configuration-(WIP).md b/Configuration-(WIP).md index 7919406..106ef82 100644 --- a/Configuration-(WIP).md +++ b/Configuration-(WIP).md @@ -10,6 +10,14 @@ The configuration is stored in `appdata` directory. It's a JSON file separated i | ----------- | ----------- | ----------- | ----------- | ----------- | | URL | url | ytdl_url | URL for the frontend - not always needed especially with Docker | http://example.com | | Port | port | ytdl_port | Port for the frontend | 17442 | +| Multi-user mode | multi_user_mode | ytdl_multi_user_mode | Allows creation of users (with their own files), roles, and permissions, enables the `Users` tab | false | +| Users base path | users_base_path | ytdl_users_base_path | Deprecated - not used | "users/" | +| Allow subscriptions | allow_subscriptions | ytdl_allow_subscriptions | Allows subscribing to channels | true | +| Subscriptions base path | subscriptions_base_path | ytdl_subscriptions_base_path | Deprecated - not used | "subscriptions/" | +| Check interval | subscriptions_check_interval | ytdl_subscriptions_check_interval | Amount of time between cycling through all subscriptions. If you have 10 subs and the interval is set to 100, every 10 seconds another sub will be checked | 86400 | +| Redownload fresh uploads | redownload_fresh_uploads | ytdl_subscriptions_redownload_fresh_uploads | Checks day-old or newer videos in a subscription to see if a higher quality one exists. If it does, it's downloaded | false | +| Theme | default_theme | ytdl_default_theme | Sets the default theme ("default" or "dark") | "Default" | +| Allow theme change | allow_theme_change | ytdl_allow_theme_change | Allows the theme to be changed by hitting the 3 dots in the top right corner | true | ## Downloader (finished)