Read specific node of XML on RadioCaster

aprizion

Member
Hello, what format should I add to the RadioCaster to read this text: "GERMAN-Veterinaria monte de sion" based on the XML below?
I've tried several formats, but none works.

For example, this format {cuepoint[type]} returns correctly "ad"

I've tried {cuepoint\attributes\attribute[name="cue_title"]} but not works.

Full XML:


<stwcue xmlns="http://www.streamtheworld.com/metadata/stwcue-1.0" version="1">
<mount/>
<cuepoint type="ad" cache="false">
<attributes>
<attribute name="cue_title">GERMAN-Veterinaria monte de sion</attribute>
<attribute name="cue_time_duration">42031</attribute>
</attributes>
</cuepoint>
</stwcue>


Thanks.
 
Hello,

We’re preparing to launch 20+ stations that send metadata via a separate URL. Our goal is to avoid using physical machines and prioritize RadioBoss Cloud due to its reliability and centralized management.

However, the lack of support for external metadata URLs is currently a blocker. If this feature were implemented, we could onboard all stations directly to the Cloud without relying on RadioCaster. This feature on Cloud will be a plus: (Read from URL - a query will be made to the address indicated, and the text received will be used as the name for the current track).

Is this something you’d consider?

Thanks!
 
Maybe this will be added in the future. RB Cloud currently allows to set artwork by calling the API function, I think the same can be added to text metadata.
 
Back
Top