quote:
Originally posted by Ash_
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.
did you see me say this, i really think you should look into it
edit : i've attached some source (NOT! coded by me
)
it gets the song name and some of other ID3v1 tags i think..
anyway good luck