tag mapping: add recorded date and tempo, remove performer->artist

This commit is contained in:
nu774 2013-10-26 01:38:58 +09:00
parent 053279541b
commit 8f05e0751b
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ static tag_key_mapping_t tag_mapping_table[] = {
{ "grouping", M4AF_TAG_GROUPING },
{ "itunescompilation", M4AF_TAG_COMPILATION },
{ "lyrics", M4AF_TAG_LYRICS },
{ "performer", M4AF_TAG_ARTIST },
{ "tempo", M4AF_TAG_TEMPO },
{ "recordeddate", M4AF_TAG_DATE },
{ "title", M4AF_TAG_TITLE },
{ "titlesort", M4AF_FOURCC('s','o','n','m') },
{ "titlesortorder", M4AF_FOURCC('s','o','n','m') },