JaudiotaggerParser scan errors with WMA

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:
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?
- 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?