Page 1 of 1

JaudiotaggerParser scan errors with WMA

PostPosted: Thu Sep 05, 2019 3:07 am
by Azkatro
I'm hoping someone is able to provide some insight into this issue. I have a bunch of WMA files that I've added to my library, and scanning them yields stacks of errors similar to the following:

Code: Select all
[2019-09-05 12:20:06,817] WARN JaudiotaggerParser - Error when parsing tags in [filename].wma
org.jaudiotagger.audio.exceptions.CannotReadException: "[filename].wma" :java.lang.IllegalArgumentException: The use of GUID ist not allowed for Extended Content Description
   at org.jaudiotagger.audio.asf.AsfFileReader.read(AsfFileReader.java:259)


I've tried Googling for info on this error (The use of GUID ist not allowed for Extended Content Description) relating to JaudiotaggerParser with no luck.

The error happens in the logs with pretty much all the WMA's it encounters.

Has anybody else had trouble with WMA files like this and is there a fix?

Re: JaudiotaggerParser scan errors with WMA

PostPosted: Thu Sep 05, 2019 3:41 am
by Azkatro
False alarm. The files in question were corrupt. They could not be read in MP3Tag, nor could they be played.

It might be worth keeping this here incase somebody else encounters this problem.