Open aaronrudkin opened 7 years ago
Unfortunately, it seems Spotify will be shutting down libspotify soon. There is a new warning about the removal of binaries from the website.
What!? NooOO!! I have been searching for spotify in console for a few weeks and they have either deprecated or limited use. I was hoping that this project would solve my problems :/
Yeah, that's a shame. You can't download libspotify from anywhere anymore.
If you have libspotify installed on your computer, it's still working.
I need to add a warning in the README about this.
Will you rework sconsify with Spotify's web API?
User can still download libspotify
here.
You need to create a symbolic link to /usr/local/opt/libspotify/lib/libspotify
manually.
@HappyHackingNinja we moved to web api already, only using libspotify to play the track.
Trying to install on OSX, but can't seem to get this working. Have downloaded the sconsify binary and source code, and am stuck at the same place. If I follow HappyHackingNinja's link, which version of libspotify
should I download (OSX? Linux?), where should I install it, and do I need to create a symlink to it?
Apologies if these are stupid questions; have been trying for hours with no luck.
Hi @linktozelda,
Here are my steps:
libspotify 12.1.51 for Mac OS X/Darwin
libspotify.framework
to /Library/Frameworks
(optional)
$ sudo cp -R ./libspotify-12.1.51-Darwin-universal/libspotify.framework /Library/Frameworks
sconsify
will load libspotify
from /usr/local/opt/libspotify/lib/libspotify
. User should create a symbolic link to /usr/local/opt/libspotify/lib/libspotify
$ mkdir -p /usr/local/opt/libspotify/lib
$ ln -s /Library/Frameworks/libspotify.framework/libspotify /usr/local/opt/libspotify/lib
Thanks so much @HappyHackingNinja ! It works perfectly. Thanks also @fabiofalci for putting this together.
@fabiofalci @HappyHackingNinja Do you want a PR for the README.md file ?
- For macOS users:
User can still download
libspotify
here. You need to create a symbolic link to/usr/local/opt/libspotify/lib/libspotify
manually.
Uhhhhh, no
The zip available from that link just contains an endlessly recursing series of cpgz files I've tried using wget and other browsers to download it with no avail.
Instead it seems like Mopidy is taking one for the team and hosting that over on this github. Thanks fam
@Kezzsim I probably have the zip around from the last time I installed on macos. Can you email me and remind me to look?
It's alright, thank you for your offer and quick response I was eventually able to find it hosted on the Mopidy github
Try to install libspotify dependency on MacOS:
Check to confirm the homebrew/binary keg is tapped:
Try to explicitly specify path:
Try to search:
Not sure when this broke, but as-is the installation instructions here are broken.
Edit: Wow, that was overkill -- http://brewformulas.org/Libspotify the brew formula site confirms it is no longer available this way.