feat: add configurable audio quality selection for Deezer downloads

This commit is contained in:
V1ck3s
2026-01-02 22:03:46 +01:00
committed by Vickes
parent 5b736ea61a
commit 7eb101ea29
4 changed files with 100 additions and 14 deletions

View File

@@ -58,6 +58,10 @@ The easiest way to run Octo-Fiesta is with Docker Compose.
# Deezer ARL token (required)
DEEZER_ARL=your-deezer-arl-token
# Preferred audio quality (optional): FLAC, MP3_320, MP3_128
# If not set, the highest available quality for your account will be used
DEEZER_QUALITY=
```
3. **Start the container**
@@ -93,6 +97,7 @@ The easiest way to run Octo-Fiesta is with Docker Compose.
|---------|-------------|
| `Deezer:Arl` | Your Deezer ARL token (required for downloads) |
| `Deezer:ArlFallback` | Backup ARL token if primary fails |
| `Deezer:Quality` | Preferred audio quality: `FLAC`, `MP3_320`, `MP3_128`. If not specified, the highest available quality for your account will be used |
### Getting a Deezer ARL Token