qrpike / spotify-playlist-downloader

Download an entire spotify playlist ( FROM SPOTIFY at 160kpbs ) to your local machine.
291 stars 111 forks source link

Ubuntu 15.04 Installation Instructions #24

Open ltdenard opened 8 years ago

ltdenard commented 8 years ago

I thought I would share this with everyone incase you wanted to add it to the Wiki

sudo apt-get -y install wget ffmpeg build-essential git-all
wget https://nodejs.org/dist/latest-v5.x/node-v5.2.0.tar.gz
tar zxvf node-v5.2.0.tar.gz
cd node-v5.2.0
./configure
make 
sudo make install
git clone https://github.com/qrpike/spotify-playlist-downloader.git
cd spotify-playlist-downloader
node main.js -u yourusername -p yourpassword -l spotify:user:spotify:playlist:06KmJWiQhL0XiV6QQAHsmw