Open ltdenard opened 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
I thought I would share this with everyone incase you wanted to add it to the Wiki