leosongwei / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

MP3 file incorrect length read by mutagen (media players report length correctly) #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In [2]: import mutagen

In [3]: x = mutagen.File("Detroit-128kbps.mp3", easy=True)

In [4]: x.info.length
Out[4]: 579.44872303206989

Track length is being reported as 579 seconds, when virtually every media 
player reports it as 233 seconds.

Original issue reported on code.google.com by martin.k...@gmail.com on 2 Oct 2012 at 11:51

GoogleCodeExporter commented 9 years ago
Here is file attachment

Original comment by martin.k...@gmail.com on 2 Oct 2012 at 11:58

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by reiter.christoph@gmail.com on 2 Oct 2012 at 1:24

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r133.

Original comment by reiter.christoph@gmail.com on 2 Oct 2012 at 3:54

GoogleCodeExporter commented 9 years ago
You can load it without "easy=True" to get the right result.

Original comment by reiter.christoph@gmail.com on 2 Oct 2012 at 3:56