I just noticed that the current kaa-metadata release reports a wrong length for my VBR MP3s. kaa-metadata 0.7.5 worked fine. I encoded my MP3s using LAME and they contain a XING header at the very beginning.
I did some testing and it seems that r3821 (new find_header function in audio/eyeD3/mp3.py) is causing this problems. If I use the old function (__EYED3_ORIG_find_header) instead, mminfo reports the correct length. Then I added some debug statements and noticed that the old find_header code returned a header_pos value of 0, whereas the new find_header function returned a value of 553 for my test-file, thus skipping over the xing header. so long, Hias ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
