moumar / ruby-mp3info

ruby-mp3info read low-level informations and manipulate tags on mp3 files.
http://rdoc.info/github/moumar/ruby-mp3info/master/frames
223 stars 57 forks source link

the length is determined incorrectly #28

Closed bdimych closed 10 years ago

bdimych commented 11 years ago

Hi! for this file https://docs.google.com/file/d/0Bz1cjeRCuld5V2NFNVU5bXRZX3M/edit?usp=sharing players (vlc and mplayer) show the length is 3 min 47 sec i.e. 227 sec but Mp3Info.new('13.DJ Sim - Happy Organ.mp3').length is 911.

win7 64 cygwin ruby 1.9.3p385 (2013-02-06 revision 39114) [i386-cygwin] ruby-mp3info (0.8)

moumar commented 10 years ago

hello! fixed in latest version (0.8.2) thanks for report.