Problem Reading Comment Field
Brought to you by:
shaneh
Whenever I use "playlist(x).comment", I am only able to successfully read the comment when the file resides in a directory that DOES NOT end in with a number.
ex:
C:\MP3\Artist Name\Greatest Hits Volume 1\01-file.mp3
- will not work
C:\MP3\Artist Name\Greatest Hits Volume 1`\01-file.mp3
- will work
The issue ONLY occurs when Winamp has stored tag information in the Media Library. ActiveWinamp seems to look at the Media Library first, and then at the actual file. If I remove all entries from the Media Library, then the script will function normally.
I am using the latest CVS version.