mIRC Home    About    Download    Register    News    Help

Print Thread
#61853 26/11/03 03:50 AM
Joined: Aug 2003
Posts: 22
W
WRFan Offline OP
Ameglian cow
OP Offline
Ameglian cow
W
Joined: Aug 2003
Posts: 22
I wrote a script, looks like this:

Code:
on 1:FILERCVD:*.*: { /splay -p E:\Programme\Internet\mIRC\DC.mp3 }


but it doesn't play the sound. but if I convert the mp3 to wav and rewrite the script to look like this:

Code:
on 1:FILERCVD:*.*: { /splay -w E:\Programme\Internet\mIRC\DC.wav }


then it works all right.

What I also wanted to ask is why there isn't an option in the sound options to play a sound when a download is finished? cause if there were one I wouldn't have to write my own script for this event.

Last edited by WRFan; 26/11/03 03:51 AM.
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
mIRC doesn't play the mp3... it just sends windows the order to do it... so it might have to do with your codecs are something


If it ain't broken, don't fix it!
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
Quote:
on 1:FILERCVD:*.*: { /splay -p E:\Programme\Internet\mIRC\DC.mp3 }

is the file path possibly E:\Programme\Internet\mIRC \sounds\DC.mp3 ?

also, you might try /run -n (instead of /splay -p)


I refuse to engage in a battle of wits with an unarmed person. wink

Link Copied to Clipboard