kdesupport/taglib/mpeg/id3v2

Scott Wheeler wheeler at kde.org
Thu Aug 31 23:26:15 CEST 2006


SVN commit 579343 by wheeler:

Starting in a bit on my TODO list from taglib-devel.

This is an invalid conversion.  It may be worthwhile to do the conversions at a
higher level at some point (in the tag, rather than frame generation), but for
now just remove this one.

CCMAIL:taglib-devel at kde.org


 M  +2 -2      id3v2framefactory.cpp  


--- trunk/kdesupport/taglib/mpeg/id3v2/id3v2framefactory.cpp #579342:579343
@@ -274,14 +274,14 @@
        frameID == "RVAD" ||
        frameID == "TIME" ||
        frameID == "TRDA" ||
-       frameID == "TSIZ")
+       frameID == "TSIZ" ||
+       frameID == "TDAT")
     {
       debug("ID3v2.4 no longer supports the frame type " + String(frameID) +
             ".  It will be discarded from the tag.");
       return false;
     }
 
-    convertFrame("TDAT", "TDRC", header);
     convertFrame("TORY", "TDOR", header);
     convertFrame("TYER", "TDRC", header);
 


More information about the taglib-devel mailing list