I am finishing of the id3 editor for xmms-mad and I am at the point where I would like to add/update tags in files.
Does/will libid3tag support writing tags to a file? It looks like id3_file_update is supposed to do this but isn't implemented yet.
Line 454 of file.c: /* ... */
Is this the plan (in which case I will wait (or send patches!)) or should I just write my own code that used the render functions and then somehow prepends a v2 tag and appends a v1 tag like the code in audacity?
sam