I'm trying to implement thumbs up/down for live streams (itemType = 'stream'
). According to the documentation this should be possible, but unfortunately the icons won't appear. I believe I have correctly followed the steps at http://musicpartners.sonos.com/node/340.
When I debug getExtendedMetaData()
and getMediaMetadata()
it returns the dynamic tag with the correct properties:
<ns1:dynamic>
<ns1:property>
<ns1:name>isStarred</ns1:name>
<ns1:value>1</ns1:value>
</ns1:property>
</ns1:dynamic>
I also believe my presentation map XML and strings XML are correct. When I try the same for itemType = 'track'
it works fine.
What could I be doing wrong? Is there a way to debug this? Is this possible at all?
I've been testing this on the Sonos app for OSX and iOS (on the iPad). Neither works.
On a side note, we also don't seem to be able to show Info & Options for live streams.