I'm writing my own media player for my IPAQ as I don't like the existing one and wondered if there was a method or workaround that allows the reading of the Artist/Album tags inside mp3 files.
I don't know the exact format of the mp3 files, but from what I can understand, the ID3 tag info is combined in the file header, so the binary dll must be used...
As Cableguy says - use BinaryFile to read the bytes form the file, write some code to parse them and use the binary file BytesToString function to convert the data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.