I have a radio stream url, how can I dynamically update the metadata on the devices? I currently have the static data as follows:
"metadata": { "title": "Rádio Cidade ", "subtitle": "A Rádio Rock", "art": { "sources": [ { "url": Util.getS3PreSignedUrl("Media/Logo_Cidade_512x512.jpg") } ] }, "backgroundImage": { "sources": [ { "url": Util.getS3PreSignedUrl("Media/Banner_Cidade_1024x600.jpg") } ] } }
Thanks