Winamp Browser Interface This script lets you control winamp in your browser by connecting to a local server that's running along with a copy of winamp(2.x). It loads an m3u playlist and displays it in a format that can be almost anything you like - I would have included a sample custom interface but I've been too lazy to work one up. It refreshes at a rate you can set to keep the current track info fresh. It includes a simple web server so you can serve up HTML, GIF, and JPEG files for your interface. The script is slightly stupid because of the limited winamp API, so after you load the playlist you want in winamp, don't move tracks in that playlist around! Instructions / Requirements Unzip all the files to any directory. Change the playlist file variable to the m3u playlist you want the script to load. Then start winamp and run this like any perl script. Ctrl-C or the eject button will end the script. You will need Win32::GUI in your perl library somewhere. Apologies to non-win32 users... |