Provide a way to choose default version of ID3v2 tag when adding tag to Aif or Wav

Issue #100 new
IJabz repo owner created an issue

Provide a way to default version of ID3v2 tag when adding one to Aif or Wav, currently just defaults to ID2v22 for Wav and ID3v23 for Aif, these defaults were just based on what another tool did but are probably wrong.

But need to check if the other versions are well supported in iTunes/MediaMonkey ectera

Comments (5)

  1. IJabz reporter

    Checked iTunes understands v22,v23 and v24 tags in Aif files but ignores all versions in Wav files

  2. IJabz reporter

    Fixed when no existing tag , now uses the TagOptionSIngleton.getID3V2Version() but doesnt have any effect if file already contains a tag

  3. Log in to comment