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.
 
hazycora fbf2c595bb
Initial commit
2 months ago
.gitignore Initial commit 2 months ago
README.md Initial commit 2 months ago
index.js Initial commit 2 months ago
package-lock.json Initial commit 2 months ago
package.json Initial commit 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!