You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, only some playlists (like Music Library) can be played directly from Sonos favourites, others (like Apple Music) cannot. When trying to play such a playlist, the zone player responds with HTTP status 500 (internal server error) and UPnP status 714. See #90 (comment).
When playing the favourite from the Sonos app, it first queues the playlist (after the current song of a playlist is already playing), seeks to the first track of the added playlist, and then issues play. homebridge-zp should be doing the same, maybe clearing the running queue first. Still unclear what types of playlists need to be queued and what not, but it looks like the Sonos app also queues my Music Library playlist.
Apparently, only some playlists (like Music Library) can be played directly from Sonos favourites, others (like Apple Music) cannot. When trying to play such a playlist, the zone player responds with HTTP status 500 (internal server error) and UPnP status 714. See #90 (comment).
When playing the favourite from the Sonos app, it first queues the playlist (after the current song of a playlist is already playing), seeks to the first track of the added playlist, and then issues play. homebridge-zp should be doing the same, maybe clearing the running queue first. Still unclear what types of playlists need to be queued and what not, but it looks like the Sonos app also queues my Music Library playlist.
When something else is playing (e.g. TuneIn radio), it sets the AVTransportURI after adding to the Queue, an before seeking:
The text was updated successfully, but these errors were encountered: