mIRC Home    About    Download    Register    News    Help

Print Thread
#45471 30/08/03 10:49 PM
Joined: Aug 2003
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Aug 2003
Posts: 2
Hey, I searched around but couldn't find what I'm looking for. I have this plugin for windows media player 9 that outputs a text file of the song info to mircdirectory\songout.txt . How could I get this to display in mirc? Thanks in advance.

#45472 30/08/03 11:02 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
/help $read


Code:
//if ( khaled isgod ) echo yes | else echo no
#45473 30/08/03 11:36 PM
Joined: Aug 2003
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Aug 2003
Posts: 2
http://mywebpages.comcast.net/sublime053/songout.txt

That is the output I get from windows media player.. When i use the $read thing I can only get 1 line from it. Are there any mirc addons/scripts that I can use to make this simpler and to output it in a similar fashion to AMIP ? ( http://amip.tools-for.net )

Thanks again.

#45474 31/08/03 05:18 AM
Joined: Jun 2003
Posts: 67
D
Babel fish
Offline
Babel fish
D
Joined: Jun 2003
Posts: 67
alias song {
msg $active $read($mircdirsongout.txt,1) - $read($mircdirsongout.txt,4)
}

typing /song in a channel will return
Artist - Title


while (demi == nub) {
inc %skill
}

Link Copied to Clipboard