-
Notifications
You must be signed in to change notification settings - Fork 218
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
Support spotify connect #33
Comments
Yes it's mentioned in the roadmap, but it's a lot of work. Definitely wanted, though. |
Should've read the road map properly I guess :) But at least now there is an issue to track that. I might dive into the code base later and see if I'm able to come up with something at least partially working. |
The most complete Connect impl now is probably |
From my initial findings I thought it might be enough to use the transfer method provided by aspotify player, but that's just very shallow research. If it allows to use the player to later control the changed device than it wouldn't be too much work. |
There's a little guide on the spotify website. Seems like psst would need some refactoring to integrate this properly. One idea that came to my mind was having a spotify connect "device" running in the background. Then the UI just sends all commands as an API request – and the background device handles whatever it gets from the spotify API. So when the user selects a different device, the UI sends the same commands to a different device. |
rust version too https://github.com/librespot-org/librespot/
|
librespot dev here - couple of things:
|
Just to clarify: Were you referring here only to the "sink" role or is this relevant also when using it as a remote for other devices? Could make sense to focus only on the latter in psst - people who want to Connect the local device can run spotifyd separately. Looks like that should simplify things a lot by just needing to send the proper Web API requests? spot#427 for adding the same functionality in Spot should be relevant. |
@3nprob, for me, the most usefull Spotify Connect use-cases would be:
|
@jpochyla just curious, is there some reason why spotifyd (which can be run alongside psst just fine) doesn't solve this for you already? (It's still a useful feature, don't get me wrong!) We're coming from the opposite perspective (love the clean UI in psst and want to use it as a remote for other Connect devices) |
Spotify has this Connect feature that allows one to play audio on other devices logged into the same account and control the playback remotely. I would love to see this feature beeing part of psst as I often like to use my pc to control playback on my phone that is connected to some speakers by cable or is just out of reach.
The text was updated successfully, but these errors were encountered: