Code Monkey home page Code Monkey logo

spotify-playlist-downloader's Introduction

Spotify Playlist Downloader

Download an entire spotify playlist ( FROM SPOTIFY @ 160kbps ) to your local machine.

Also upon download it writes the ID3 data to the file.

###To install: Install nodejs if you haven't already. ( NodeJS Downloads )

npm install -g spotify-playlist-downloader

You will also need ffmpeg installed.

In mac terminal: brew install ffmpeg

###Available Options

Usage: spotify-playlist-downloader [options]

Options:

    -h, --help                   output usage information
    -V, --version                output the version number
    -u, --username [username]    Spotify Username (required)
    -p, --password [password]    Spotify Password (required)
    -l, --playlist [playlist]    Spotify URI for playlist
    -d, --directory [directory]  Directory you want to save the mp3s to, default: HOME/spotify-mp3s

####So if you wanted to download "Top 100 Hip-Hop Tracks on Spotify". You would use the following command:

spd -u yourusername -p yourpassword -l spotify:user:spotify:playlist:06KmJWiQhL0XiV6QQAHsmw

spd is the shorthand for spotify-playlist-downloader. You can use either one.

####The output should look something like:

image

###Must haves:

  • Spotify Premium Account ( haven't tried it on a free account )
  • Only tested on Mac OSX 10.10 ( Should work on Linux and Windows as well??? )

Disclaimer:

  • This was done purely as an academic exercise.
  • I do not recommend you doing this illegally or against Spotify's terms of service.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.