Page 1 of 1

albumartist and m4a

Posted: Tue Nov 16, 2010 2:43 pm
by samfuzz
hello,

guayadeque still doesn't read album artist m4a,
in the source code,

taginfo.cpp, line 1140 :

if( m_Mp4Tag->itemListMap().contains( "aArt" ) )
{
m_AlbumArtist = TStringTowxString( m_Mp4Tag->itemListMap()["aArt"].toStringList().front() );
}


Mp4Tag try to read "aArt", i think it should be "aART", according to http://wiki.musicbrainz.org/PicardTagMapping
(that is the tool i'm using for tagging my files), confirmed by other tool like Atomicparsley

albumartist and m4a

Posted: Tue Nov 16, 2010 2:59 pm
by anonbeat
Thanks for the bug report.

This should be fixed in svn 1343. Please try it and let me know

Thanks for your help

albumartist and m4a

Posted: Mon Nov 22, 2010 12:33 pm
by samfuzz
it's ok now,

thank you