I know that similar items appeared in SO, but there was no answer I'm looking for. I need a Delphi library to read tag information from music files. I am currently using TJvID3v1 from the JEDI library, but as far as I can see, JEDI does not work with WMA files.
I found several guides on how to implement this tag reading, but most of them go to a fairly low level (reading a file byte and analysis). So, do you know any Delphi library capable of reading this information? Support for OGG and other popular formats will be appreciated. We want to get the name of the artist, the name of the album, the name of the song, and possibly the length of the track (this will not be the next iTunes, we are writing a security application to determine if users have warez on their personal computers).
smok1 source
share