Add TPE2 -> albumartist ID3v2 mapping

Reported by Ace Jones.
This commit is contained in:
Julien BLACHE 2010-03-10 17:11:08 +01:00
parent 5da807f829
commit 9e8403061c

View File

@ -64,6 +64,7 @@ static struct metadata_map md_map[] =
{ "author", 0, mfi_offsetof(artist) },
{ "TPE1", 0, mfi_offsetof(artist) }, /* ID3v2 */
{ "albumartist", 0, mfi_offsetof(album_artist) },
{ "TPE2", 0, mfi_offsetof(album_artist) }, /* ID3v2 */
{ "album", 0, mfi_offsetof(album) },
{ "TALB", 0, mfi_offsetof(album) }, /* ID3v2 */
{ "genre", 0, mfi_offsetof(genre) },