Handling ID3 chunk in Wav files

Issue #265 closed
IJabz repo owner created an issue

AFAIK ID3 chunk should be 'id3 ' but found at least one tool that writes 'ID3 ', and Twonky reads such a chunk. Therefore if using jaudiotagger will create an 'id3 ' chunk but Twonky would ignore if found 'ID3 ' chunk before it, how to handle.

Comments (2)

  1. IJabz reporter

    Fixed, also copes better with wavs containing multiple 'id3 ' chunks and also properly reports if unable to modify a file safetly.

  2. Log in to comment