Skip to content
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

Open
obsidian0815 opened this issue Jun 25, 2017 · 6 comments
Open

[Request] Spotify URI #80

obsidian0815 opened this issue Jun 25, 2017 · 6 comments

Comments

@obsidian0815
Copy link

Is it possible to include searching using Spotify URIs or maybe play them only with a command? (Maybe with sconsify -command url="")

@fabiofalci
Copy link
Owner

what do you mean by searching using Spotify URIs?

@obsidian0815
Copy link
Author

Every Song, Album or Playlists has his own URI like spotify:track:0dHWp33vt26Z7i06ljKyg0 . I mean playing a song with this URI via command.

@fabiofalci
Copy link
Owner

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.

@obsidian0815
Copy link
Author

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?

@fabiofalci
Copy link
Owner

I don't know why they have stopped development, no announcement or anything.
You can get an idea of what has been happening here:
https://jodal.no/2016/02/18/guide-to-poor-api-management/

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.

@obsidian0815
Copy link
Author

Thanks a lot, i look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants