Skip non-functional proxies when selecting

This commit is contained in:
2026-01-04 13:02:26 +01:00
parent 7e9cbd94b6
commit 44fbe49c58
4 changed files with 476 additions and 18 deletions

4
.env
View File

@@ -1,5 +1,5 @@
TZ=Europe/Berlin
WEBGUI_PORT=8080
WEBGUI_PORT=8081
# Optional Basic Auth (leave empty to disable)
BASIC_AUTH_USER=admin
@@ -20,7 +20,7 @@ JELLYFIN_MOVIES_DIR=/jellyfin/Filme
JELLYFIN_SERIES_DIR=/jellyfin/Serien
# Engines
ENGINE_DEFAULT=auto # auto|ytdlp|direct
ENGINE_DEFAULT=auto # auto|ytdlp|direct|hoster
YTDLP_FORMAT=bestvideo+bestaudio/best
# Proxy pool (ONLY used for downloads; not for SFTP / webgui internal calls)