Currently, the only way I can get information about the currently playing song is via the Window Title. Is there a better way I can communicate with Winamp? I saw a thread mentioning SendMessage, but I'm not getting far with it.
Announcement
Collapse
No announcement yet.
Getting current playing song information (.NET)
Collapse
X
-
Generally, only plugins that are specifically designed to be loaded and run as a Winamp plugin are able to get now playing information from Winamp.
There are more advanced techniques for external applications but it requires knowledge of the Windows API outside the scope of most new .NET developers' experience (at least that I've seen.)
-
Check this thread out.
Discussion and help for Winamp plug-ins and add-on development, because shop talk makes for mo bettah tweaking. Threads not development related will be locked.
It has source code of an example external application and DLL to grab visualization data. You can adapt it to your purposes if you're up to it.
Comment
Comment