feat: add download mode option (Track/Album) for Deezer downloads

Closes #10
This commit is contained in:
V1ck3s
2026-01-06 22:50:30 +01:00
committed by Vickes
parent 3fd98ea3de
commit 5d03f86872
7 changed files with 191 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ services:
- Subsonic__Url=${SUBSONIC_URL:-http://localhost:4533}
# Explicit content filter: All, ExplicitOnly, CleanOnly (default: ExplicitOnly)
- Subsonic__ExplicitFilter=${EXPLICIT_FILTER:-ExplicitOnly}
# Download mode: Track (only requested track), Album (full album when playing a track)
- Subsonic__DownloadMode=${DOWNLOAD_MODE:-Track}
# Download path inside container
- Library__DownloadPath=/app/downloads
# Deezer ARL token (required)