Send UI downloads into Movies library and harden queue API.

UI grabs write Movies/<Title (Year)>/; chown to 1000:1000; CORS and safer /api/queue handling for the Web UI.
This commit is contained in:
2026-08-07 11:58:11 +02:00
parent 798d7d7251
commit 96dbc46580
5 changed files with 186 additions and 43 deletions

View File

@@ -20,3 +20,8 @@ WEBSHARE_PASSWORD=
# DOWNLOAD_PATH=/downloads/webshare
# MEDIA_ROOT=/data
# MAX_CONCURRENT_DOWNLOADS=2
# UI downloads → Jellyfin Movies library (container path)
# MOVIES_PATH=/data/Movies
# DOWNLOAD_UID=1000
# DOWNLOAD_GID=1000