Automating a live program with Line-In.
Posted: 19 Sep 2026 14:43
We have a playout computer running ProppFrexx for the non-stop programming and voice-tracked programs. At certain hours, there is a live program. The studio is located in a different room.
I would like to achieve the following:
At a specific time, the live program is scheduled. The live program should start after an overlay (the news).
The live program lasts 58 minutes and consists of a script containing a Line-In entry (Mode: LineIn) with the following entry:
In1|3480
When the Line-In track is loaded (On Track Loaded), I would like to unmute the Line-In channel and raise the fader. Is On Track Loaded the appropriate event to use for this?
After the overlay (the news), the playout computer should start the first song on the (ProppFrexx) studio computer using On Track Played.
The command is:
EXEC_SEND_TCP
Studio-PC1:8052|AUTHORIZATION MyPassword${CRLF}${CRLF}PLS_CURRENT_AUTOPLAY_ON${CRLF}${CRLF}
Alternatively, Player A could be started instead of Autoplay.
This way, the presenter knows that the live program has started. The studio is located in a different room from the playout computer.
At the end of the hour, the playout computer should fade out the Line-In and start the news overlay. The Line-In fader should then be closed and the Line-In should be muted again.
What would be the best way to configure this in ProppFrexx?
I would like to achieve the following:
At a specific time, the live program is scheduled. The live program should start after an overlay (the news).
The live program lasts 58 minutes and consists of a script containing a Line-In entry (Mode: LineIn) with the following entry:
In1|3480
When the Line-In track is loaded (On Track Loaded), I would like to unmute the Line-In channel and raise the fader. Is On Track Loaded the appropriate event to use for this?
After the overlay (the news), the playout computer should start the first song on the (ProppFrexx) studio computer using On Track Played.
The command is:
EXEC_SEND_TCP
Studio-PC1:8052|AUTHORIZATION MyPassword${CRLF}${CRLF}PLS_CURRENT_AUTOPLAY_ON${CRLF}${CRLF}
Alternatively, Player A could be started instead of Autoplay.
This way, the presenter knows that the live program has started. The studio is located in a different room from the playout computer.
At the end of the hour, the playout computer should fade out the Line-In and start the news overlay. The Line-In fader should then be closed and the Line-In should be muted again.
What would be the best way to configure this in ProppFrexx?