mirror of https://github.com/nu774/fdkaac.git
tag mapping: add recorded date and tempo, remove performer->artist
This commit is contained in:
parent
053279541b
commit
8f05e0751b
|
@ -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') },
|
||||
|
|
Loading…
Reference in New Issue