Download all your spotify playlists using spotDL in one script
- Reads your Spotify playlists using your Spotify username
- Prompts which playlists you want to download
- Downloads the playlists, retrieving metadata for each song such as:
- Track Name
- Track Number
- Album
- Album Cover
- Genre
- and more!
-
From releases download the latest build
-
Open
config.yaml
using your preferred text editor- recommended: Notepad++
-
Add your Spotify username which can be found at www.spotify.com/account/overview
username: 'abcdefghiklmnopqrstuvwxyz'
- Add the path to the directory you wish to download your playlists
root_folder: 'C:\Never\Gonna\Give\You\Up'
- Run
spotify-downloader.exe
and follow the instructions