AiffTagWriter doesnt always work if replace the existing ID3tag rather than modifying

Issue #90 resolved
IJabz repo owner created an issue

When you read a AiffFile the tag contains the existing ID3v2tag (if one exists) and if you edit the contents of this tag and then write changes to file everything is okay, but if you replace with a new Tag (perhaps because tag was ID3v23 and you wanted ID3v24Tag) write may fail because the startLocation and endLocation fields not yet and the code makes incorrect assumptions that the tag currently within the AiffTag is the same as the one on disk.

Comments (1)

  1. Log in to comment