Aiff Delete tag not having affect when simply truncate the files

Issue #95 resolved
IJabz repo owner created an issue

Aiff Delete tag not having affect when simply truncate the files, seem okay no errors during dleettion. But then reread the file and it stil seems to exist.

Comments (2)

  1. IJabz reporter

    The problem was the test code because after deleting tag it used audioFile.commit() which then writes the tag that existed in the tag.

  2. IJabz reporter

    No bug to fix but highlighted that audioFile should have a f.delete() method analagous to its f.commit() method.

  3. Log in to comment