How can I read ID3 tags in MP3 files?
Here is my problem...
I have coded my own front-end and am using the ultraID3lib.dll to pull the id3 tag info from the mp3 files. Everything works fine for v2.3 files (apart from a few that iTunes screwed up), but it doesn't work for v2.2 or v2.4. I was thinking of writing my own code to read the tags, but can only find samples of how to read v1 tags, which is pretty simple. Is there any VB.net code samples available to get the basic stuff, artist, song name etc. as well as the more advanced stuff, like album art from an MP3 file.
Thanks for any help
:)