Page 1 of 1

gIRC.dll: Controlling Winamp

Posted: 06.09.2006 21:38
by chris1
girc.dll

Code: Select all

winampinfo { return $dll(bin\dll\girc.dll,winampinfo,$$1) }
winampcmd { dll bin\dll\girc.dll winampcmd $$1 }
winampstats { return $dll(bin\dll\girc.dll,winampstats,$$1) }
$winampinfo(<PARAMETER>)
--> title
--> artist
--> album
--> year
--> comment
--> genre
--> wtitle

$winampstats(<PARAMETER>) -> returns winamp stats
--> running
--> playstate -> returns 0 (stop), 1 (playing), 2 (paused)
--> rrepeatstate
--> shufflestate
--> version

/winampcmd <PARAMETER> -> to control winamp (use /dll, NOT $dll)
--> start
--> play
--> pause
--> stop
--> ff5s -> 5 sec forwards
--> bw5s -> 5 sec backwards
--> nextt -> next track
--> prevt -> prev. track
--> close
--> tshuffle -> Toggle Shuffle
--> trepeat -> Toggle Repeat
/setup -> Settings -> Winamp