I've been running a highly modified domsen Shoutcast script but one thing i cant figure out is the bind time, currently it checks the stream is online every minute and updates the title etc into the chat. the current bind time: bind time - "* * * * *" isonline which checks every minute. pr...
I know that may be noone will make this but i have some ideas. First one: If someone have a time please reworck shoutcast V1 script to Shoutcast V2. NOW v2.5.0.715 Seccond: If someone wana do new one: 1)Option to On/Off the script 2)Option for multiple channels with diffrent settings 3)Settings: a-...
thanks caesar, I've had to spend some time doing this as i'm new to tcl but i've finally got it done, your reply really helped point me in the right direction.
Much appreciated.
I managed to figure out on my own how to kick the source. Here is the basic code. I have mine set so that another DJ cant kick if someone is logged in as the live DJ but here's the basics. set sckickdjtrigger "!kickdj" bind pub D $sckickdjtrigger kickdj bind msg D $sckickdjtrigger kickdj p...
I have modified Domsen's Shoutcast script to SC2.47. I would like it to add each song to the database as it is played. This seems to do nothing, nor does it report errors. All help appreciated. ######## CHECK IF SONG EXISTS ############## putlog "\00309Checking if song is already in Database......
I've updated the domsen script to work with the latest Shoutcast server v2.4.7.256, I would like to add the kick command to it if anyone could help it's appreciated. I have tried to update the instruction section to reflect the changes and added that I've updated the script. # shoutcast.tcl v1.03XXX...