This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 11 matches

by ricktee76
Wed Dec 27, 2017 8:57 am
Forum: Script Support & Releases
Topic: Domsen update to Shoutcast 2.4.7.256
Replies: 27
Views: 29156

Make sure you have a file called isonline.txt
If you don't the create one with one line

Code: Select all

1
This will set it as online. The script should then change it to 0 (offline) or leave it set to 1 (online)
by ricktee76
Wed Nov 16, 2016 6:13 pm
Forum: Scripting Help
Topic: replace bind time with utimer?
Replies: 2
Views: 5246

thanks again caesar your reply was helpful once again, i have now got it working as i wanted by adding.

Much appreciated.

Code: Select all

 if {[info exists isonline]} {
  utimer xx [list isonline $nick $uhost $hand $chan $arg]
  } 
}
by ricktee76
Tue Nov 15, 2016 3:43 pm
Forum: Scripting Help
Topic: replace bind time with utimer?
Replies: 2
Views: 5246

replace bind time with utimer?

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...
by ricktee76
Tue Nov 15, 2016 3:28 pm
Forum: Script Support & Releases
Topic: Domsen update to Shoutcast 2.4.7.256
Replies: 27
Views: 29156

i also use 3 txt files maybe thats the error? not being able to write/read
  • dj.txt
    djnick.txt
    isonline.txt
these are one level up in the main folder with the .conf file etc.
by ricktee76
Fri Oct 28, 2016 5:30 pm
Forum: Script Requests
Topic: Shoutcast V2 working script.
Replies: 5
Views: 8049

Re: Shoutcast V2 working script.

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-...
by ricktee76
Sat Jul 23, 2016 3:08 pm
Forum: Script Requests
Topic: Shoutcast 2.47 tcl and sqlite3
Replies: 3
Views: 5782

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.
by ricktee76
Thu Jul 21, 2016 5:35 pm
Forum: Script Requests
Topic: Shoutcast V2 working script.
Replies: 5
Views: 8049

What i have added so far:
- kickdj
- requests On/Off
- ratings On/Off

I'm working on some other things but until i'm more experienced with sqlite3 i'll have to ask for help and test things alone.
by ricktee76
Thu Jul 21, 2016 5:28 pm
Forum: Script Requests
Topic: Shoutcast V2 working script.
Replies: 5
Views: 8049

I've recently updated domsen's script to shoutcast 2.47 have a look here.
http://forum.egghelp.org/viewtopic.php?p=105264#105264
by ricktee76
Thu Jul 21, 2016 5:24 pm
Forum: Script Support & Releases
Topic: Domsen update to Shoutcast 2.4.7.256
Replies: 27
Views: 29156

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...
by ricktee76
Thu Jul 21, 2016 5:11 pm
Forum: Script Requests
Topic: Shoutcast 2.47 tcl and sqlite3
Replies: 3
Views: 5782

Shoutcast 2.47 tcl and sqlite3

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......
by ricktee76
Fri Jul 15, 2016 7:53 pm
Forum: Script Support & Releases
Topic: Domsen update to Shoutcast 2.4.7.256
Replies: 27
Views: 29156

Domsen update to Shoutcast 2.4.7.256

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...