-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 15.10 Installation Instructions #25
Comments
OMG I've been looking to get this working on OS X for agessss (Terminal kept spewing out the "cannot find command spd" thing) so I thought I'd chance on your instructions as they're very different to everything else I've seen. It works perfectly, thank you so much! |
Happy I could help ! :) It can be very frustrating that such software could not been installed in a snap Many thanks Quinton for your work ! |
@fredericmalo Thanks for giving back! If you want to create a pull request with this in the README, I can merge that in as well. I may have some time soon to see if we can work around that v0.10.x issue. @dangrove98 cheers! |
Hello, I would love to make pull request. Before that, how can I make the "spd" command work ? I could only make "node main.js -u user -p password -l spotify:user:spotify:playlist:06KmJWiQhL0XiV6QQAHsmw" work and it's not as cute as "spd ..." Thanks ! |
The same result but with nvm:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
nvm install v0.10.36
nvm alias default v0.10.36
nvm use default
npm i -g qrpike/spotify-playlist-downloader
Works on all OSes and versions. |
Hello, this is it :
Ubuntu 15.10
sudo apt-get -y install wget ffmpeg build-essential git
Why v0.10.36 ? Please see qrpike comment : #15 (comment)
wget https://nodejs.org/dist/v0.10.36/node-v0.10.36-linux-x64.tar.gz
sudo tar -C /usr/local --strip-components 1 -xzf node-v0.10.36-linux-x64.tar.gz
ls -l /usr/local/bin/node
ls -l /usr/local/bin/npm
git clone https://github.com/qrpike/spotify-playlist-downloader.git
cd spotify-playlist-downloader
npm install
node main.js -u user -p password -l spotify:user:spotify:playlist:06KmJWiQhL0XiV6QQAHsmw
The text was updated successfully, but these errors were encountered: