Retry downloads with next proxy on failure
This commit is contained in:
4
.env
4
.env
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user