winamp
Installation
SKILL.md
Winamp CLI
Use this skill to control the Winamp media player.
Executable Paths
Depending on your environment, the path to the Winamp executable will vary:
- Windows (Native):
C:\Program Files (x86)\Winamp\winamp.exe - WSL2 (Windows Host):
/mnt/c/Program Files (x86)/Winamp/winamp.exe - Linux (via Wine):
wine "C:\Program Files (x86)\Winamp\winamp.exe"
Common Commands
Playback Control
- Play:
winamp.exe /PLAY - Pause/Unpause:
winamp.exe /PAUSE - Stop:
winamp.exe /STOP - Next Track:
winamp.exe /NEXT - Previous Track:
winamp.exe /PREV