Hi,
I'm not sure where patches should be sent, so please re-direct me if this is not the best place.
I've been writing a small program to help me convert ID3 tags from Big5 encoding to UTF-8 and libid3tag has made it _really_ easy. The API is so much cleaner than id3lib :)
Anyway, I came across a bug which prevented me from fetching the text encoding value using id3_field_getint() from a field of type ID3_FIELD_TYPE_TEXTENCODING. Here is a simple one-liner to fix this behaviour. I hope it can be included in the next version.
On another note, is there anyone who has python bindings for libid3tag? If not, I'd probably spend a little time writing some.
Cheers,