mp3agic icon indicating copy to clipboard operation
mp3agic copied to clipboard

getComment() for ID3v.2

Open Aqluse opened this issue 9 years ago • 1 comments

I found a problem: if mp3 file have any kind of itunes comments in tags, getComment() and getItunesComment() methods are returning the same value from any of Itunes tags.

The main problem is I write some information in usual comment field, and if all of Itunes fields aren't empty getComment() will firstly returning from this, not from usual comment field. So only if all of them are empty I can get correct result

Aqluse avatar Feb 18 '16 19:02 Aqluse

I solved this problem by removing all the irrelevant comment tags in mp3tag.

Ferre12 avatar Sep 11 '17 20:09 Ferre12