mIRC Home    About    Download    Register    News    Help

Print Thread
#88279 26/06/04 06:41 PM
D
Daedalus
Daedalus
D
For those of you familiar with swamp.dll; is there a way for a script to know when Winamp goes on to the next song? Or when Winamp is stopped, paused...e.t.c.
I thought of using a /timer and have it check if it's stopped, paused. Or if the TRACKFILENAME has changed...but I don't want alot of timers going on in the background...

#88280 26/06/04 10:45 PM
Joined: Dec 2002
Posts: 127
F
Vogon poet
Offline
Vogon poet
F
Joined: Dec 2002
Posts: 127
you could use $sound(<file>).length to determine how many milliseconds the song is long. then set a single timer for that length of time. i'm not familiar with swamp.dll so there might be an easier way with the dll


Link Copied to Clipboard