-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Request] Spotify URI #80
Comments
what do you mean by |
Every Song, Album or Playlists has his own URI like spotify:track:0dHWp33vt26Z7i06ljKyg0 . I mean playing a song with this URI via command. |
Yeah, should be easy, as we pass those URIs to Spotify when playing a track. Actually, if I remember correctly, one libspotify C example does exactly that: you pass an URI by command line and then it plays the track. The problem is, libspotify is not available anymore, and I don't have plans for sconsify after Spotify removed libspotify binaries from their website. Also, I don't think they will offer any good replacement for libspotify. |
Okay, thanks for the information. Is there a reason why they stopped developing libspotify? Can i get the library from somewhere or is it no possible? |
I don't know why they have stopped development, no announcement or anything. I know someone found the downloads in a cache/archived version of that page, try to search the issues maybe you'll find. Just be aware that you'll be downloading binaries and you don't know if those binaries are the officials one. |
Thanks a lot, i look at it. |
Is it possible to include searching using Spotify URIs or maybe play them only with a command? (Maybe with sconsify -command url="")
The text was updated successfully, but these errors were encountered: