Hello,
I have a group of 4 stations using SS32 automation with each one having a P132 RDS encoder, communication is over TCP.
I have basic metadata working fine sending info to RadioText. But I would like to get RT+ working.
Unfortunately the SS32 automation does not support the special characters <> that XCMD uses.
This is the XCMD template I use for other stations using Simian automation and it works great:
XCMD=<rds><item><dest>3</dest><text><title>%TITLE%</title> - <artist>%ARTIST%</artist> ON STATION</text><tmo>%LENGTH%</tmo></item></rds>
This is the command I am currently using for SS32 to send metadata to the P132:
TEXT=@T - @A ON STATION@r
@T=Title, @A=Artist, @r=CarriageReturn
Is there a way I can use MagicRDS 4 to reformat the metadata and add RT+ to my P132 fleet from SS32?
I would be installing MagicRDS 4 on each of the machines, so each instance only handles that station.
Thank you for any advice