Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nate Graham
Kid3
Commits
213232e7
Commit
213232e7
authored
Jun 11, 2011
by
Urs Fleisch
Browse files
Fix bug for M4A with TagLib: Genre was not stored correctly.
parent
3e7d5bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
kid3/taglibfile.cpp
View file @
213232e7
...
...
@@ -2977,10 +2977,11 @@ static const Mp4NameTypeValue mp4NameTypeValues[] = {
{
"
\251
day"
,
Frame
::
FT_Date
,
MVT_String
},
{
"
\251
too"
,
Frame
::
FT_EncodedBy
,
MVT_String
},
{
"
\251
cmt"
,
Frame
::
FT_Comment
,
MVT_String
},
{
"gnre"
,
Frame
::
FT_Genre
,
MVT_String
},
// (c)gen is after gnre so that it is used in the maps because TagLib uses it
{
"
\251
gen"
,
Frame
::
FT_Genre
,
MVT_String
},
{
"trkn"
,
Frame
::
FT_Track
,
MVT_IntPair
},
{
"disk"
,
Frame
::
FT_Disc
,
MVT_IntPair
},
{
"gnre"
,
Frame
::
FT_Genre
,
MVT_String
},
{
"cpil"
,
Frame
::
FT_Other
,
MVT_Bool
},
{
"tmpo"
,
Frame
::
FT_Bpm
,
MVT_Int
},
{
"
\251
grp"
,
Frame
::
FT_Grouping
,
MVT_String
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment