From b1a0718acc33771828f4d56adf26a771bd82ad5c Mon Sep 17 00:00:00 2001 From: Branson <141467667+bransoned@users.noreply.github.com> Date: Sat, 17 Jan 2026 11:05:19 -0500 Subject: [PATCH] Add SquidWTF configuration to .env.example Added configuration options for SquidWTF service. --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 97c4644..ff114a1 100644 --- a/.env.example +++ b/.env.example @@ -7,6 +7,10 @@ DOWNLOAD_PATH=./downloads # Music service to use: SquidWTF, Deezer, or Qobuz (default: SquidWTF) MUSIC_SERVICE=SquidWTF +# ===== SquidWTF CONFIGURATION ===== +# Different quality options for SquidWTF. Only FLAC supported right now +SQUIDWTF_QUALITY=FLAC + # ===== DEEZER CONFIGURATION ===== # Deezer ARL token (required if using Deezer) # See README.md for instructions on how to get this token