g1g0byte / spotify-downloader

Download all your Spotify playlists using spotDL that rips from YouTube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-downloader

Download all your spotify playlists using spotDL in one script

What it does

  1. Reads your Spotify playlists using your Spotify username
  2. Prompts which playlists you want to download
  3. Downloads the playlists, retrieving metadata for each song such as:
    • Track Name
    • Track Number
    • Album
    • Album Cover
    • Genre
    • and more!

Installation/Setup

  1. From releases download the latest build

  2. Open config.yaml using your preferred text editor

  3. Add your Spotify username which can be found at www.spotify.com/account/overview

username: 'abcdefghiklmnopqrstuvwxyz'
  1. Add the path to the directory you wish to download your playlists
root_folder: 'C:\Never\Gonna\Give\You\Up'
  1. Run spotify-downloader.exe and follow the instructions

About

Download all your Spotify playlists using spotDL that rips from YouTube

License:MIT License


Languages

Language:Python 100.0%