albumartist and m4a

Use this category to discuss anything related to the development of Guayadeque.
Locked
samfuzz
Posts: 4
Joined: Tue Nov 16, 2010 2:35 pm

albumartist and m4a

Post 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
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

albumartist and m4a

Post 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
samfuzz
Posts: 4
Joined: Tue Nov 16, 2010 2:35 pm

albumartist and m4a

Post by samfuzz »

it's ok now,

thank you
Locked