librespot-org / librespot-golang

Go port of librespot, the Open Source Spotify client library
MIT License
169 stars 39 forks source link

spotify connect receiver #22

Open irgendwr opened 4 years ago

irgendwr commented 4 years ago

How can I implement a spotify connect receiver so that it shows up in "Connect to a Device"? (I don't mean the mdns discovery thing, it should show up just like the spotiy applications do)

I did not find any suitable examples nor did I see anything matching in the godoc.

drunlade commented 4 years ago

I'm also interested in this. I tried playing around the whole "discoverable" part but that doesn't seem to be up to much.

xplodwild commented 4 years ago

Are you using "LoginFromConnect"? I must admit I haven't played with this in a while so there might be a bit that has broke down somewhere down the line, I'll have a look if I get some time.

irgendwr commented 4 years ago

@xplodwild what about "spotify connect"? i.e. when you are not in the same network/location

drunlade commented 4 years ago

@xplodwild If you get a chance to look at it, I'd love to see an example "This is how to use it" mini project. A very basic example of how to run it in client and server mode (ie to control a connect device or to be controlled as a connect device).

hamid-elaosta commented 2 years ago

Did anyone ever get this working? I'm looking to build something with a Go library as a Spotify Connect receiver/player.