tag mapping: add recorded date and tempo, remove performer->artist
authornu774 <honeycomb77@gmail.com>
Fri, 25 Oct 2013 16:38:58 +0000 (01:38 +0900)
committernu774 <honeycomb77@gmail.com>
Fri, 25 Oct 2013 16:38:58 +0000 (01:38 +0900)
src/metadata.c

index 303501255f947d6c381612d2d915c76308484ecd..9781b3754e9687fbecbda601a76cfba7f7b21977 100644 (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') },
This page took 0.011394 seconds and 4 git commands to generate.