30 lines
1 KiB
TOML
30 lines
1 KiB
TOML
# All options postfixed "_dir" are expected to have a trailing slash!
|
|
skip_downloaded = true
|
|
error_log = "error.log"
|
|
# Quality can be one of "master, lossless, high and low"
|
|
# Keep in mind that you can only get the quality included in your tidal sub
|
|
quality = "lossless"
|
|
user_id =
|
|
|
|
dest_dir = "./downloads/"
|
|
|
|
# Leave empty for default state location
|
|
# Default location is the first valid path in this order:
|
|
# XDG_STATE_HOME/tidal-scraper
|
|
# XDG_CACHE_HOME/tidal-scraper
|
|
# $HOME/.cache/tidal-scraper
|
|
state_dir =
|
|
|
|
# These templates are passed their respective tidalapi objects
|
|
# Possible attributes can be found here: https://tidalapi.netlify.app/api.html
|
|
album_dir = "{album.artist.name}/{album.name}/"
|
|
playlist_dir = "{playlist.name}/"
|
|
# Rather than receiving an artist, the track receives both "albumartist" and a "trackartist"
|
|
track_name = "{track.track_num}: {track.artist.name} - {track.name}"
|
|
|
|
# One of 160, 320, 480, 640, 750, 1080
|
|
playlist_image_size = 1080
|
|
# One of 80, 160, 320, 640, 1280
|
|
album_image_size = 1280
|
|
|
|
debug = false
|