WavTagWriter may not write if existings tags replaced with new tags rather than edited

Issue #91 resolved
IJabz repo owner created an issue

When you read a WavFile 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 WavTag is the same as the one on disk.

Comments (1)

  1. Log in to comment