g33kyaditya / spotify-playlist-downloader

Download spotify playlists using youtube-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify-playlist-downloader

Download your spotify playlists using simple python script

Features

  • Adds metadata to the downloaded songs (title, artist and album)
  • Download only the songs you don't have

Downloading playlist

  • Install dependencies: pip install youtube_dl eyed3 unidecode (May require root priveleges)
  • Convert your spotify playlists to csv from here (Thanks to Joel Lehman)
  • Use download_from_csv.py to download all songs from the playlist. (For usage: python download_from_csv.py -h)

TODO

I am planning to add more features to this to make the experience more smooth and improve the quality of the downloaded songs. Feel free to open an issue for any bug or enhancement that

  • Allow exporting to CSV from the script itself, will need to ask for spotify login
  • Allow user to specify search terms for youtube (either through config file or through command line arguments)
  • Add Album Art to the downloaded songs

About

Download spotify playlists using youtube-dl

License:MIT License


Languages

Language:Python 100.0%