WAV files can have additional itrk fields added to RIFF chunk

Issue #205 resolved
IJabz repo owner created an issue

WAV files can have additional itrk fields added to RIFF chunk. To support Twonky we write itrk as well as the standard ITRK field for trackno, but we can end up writing it multiple times because of a bug. Doesnt prevent anything working.

Comments (3)

  1. IJabz reporter

    Fixed, now when write to INFOchunk if we have TRACK field and we have saveTwonkyEnabled that value is written to ITRK and itrk, but no existing itrck fields are written.

  2. IJabz reporter

    So the only time existing itrk field is written as read is when on rewrite there is no TRACK field to write to the file and we do have saveTwonkyEnabled flag enabled

  3. Log in to comment