Winamp
Published 31 Jul 2026
Open Platforms in TipLinkTipLink can watch Winamp and fire an alert whenever the track changes. Use it to put a "now playing" line on your overlay, or announce each song in chat.
Set-up Instructions
There is nothing to log in to. TipLink reads Winamp directly on your PC.
- Make sure Winamp is installed and running.
- Open TipLink and go to the Platforms page.
- Click Winamp.
- Click Create Account.
Your Winamp account now appears in the list.
Connecting
On the Home or Platforms page, click Connect next to your Winamp account.
TipLink starts watching Winamp for playback changes.
If Winamp is not running, there is nothing to read. Turn on Auto Connect so TipLink starts watching as soon as it launches.
Events You Can Use
| Event | When it fires |
|---|---|
| Track Started Playing | A new track begins. |
| Track Stopped (Winamp Closed) | Winamp is closed. |
| Nothing Playing (Paused or Stopped) | Playback is paused or stopped. |
Track filters
Track Started Playing has two optional filters:
| Setting | What it does |
|---|---|
| Track Name Filter | Only fire if the track name contains this text. Leave empty for any track. |
| Artist Name Filter | Only fire if the artist name contains this text. Leave empty for any artist. |
Both are simple "contains" matches, so beatles matches "The Beatles".
Showing the Current Track on Stream
The usual setup is two alerts and one variable.
- Create a Text variable on the Variables page, called something like
now_playing. - Create an alert:
- Platform: Winamp
- Event: Track Started Playing
- Action: Global Variable →
now_playing→ Set Value →{{ track_name }} by {{ artist_name }}
- Create a second alert:
- Event: Nothing Playing
- Action: Global Variable →
now_playing→ Set Value → leave it blank, or put something likeNothing playing
- On your overlay, add a Text widget containing
♪ {{ var.now_playing }}.
The overlay updates itself every time the track changes.
Announcing tracks in chat
Add a chat message action to the first alert:
🎵 Now playing: {{ track_name }} by {{ artist_name }}
Put a cooldown on this alert if you play short tracks, so chat does not get spammed. See Cooldowns & Rate Limiting.
Managing Your Account
Find your account on the Platforms page and click the person-and-gear icon.
- Auto Connect - start watching Winamp automatically when TipLink starts.
- Delete Account - remove it completely.
Troubleshooting
Nothing happens when the track changes
Check Winamp is actually running, and that the account shows as connected in TipLink.
Track or artist comes out blank
TipLink reads what Winamp shows in its title bar. Files with missing tags may not split cleanly into track and artist. Fix the file's tags in Winamp.
The same track fires twice
Repeating a track counts as a new play. Add a cooldown if that is a problem.