does anybody have nice commented id3 v1 & v2 class that can read album art and stuff like that? with nice comments so i can understand it? or just a simple one that i can build off of? 'cause i have no idea how to go about doing it...
thanks.
Printable View
does anybody have nice commented id3 v1 & v2 class that can read album art and stuff like that? with nice comments so i can understand it? or just a simple one that i can build off of? 'cause i have no idea how to go about doing it...
thanks.
A friend of mine is working on one, there is the id3com.dll library which allows you to use id3lib through VB.net (although sofar I could not get it to work..)..
While there seems to be plenty of ID3v1 stuff, the V2 code is hard to find..
As far as I know there are not any Complete examples in vb.net
If you really want to make your own I suggest that you goto ID3.org and get the information on the spec's
You need to understand and be able to manipulate bits
and alot of time, currently there are no test tags or Applications that use I am aware of that implement ID3v2.4
if you don't know any complete examples, do you know any partial ones that I can continue?
My friends DLL has just been updated to read v2 tags and frames.. I am currently testing it and will ask him what his plans for release are..