mIRC Home    About    Download    Register    News    Help

Print Thread
#117575 17/04/05 01:31 AM
Joined: Feb 2005
Posts: 6
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Feb 2005
Posts: 6
hello
I'm trying to write a socket script for my ShoutCast
To display what song is playing at any one given time

i'm lost on it
so I will show you what i have figured out so far
and I wonder if anyone can help me fix the rest

alias shoutcast {
set %tempchan $chan
blahsc
}
alias blahsc {
sockopen shoutcast 142.177.175.228:8000/ 80
}
on 1:sockopen:shoutcast:{
/echo -a 12 Your Song Is Being Pulled
/sockwrite -n shoutcast GET

the problem is
I need it to give the name of the current song

any ideas?

Joined: Nov 2003
Posts: 257
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Nov 2003
Posts: 257
scriptoholics

check this place out it gives an example of another shoutcast script hopefully this helps

Joined: Feb 2005
Posts: 6
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Feb 2005
Posts: 6
Thanks that worked perfectly smile
that helped me learn greatly!


Link Copied to Clipboard