-
Notifications
You must be signed in to change notification settings - Fork 64
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
Link for API key is 404 #146
Comments
I'm having this issue too... |
Is there any way to solve this issue? Should I use Client ID or Client Secret codes somehow to create spotify_appkey.key? Please help! |
Same prob. I've searched around to find a new way to getting the key file. It's hopeless any reference seems to be removed. |
tbh, i think it's dead. (please correct me if i'm wrong on this). The point is, as far as I understand this entire topic now, the dependency libspotify_embedded_shared.so is not provided by spotify anymore and is deprecated. The lib started to disfunction months ago, though it still can be used if you have it. The reality is, spotify wants you to use the web api (for what you need the client id and secret.) Checkout So technically what you get with those is a link where the user can manually authorize your app. Your app receives a temporary valid token and a refresh token (which can be used by the app to receive a new temporary token). With that token playing a song on a specific detected device is possible. My conclusion on this is, all those spotify solutions based on libspotify_embedded_shared.so are basically deprecated an will break sooner or later. :( |
Has anyone found any alternatives? I really loved the ability to just stream on my dumb speakers without having to buy a overpriced set. |
@Wqrld Yes, check out Moode Audioplayer. It works without API Key and has a lot more to offer. |
Looks nice, sad to see its a full-on image though and not something you can just install on the raspberry with all my projects. |
For your own projects I think librespot is the way to go. |
i believe cargo wasn't working on the pi but ill try that. I won't respond here anymore as this is a old issue and i dont want to be emailing all of you :) |
Easiest way would be "spotifyd" ( https://github.com/Spotifyd/spotifyd ) i think. Key is optional. Ready to use binaries available. |
Seems like I have no choice than to tinker with cargo again, moose also looks good and has not support so i might just get a additional pi for music and use that. |
What's "moose"? |
Autocorrect and my bad about the build thing, thanks for your help |
For Raspberry Pi |
I tried to follow the link in the readme:
https://developer.spotify.com/technologies/libspotify/application-keys/
But got a 404 error.
I proceeded to the new developer console and created a new app, and it gave me Client ID and Client Secret codes. Is it possible to take these and craft them into a
spotify_appkey.key
? If so, what format would it have to be in?Thanks
The text was updated successfully, but these errors were encountered: