Hi,
I've written an application that makes Winamp write the playlist file so that I can read the filename of the currently played track. It works nice on any Windows version, but it fails on Windows Vista x86 (haven't tested x64 yet). The problem is that I get a track position in return of the IPC_WRITEPLAYLIST message, but the playlist file just isn't written by Winamp. I even disabled the "virtualisation" in the Vista task manager (no idea what that should be exactly, but it sounds harmful) but it doesn't help.
Any idea how I can make Winamp write the playlist file to disk? If not, where does it actually write the data to?
I've written an application that makes Winamp write the playlist file so that I can read the filename of the currently played track. It works nice on any Windows version, but it fails on Windows Vista x86 (haven't tested x64 yet). The problem is that I get a track position in return of the IPC_WRITEPLAYLIST message, but the playlist file just isn't written by Winamp. I even disabled the "virtualisation" in the Vista task manager (no idea what that should be exactly, but it sounds harmful) but it doesn't help.
Any idea how I can make Winamp write the playlist file to disk? If not, where does it actually write the data to?
Comment