Version: (using KDE Devel) Installed from: Compiled sources "Info" headers are just like "Xing" headers but for CBR files. Failure to use it result in improper calculation of the song length and the bitrate.
Created attachment 19687 [details] Add support for "Info" headers This fix is trivial.
SVN commit 649037 by wheeler: Check for CBR Info headers also. BUG:141681 M +1 -1 xingheader.cpp --- trunk/kdesupport/taglib/taglib/mpeg/xingheader.cpp #649036:649037 @@ -88,7 +88,7 @@ { // Check to see if a valid Xing header is available. - if(!data.startsWith("Xing")) + if(!data.startsWith("Xing") && !data.startsWith("Info")) return; // If the XingHeader doesn't contain the number of frames and the total stream