-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I want to instruct my Raumfeld Device via the Raumserver to play a certain spotify album. I tried around a lot of things, but I was unable to find out how the URIs need to be structured.
I tried both, enabling and disabling the Spotify Multiroom mode, but nothing helps.
My best guess was doing something like
"/raumserver/controller/loadContainer?id=Wohnzimmer&value=spotify:album:1Zw5RQlTFL520baBQt5FDT&_=1557817707224
But that leads into the Raumfeld app printing "This music is not available".
Trying /raumserver/controller/loadUri?id=Wohnzimmer&value=spotify:album:1Zw5RQlTFL520baBQt5FDT&_=1557817707225
instead leads to the Raumfeld App showing a spinning circle and not doing anything.
Did anyone get Spotify to work with the API? I sadly have a Raumfeld Connector which doesn't have any Station Buttons. Otherwise, I'd try to save a Spotify Album to a Button and see what URI it saves. Maybe someone can do so?