On Wed, Jun 19, 2002 at 06:49:56PM -0700, Rob Leslie wrote:
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
Here is a patch for id3_file_update so it saves v1 tags. v2 saving is in there but is not working and is commented out for now. Am I right in thinking that v2 tags simply get prepended to a file?
There is also a new function for adding a tag to a file that doesn't yet have one. It might be better to change the interface so that id3_file_open returns a valid id3_file with no tags in it (but I didn't want to break the existing interface).
cheers, sam