Next song on air

StefanoM

Member
Good morning, you can add in the future the function before the news or publicity airs the chorus of the song to be broadcast later.

Thanks
 
StefanoM said:
Good morning, you can add in the future the function before the news or publicity airs the chorus of the song to be broadcast later.
I'm not sure how this can be implemented? Can you please give an example?
 
Currently Playing:  Joe Walsh
Next Up: Rush  Tom Sawyer

Currently as I see it displayed on my Site is:

Joe Walsh Rush Tom Sawyer

So I disabled the Next Song feature

 
How do you send the nowplaying and next track info to the web site? If you upload the "nowplaying.txt" file, then it contains 2 strings:
current track
next track

You just need to parse this file before displaying this info on the web site.
 
It's straight from RB, Reports. Uploaded via FTP to my site to 'nowplaying.txt' file.   
How would you parse with spaces?

Wouldn't it be easier to write RB to split that into 2 different files?  It would be easier on the end user.
 
DavenLC said:
It's straight from RB, Reports. Uploaded via FTP to my site to 'nowplaying.txt' file.   
How would you parse with spaces?

Wouldn't it be easier to write RB to split that into 2 different files?  It would be easier on the end user.
The script which reads that file can extract the information. If you use plain TXT, then simply parse it using the "\n" separator, in PHP the function is called explode.

StefanoM said:
I did not mean this as a function. Can I send an email?
with the link to the function.
You can contact us at support@djsoft.net with more details.
 
Back
Top