"Fran Burstall (Gmail)" <
[hidden email]> writes:
> I get a lot of mismatches emms-info-native vs emms-info-taglib around two
> tags:
[...]
> It is interesting that exiftool gives the same answer as emms-info-native
> here so maybe this is a controversial tag?
"Album artist sort" is taken from "TSO2" frame, which is not standard,
but not necessarily controversial. At least those two references
mentioned in code (Foobar2000 and Picard) agree on it, as does
https://id3.org/Developer%20InformationI think taglib is going wrong here.
> 2. genre: emms-native-info yields things like "(16)" while
> emms-print-meta-data gives things like "Reggae".
This is nasty. Those numbers are id3v1 genre indexes
(
https://en.wikipedia.org/wiki/ID3#Genre_list_in_ID3v1[12]). Maybe we
need to add id-to-string mapping for them.
Are those genre numbers plain integers or are they enclosed in
parentheses, quotes or something else?
> I think all this happened at commit 5aea8e7 which is why I did not pick it
> up before.
Yes. I added some more frames so that MP3 metas would be
feature-compatible with Vorbis.
Petteri