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
On Thursday, May 16, 2002, at 06:45 AM, Sam Clegg wrote:
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?
I have plans to support writing tags with the libid3tag file interface, but I've not as yet implemented it. For now you would have to render the tags and place them in the file yourself.
If you want to take a stab at finishing the id3_file_update() routine that might create some momentum. :-)
Cheers,
-- Rob Leslie rob@mars.org