Write empty record to nowplaying when no track is onair
Posted: 04 Dec 2014 20:06
Bernd can you please advise me how to solve my following problem:
I have an RDS software that reads a "nowplaying.txt" file and sends that data to RDS encoder whenever a change to that file happens.
I am creating that file using the command at Playlist -> Track Play:
EXEC_WRITE_FILE G:\RDS\NowPlaying.txt|nu|${artist} - ${title}
The problem starts when the track ends and commercial (or any other) overlay plays.
The "nowplaying.txt" file still has the last song's title and the RDS shows that a song plays that is not true.
I am thinking to write an empty string using the command on overlay start. Is that correct ?
But what can I do on a live show? The track ends, the DJ starts talking but still the RDS shows the previous track info.
This question also goes to TuneIn API where it says that we send :
title: The name of the song
artist:The artist associated with the song
album:The name of the associated album
commercial:Set to true if the now playing broadcast is in commercial rather than a song
Here I suppose there is an easy solution as I can send a new command when an overlay starts playing.
Any thoughts ?
I have an RDS software that reads a "nowplaying.txt" file and sends that data to RDS encoder whenever a change to that file happens.
I am creating that file using the command at Playlist -> Track Play:
EXEC_WRITE_FILE G:\RDS\NowPlaying.txt|nu|${artist} - ${title}
The problem starts when the track ends and commercial (or any other) overlay plays.
The "nowplaying.txt" file still has the last song's title and the RDS shows that a song plays that is not true.
I am thinking to write an empty string using the command on overlay start. Is that correct ?
But what can I do on a live show? The track ends, the DJ starts talking but still the RDS shows the previous track info.
This question also goes to TuneIn API where it says that we send :
title: The name of the song
artist:The artist associated with the song
album:The name of the associated album
commercial:Set to true if the now playing broadcast is in commercial rather than a song
Here I suppose there is an easy solution as I can send a new command when an overlay starts playing.
Any thoughts ?