I am starting a new C++ project that needs to read and write ID3V2 tags.
I thought I would use libid3tag. I did some prototyping with it today, and immediately ran into a bug, which didn't inspire me with confidence. I looked in the mad/libid3tag bug tracker on sourceforge and see several bug reports with no solutions.
I did some googling on ID3lib and see reports of problems there as well.
Does anyone have experience with the above libraries? How about TagLib?
Are there any other alternatives I should be considering?
Thanks for the help!
Dave