Hey all. The last few days I've been a little obsessed with getting our HD2s and 3s looking better. I spend a lot of time listening to them, so I'd like to know the title/artist/album. We use Rapid4 on our two main stations for album art and metapub integration. No one here seems to care about the HDs, so that means I get to experiment with them the most. So here's how this all works:
- On our HD channels, we rebroadcast internet radio steams coming in off our Barix exstreamer 110s and 500 (if anyone has a better solution that these I'm all ears. Maybe some super reliable windows program??)
- Some of these have ad insertion and legal IDs, so I handle the switching between our SAS Rio Bravo audio router and use contact closures from the Barix exstreamer 500 to fire off the audio.
- One of them goes through our Omnia 9 for processing since we had an extra core, one goes through breakaway one, and another goes through stereo tool (I can attach my AAA presets for both if someone needs it)
- To grab metadata from these streams, I use the attached python script. I am NOT a programmer. I've copied and pasted snippets and massaged them together until they started working semi-reliably. The script writes the resulting title/artist/album to an ENCO xml file
- PADapult grabs the resulting xml file, formats it, and sends it off to the HD radio importer. If anyone has a good idea on how to eliminate this piece of software, I'm all ears. The less parts to this rube-goldberg machine the better I'll feel.
Check out the attached python script. It would have saved me a few days if someone had posted something similar, so I figure if I have this problem, other people probably do too.
- On our HD channels, we rebroadcast internet radio steams coming in off our Barix exstreamer 110s and 500 (if anyone has a better solution that these I'm all ears. Maybe some super reliable windows program??)
- Some of these have ad insertion and legal IDs, so I handle the switching between our SAS Rio Bravo audio router and use contact closures from the Barix exstreamer 500 to fire off the audio.
- One of them goes through our Omnia 9 for processing since we had an extra core, one goes through breakaway one, and another goes through stereo tool (I can attach my AAA presets for both if someone needs it)
- To grab metadata from these streams, I use the attached python script. I am NOT a programmer. I've copied and pasted snippets and massaged them together until they started working semi-reliably. The script writes the resulting title/artist/album to an ENCO xml file
- PADapult grabs the resulting xml file, formats it, and sends it off to the HD radio importer. If anyone has a good idea on how to eliminate this piece of software, I'm all ears. The less parts to this rube-goldberg machine the better I'll feel.
Check out the attached python script. It would have saved me a few days if someone had posted something similar, so I figure if I have this problem, other people probably do too.