ProppFrexx OnAir is flexible radio automation software that is gaining popularity amongst terrestrial and internet radio broadcasters. Rocket Broadcaster can be run alongside ProppFrexx or on another PC as streaming encoder.
In this guide, you'll learn how to configure ProppFrexx to send track metadata to Rocket Broadcaster, so your stream can have accurate "Now Playing" metadata for your listeners.
Before you begin, ensure you have the following:
For this guide, ProppFrexx OnAir and Rocket Broadcaster can be installed either on the same PC or on separate PCs.
First, we need to configure a couple of settings inside Rocket Broadcaster before it can receive metadata from ProppFrexx.
In the Rocket Broadcaster window:
Rocket Broadcaster is now configured to let other applications update your stream metadata. In the next step, you'll configure ProppFrexx to connect to Rocket and send those metadata updates.
Inside ProppFrexx, click Tools in the menu at the top, then General Settings.
In the "Settings and Options" window, click Event/Commands on the left, then expand Playlist. Click OnTrackPlay and click the little Edit button.
Next, this is the important part. In the "Control Command Builder" window that appears, we need to set up a new action that sends metadata to Rocket Broadcaster over TCP. First, click the New button, then choose the "EXEC_SEND_TCP" action. In the Parameter field, paste this exactly with no line breaks:
127.0.0.1:9002|<?xml version="1.0" encoding="UTF-8"?><TRACK><Artist><![CDATA[${plstrackartistcurrent}]]></Artist><Album><![CDATA[${plstrackalbumcurrent}]]></Album><Title><![CDATA[${plstracktitlecurrent}]]></Title><Year><![CDATA[${plstrackyearcurrent}]]></Year><Label><![CDATA[${publisher}]]></Label><ISRC><![CDATA[${plstrackisrccurrent}]]></ISRC><Duration><![CDATA[${plstotalsec}]]></Duration><Category><![CDATA[${plstracktypecurrent}]]></Category></TRACK>
After you paste that, click the Set button, then OK to save your changes.
If you are running Rocket Broadcaster on a different PC than ProppFrexx, then change 127.0.0.1
in the
above string to the IP address of the PC that is running Rocket Broadcaster.
If you're having trouble getting these settings to persist, try following the numbered red labels in the screenshot below:
ProppFrexx OnAir should start sending metadata to Rocket Broadcaster as soon as the next track begins. In the Rocket Broadcaster window, the metadata shown under Now Playing will update as soon as metadata is received, and is immediately inserted into your online streams. If you see it update, it's working successfully and your configuration is complete.