spotify-dl/.env.template

10 lines
169 B
Plaintext
Raw Permalink Normal View History

2022-05-07 13:54:48 +02:00
# Authentification
sp_id=""
sp_password=""
sp_client_id=""
sp_client_secret=""
2022-05-07 13:54:48 +02:00
# Tracks format and location
output="$HOME/music"
format="{artist} - {track_name}.{ext}"