Hi,
I am developing an application that grabs content from YT and offers them as a plain, chunked mp3 stream via http. I can play this stream on my Sonos device via the respective integration calling play_media with:
{ "media_content_id": "x-rincon-mp3radio://http://<my local server>/<my streamed media>.mp3", "media_content_type": "music"}
While playing the media works fine, I would also like to have title and artist displayed in my dashboard on the Sonos card, which currently stays blank, even while playing.
The docs for the integration don't really mention manually setting meta information for played media via http (only via plex). Does anyone know how to add this, maybe through an additional header?