diff --git a/FAQ.md b/FAQ.md index 52b725ee..f5f18046 100644 --- a/FAQ.md +++ b/FAQ.md @@ -28,13 +28,10 @@ or the `environment:` section in `compose.yaml` file. | YTP_DEBUG | Whether to turn on debug mode | `false` | | YTP_DEBUGPY_PORT | The port to use for the debugpy debugger | `5678` | | YTP_EXTRACT_INFO_TIMEOUT | The timeout for extracting video information | `70` | -| YTP_DB_FILE | The path to the SQLite database file | `{config_path}/ytptube.db` | | YTP_UI_UPDATE_TITLE | Whether to update the title of the page with the current stats | `true` | | YTP_PIP_PACKAGES | A space separated list of pip packages to install | `empty string` | | YTP_PIP_IGNORE_UPDATES | Do not update the custom pip packages | `false` | -| YTP_BASIC_MODE | Whether to run WebUI in basic mode | `false` | | YTP_PICTURES_BACKENDS | A comma separated list of pictures urls to use | `empty string` | -| YTP_BROWSER_ENABLED | Whether to enable the file browser | `true` | | YTP_BROWSER_CONTROL_ENABLED | Whether to enable the file browser actions | `false` | | YTP_YTDLP_AUTO_UPDATE | Whether to enable the auto update for yt-dlp | `true` | | YTP_YTDLP_DEBUG | Whether to turn debug logging for the internal `yt-dlp` package | `false` | diff --git a/README.md b/README.md index 8b7be222..6a49e7fb 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,17 @@ live streams, and includes features like scheduling downloads, sending notificat * Schedule channels or playlists to be downloaded automatically. * Send notification to targets based on selected events. includes [Apprise](https://github.com/caronc/apprise?tab=readme-ov-file#readme) support. * Support per link options. -* Queue multiple URLs. +* Queue multiple URLs at once. * Powerful presets system for applying `yt-dlp` options. * File browser. * A built in video player **with support for sidecar external subtitles**. * Basic authentication support. * Supports `curl-cffi`. See [yt-dlp documentation](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#impersonation) -* Bundled `pot provider`. See [yt-dlp documentation](https://github.com/yt-dlp/yt-dlp/wiki/PO-Token-Guide) +* Bundled `pot provider plugin`. See [yt-dlp documentation](https://github.com/yt-dlp/yt-dlp/wiki/PO-Token-Guide) * Automatic updates for `yt-dlp` and custom `pip` packages. -* Basic mode UI for non-technical users. * Conditions feature. * Custom browser extensions, bookmarklets and iOS shortcuts to send links to YTPTube instance. -* A Bundled executable version for Windows, macOS and Linux. +* A bundled executable version for Windows, macOS and Linux. `For non-docker users`. Please read the [FAQ](FAQ.md) for more information. diff --git a/ac_short.png b/ac_short.png new file mode 100644 index 00000000..521801b3 Binary files /dev/null and b/ac_short.png differ diff --git a/sc_short.png b/sc_short.png deleted file mode 100644 index a1985c87..00000000 Binary files a/sc_short.png and /dev/null differ