You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.gitignore | 2 months ago | |
README.md | 2 months ago | |
index.js | 2 months ago | |
package-lock.json | 2 months ago | |
package.json | 2 months ago |
README.md
spotify-dl
A command-line wrapper of librespot-js
.
Installation
npm install -g git+https://git.gay/h/spotify-dl
Make a file at $XDG_CONFIG_HOME/spotify-dl.conf
to specify your login credentials for Spotify, and the path to download music to.
SPOTIFY_USERNAME=example@example.com
SPOTIFY_PASSWORD=password123
DL_PATH="/home/hazy/Music/%album_artist/%album_title/%artist - %title.%ext"
then, simply run spotify-dl <a Spotify URL>
to download something from Spotify!