F
freqgeek
Guest
I'm trying to find a way to convert the PAD data being sent from our satelite provider for our long format programming into something that our RDS Encoders can understand.
ABC is sending me this...
CurrentEvent:MXS,MXS9501-74,Let It Snow Let It Snow Let It Snow,Frank Sinatra
NextEvent:MXS,MXS9500-36,Feliz Navidad,Jose Feliciano
CurrentEvent:MXS,MXS9500-36,Feliz Navidad,Jose Feliciano
NextEvent:VTJ,VTXMASThu8703,Voicetrack,Voicetracker
CurrentEvent:VTJ,VTXMASThu8703,Voicetrack,Voicetracker
NextEvent:,2 (short),Ind. Mom. 2 (short),
NextEvent:,4 (option),Ind. Mom. 4 (option),
CurrentEvent:
CurrentEvent:HLN,XM05,Short bed,
NextEvent:HOL,XMO100-45,Hark The Herald Angels Sing,Mannheim Steamroller
CurrentEvent:HOL,XMO100-45,Hark The Herald Angels Sing,Mannheim Steamroller
NextEvent:,3 (long),Ind. Mom. 3 (long),
NextEvent:HLN,XM07,Long Bed,
CurrentEvent:HLN,XM07,Long Bed,
NextEvent:MXS,MXS9500-18,Grown Up Christmas List,Natalie Cole/David Foster
CurrentEvent:MXS,MXS9500-18,Grown Up Christmas List,Natalie Cole/David Foster
NextEvent:MXS,MXS9505-69,Zat You Santa Claus,Louis Armstrong
I need to be able to strip out the leading text and non-relevant events. Something that will read the incomming data, IF DATA contains "MXS" remove MXS and send the last two fields.
How are you guys sending the RDS information from the satelite to your encoders?
ABC is sending me this...
CurrentEvent:MXS,MXS9501-74,Let It Snow Let It Snow Let It Snow,Frank Sinatra
NextEvent:MXS,MXS9500-36,Feliz Navidad,Jose Feliciano
CurrentEvent:MXS,MXS9500-36,Feliz Navidad,Jose Feliciano
NextEvent:VTJ,VTXMASThu8703,Voicetrack,Voicetracker
CurrentEvent:VTJ,VTXMASThu8703,Voicetrack,Voicetracker
NextEvent:,2 (short),Ind. Mom. 2 (short),
NextEvent:,4 (option),Ind. Mom. 4 (option),
CurrentEvent:
CurrentEvent:HLN,XM05,Short bed,
NextEvent:HOL,XMO100-45,Hark The Herald Angels Sing,Mannheim Steamroller
CurrentEvent:HOL,XMO100-45,Hark The Herald Angels Sing,Mannheim Steamroller
NextEvent:,3 (long),Ind. Mom. 3 (long),
NextEvent:HLN,XM07,Long Bed,
CurrentEvent:HLN,XM07,Long Bed,
NextEvent:MXS,MXS9500-18,Grown Up Christmas List,Natalie Cole/David Foster
CurrentEvent:MXS,MXS9500-18,Grown Up Christmas List,Natalie Cole/David Foster
NextEvent:MXS,MXS9505-69,Zat You Santa Claus,Louis Armstrong
I need to be able to strip out the leading text and non-relevant events. Something that will read the incomming data, IF DATA contains "MXS" remove MXS and send the last two fields.
How are you guys sending the RDS information from the satelite to your encoders?