<div dir="ltr">Hi,<br>I added C bindings to all of the features that I needed, which means just about all of the ID3v2 tags available in taglib.<br>It works, tested on about 70 files from different sources.<br>I tried to keep to the coding and comments standard, I hope I've done well.<br>
The #if 0 stanzas in set_lyrics are a failed attempt of a workaround on an iPod bug (or is it a TagLib bug?) that requires a null terminator in the in-file data.<br>The functions that have a comment "was not tested" were not tested at all!! All that was done about these functions was to make sure they compile (I believe they will work, because they are mostly copy-paste of tested code).<br>
It's made against 1.15 tarball.<br>David<br></div>