bencevans / node-sonos

🔈 Sonos Media Player Interface/Client
https://www.npmjs.com/package/sonos
MIT License
702 stars 147 forks source link

favorite meta data not showing on XM radio channel #418

Closed jpoeppelman1 closed 5 years ago

jpoeppelman1 commented 5 years ago

Hello. I want to be able to invoke play() with URI and meta data from my existing favorites so that all meta data shows correctly in the Sonos mobile app including album art. If I send the URI only in play(), then I do not see a title, nor album art. How do I send this favorite below into play() so that all meta data shows correctly?

    {
        "id": "2/1",
        "parentID": "2",
        "title": "4 - Good Vibrations: The Beach Boys Channel",
        "artist": null,
        "album": null,
        "albumArtURI": "http://pri.art.prod.streaming.siriusxm.com/images/channel/20180518/9138-1-17-00-320x320.png",
        "uri": "x-sonosapi-hls:live%3a9138?sid=37&flags=8480&sn=2"
    }
bencevans commented 5 years ago

Hi @jpoeppelman1. Please checkout: