Hi, I have been puzzling over this for a while. I've searched Google and found several projects for getting MP3 tags and WMA, but no MP4. Does anyone have any ideas?
Thanks
-Josh
Hello.
I am loading all the .mp3's in a folder using
Dim fileArray() = di.GetFiles("*.mp3")
I loop through all the files and read the ID3tags. My intention is to rename the mp3 file name using the ID3 tag. I was having issues doing this, so what I do is create a copy of the mp3 and then rename...
Hi. I know some people have asked similar questions before on this forum, but none of those threads seem to address the problem I'm having.
I already have code to read ID3v1 and v2 tags. That's not the problem. I open an IOStream, locate the ID3v2 header and pull the bytes out. Handling unicode...
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.