Make A Perfect MP3 Jukebox
--------------------------------------------------------------------------------
Just copy and past each of these scripts into separate txt files. Then just tie them to any X10 Command.
Now you can control Winamp from a PalmPad remote, Touchlinc, Maxi controller, or X10 IR remote.
--------------------------------------------------------------------------------
Play,
sub main()
hs.launch "C:/Program Files/Winamp/Winamp.exe",""
hs.keys "x","Winamp",1
hs.writelog "MP3 player","Play"
end sub
-------------
PAUSE
sub main()
hs.launch "C:/Program Files/Winamp/Winamp.exe",""
hs.keys "c","Winamp",1
hs.writelog "MP3 player","Pause"
end sub
----------------
Previous Song
sub main()
hs.launch "C:/Program Files/Winamp/Winamp.exe",""
hs.keys "z","Winamp",1
hs.writelog "MP3 player","Previous song"
end sub
-----------------
Next Song
sub main()
hs.launch "C:/Program Files/Winamp/Winamp.exe",""
hs.keys "b","Winamp",1
hs.writelog "MP3 player","Next song"
end sub
---------------------
Stop
sub main()
hs.launch "C:/Program Files/Winamp/Winamp.exe",""
hs.keys "V","Winamp",1
hs.writelog "MP3 player","Stop"
end sub
----------------------
Help Start up an IRC chat room to discuss and trade ideas..
#X10chat