quote:
Originally posted by ErikSchierboom
Okay, I've edited my post above and you can find the installer there and on sourceforge.net. Glad that everything else is working. Right now I'm trying to find a better way of knowing when winamp changes a song, the polling which is done right now is not the best solution.
maybe look into the Winamp API. the way Messenger Discovery used to do it was get Winamp to capture the global message winamp sent on song change then you could call a function which updates everything.
looking into the API (if successful) will remove the need for timers.