mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #288] Sonos support #150
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lau-r-a on GitHub (Nov 12, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/288
Is your feature request related to a problem? Please describe.
Currently Sonos speakers don't show up in the device list.
Its possible to see what song is currently is played if started from the spotify ui, but there's no controls whatsoever.
Describe the solution you'd like
Support for Sonos Devices.
Describe alternatives you've considered
Using the spotify ui...
@aome510 commented on GitHub (Nov 12, 2023):
Did you set up Spotify Connect as in https://github.com/aome510/spotify-player#spotify-connect? It should list all the available devices as the official Spotify app
@Lau-r-a commented on GitHub (Nov 12, 2023):
I set it up like that. I'm also able to see all the other Spotify Clients but I can't see my two Sonos devices in the list, while they show up in the other clients.
@aome510 commented on GitHub (Nov 12, 2023):
What happens if you connect to the sonos device from the official client. Does the same device show up in
spotify_playerif you callSwitchDevice?@Lau-r-a commented on GitHub (Nov 18, 2023):
The sonos speaker shows up in the cli Playback info with it's name when the playback is started elsewhere. But not in the Device list itself.
Screenshot:

@aome510 commented on GitHub (Nov 21, 2023):
Well after doing some research, look like Spotify APIs don't provide support for sonos https://github.com/spotify/web-api/issues/1337 and it is common problem for many people. Because of that, there is nothing I can do from
spotify_playerside.