About WinampCOM
WinampCOM is a COM dll that provides a COM object WinampCOM.winamp that
a caller can use to control basic Winamp functions. Features are :
- Play, stop, pause, next track, and previous track.
- Query the current play / paused / stopped states.
- Retrieve playlist, change position in the playlist, add to the playlist, and clear the playlist.
- Retrieve basic information about the current track (position and length).
- Query / change Shuffle and Repeat modes
It has been deliberately kept simple and minimal, so providing primitives that a scripting language can use to implement higher level functionality.
It is not a plugin for Winamp, it runs along side Winamp, and will control the highest version of Winamp currently running on the system.
Any scripting language that can access COM objects should be able to use WinampCOM, and it is currently tested (and provides examples) to work with JScript, VBScript, PHP, and Python.
If you have already installed WinampCOM, you can test the configuration using the test page.