Prepare for verison 0.3.0 -> New config options, some errors handling, etc

This commit is contained in:
Medvidek77 2025-03-09 16:47:08 +01:00
parent 0192452af7
commit 2b06f4799e
2 changed files with 48 additions and 7 deletions

View file

@ -1 +1,12 @@
# DOWNLOADS_DIR="path"
# Default download directory
DOWNLOADS_DIR="~/Music"
# hifi-tui API server URL -> https://github.com/sachinsenal0x64/Hifi-Tui
# You can use "https://tidal.401658.xyz" with cache enabled
PROXY_URL="https://hifi-04ed2aaea09a.herokuapp.com"
# Set audio quality -> possible values are "LOSSLESS" and "HI_RES"
QUALITY="LOSSLESS"
# Set cover art resolution -> "1280" = 1280x1280, "640" = 640x640, "80" = 80x80
COVER_RESOLUTION="1280"