On Wednesday, June 19, 2002, at 06:23 PM, Pigeon wrote:
I'm wondering how I should be using it to update/change the information for, say, an mp3 file.
I've been trying to do it using those id3_field_set* functions and then eventaully id3_tag_attachframe and id3_file_update.
I have a brief look in the libid3tag source code and I'm not sure what I should be doing. And also I'm wondering if libid3tag can actually update the the file for me? Or I have to actually write to the write myself?
At the moment id3_file_update() is unfinished, which means you can't use it yet to write your changes back to the file.
You can render the changed tags in memory, but if you want to commit them back to the file you currently have to do this yourself.
-rob