Hi, in the instance settings there is an option for the bot to "Announce tracks", for me it says " Now playing %s"
I would like to output the track to my site.
What i mean by that, is this: When the bot says "Now playing ** random radio song **, i want it to make a connection to my site url with the follow strings "current radio ID" and the "string of current song that is playing".
like, when it detects that the bot is playing and when it says on TS "now playing ** random radio ** i want the bot to direct the information of the radio id and song to the follow url:
http://www.mysite.com/myphpscript.php?radioid=RADIO_ID_HERE&trackid=TRACK_THAT_THE_BOT_SAYS_ON_TS
radioid would be the number of the radio that i see on my panel( http://HOST:8087/play/files)
trackid is the song that the bot says on the team speak server.
So all i need is the script to output "RADIO_ID" and "TRACK_ID", i can edit the url and do whatever i want with the info i got from the bot.
It would be easy if i could edit the part of the script that call this function, then in theory, i would just need to add a small code for the bot to hit my website with the radio id and song name.
I would like to output the track to my site.
What i mean by that, is this: When the bot says "Now playing ** random radio song **, i want it to make a connection to my site url with the follow strings "current radio ID" and the "string of current song that is playing".
like, when it detects that the bot is playing and when it says on TS "now playing ** random radio ** i want the bot to direct the information of the radio id and song to the follow url:
http://www.mysite.com/myphpscript.php?radioid=RADIO_ID_HERE&trackid=TRACK_THAT_THE_BOT_SAYS_ON_TS
radioid would be the number of the radio that i see on my panel( http://HOST:8087/play/files)
trackid is the song that the bot says on the team speak server.
So all i need is the script to output "RADIO_ID" and "TRACK_ID", i can edit the url and do whatever i want with the info i got from the bot.
It would be easy if i could edit the part of the script that call this function, then in theory, i would just need to add a small code for the bot to hit my website with the radio id and song name.