ID3V2 implementation
-
Hi, I'm searching for a .net (preferable written in c#) library which handles ID3V2. I've already found some good ones for ID3V1 but not for ID3V2... Any help would be highly apreciated :) Martin Leonhartsberger mleonhartsberger@gmx.de
-
Hi, I'm searching for a .net (preferable written in c#) library which handles ID3V2. I've already found some good ones for ID3V1 but not for ID3V2... Any help would be highly apreciated :) Martin Leonhartsberger mleonhartsberger@gmx.de
I have not found one that will allow you to write ID3V2 tags, but these should allow you to read them. http://erinjones.org/id3.html[^] http://www.gotdotnet.com/community/user/viewprofile.aspx?userid=0003BFFD80A8CD81[^] Stephen
-
I have not found one that will allow you to write ID3V2 tags, but these should allow you to read them. http://erinjones.org/id3.html[^] http://www.gotdotnet.com/community/user/viewprofile.aspx?userid=0003BFFD80A8CD81[^] Stephen
Thanks! :) Although I also need write support, it's better than nothing... Somehow i can't belive that nobody has written a complete library until now... Martin Leonhartsberger mleonhartsberger@a1.net
-
Thanks! :) Although I also need write support, it's better than nothing... Somehow i can't belive that nobody has written a complete library until now... Martin Leonhartsberger mleonhartsberger@a1.net
mleonhartsberger wrote: Somehow i can't belive that nobody has written a complete library until now... Have seen how many changes it went thru and is the lastest the final version (2.4?)? Now you have to implement thru 2.0 2.1 2.2 2.3 2.4. A much bigger job most people would want to tackle. :) WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.
-
mleonhartsberger wrote: Somehow i can't belive that nobody has written a complete library until now... Have seen how many changes it went thru and is the lastest the final version (2.4?)? Now you have to implement thru 2.0 2.1 2.2 2.3 2.4. A much bigger job most people would want to tackle. :) WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.
true, but i believe that changes between those versions are somewhat minor, or else they would have named it 3.x. (of course i could be wrong about this :) ) I just think, if someone has written a complete library for reading, if the whole structure is already there (and it is, judging from the 2 versions mentioned above), it can't be too hard to implement writing? Just my thoughts :)