15 lines
584 B
Text
15 lines
584 B
Text
# Default download directory
|
|
DOWNLOADS_DIR="/home/$USER/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"
|
|
|
|
# If there is any problem with the API, Tidler will attempt to download the track again -> possible values are "1" to "100"
|
|
MAX_ATTEMPTS="10"
|