Replies: 2 comments 6 replies
-
Indeed, the primary usecase is to provide a connect endpoint. But, you can also pass in a uri and have it play, by using |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, thanks :) I already had a look at the example but to be honest I don't know how to run them. What would you recommend be the best way to learn how to implement my program ? Looking directly at the source code ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to know if there is anywhere I can find some documentation about what librespot does exactly. I think it's a bit misleading that the sample program is a Spotify Connect receiver because it suggests that it's what
librespot
is all about. If I understand correctly it does much more, but I couldn't find an API reference or a tutorial to explain what can be done with it.I'd personally like to play Spotify albums based on scanned NFC tags, so I'm just looking for a way to play the songs based on a URI.
I'm also wondering how
librespot
works, because I've seen that theSpotify Web API
doesn't allow playback on local devices.libspotify
seemed to be able to do it but has been deprecated for a long time.Sorry if I'm a bit lost, that a lot of new stuff for me and it can be a bit overwhelming. Cheers!
Beta Was this translation helpful? Give feedback.
All reactions