How to add the phrase "Now Playing:" before song in nowplaying.txt file?

dead_decibel

New member
Hi,

Just wondering about how I can add this phrase "Now Playing:" in the txt file that automatically lists a currently playing track on RadioBoss.

I'm trying out the post to Twitter feature (http://www.djsoft.net/smf/index.php/topic,3566.30.html) and it only shows the track title when it posts the tweet automatically.

Thanks!
 
A simple modification to the request string (the one you use for HTTP notification in RadioBOSS Settings->Reports) would do it:
Change the
Code:
&status=%casttitle
to
Code:
&status=Now+Playing%3A%casttitle
 
Back
Top