[gpodder-devel] Problem with Enhanced AAC podcast

  • From: thp at perli.net (Thomas Perl)
  • Date: Fri, 08 Jun 2007 16:34:27 +0200

Hello, G?tz!

On Fri, 2007-06-08 at 07:46 +0200, G?tz Waschk wrote:
> I still have this problem with gpodder 0.9.2.

Please try the following command on the file you want to sync:

mplayer -msglevel all=-1 -identify -vo null -ao null -frames 0
"/path/to/your/enhanced-aac-file.m4a" 2>/dev/null

Does the ID_LENGTH output report the correct file length?

Then, try the following in the python interactive shell in the folder
where your enhanced aac file is:

import mad

print mad.MadFile('enhanced-aac-file-filename.m4a').total_time()
# it will print the time pymad sees here

import eyeD3
print eyeD3.Mp3AudioFile('enhanced-aac-file-filename.m4a').getPlayTime()
# it will print the time eyeD3 sees here

Please report all three values (mplayer's ID_LENGTH, total_time of pymad
and PlayTime of eyeD3) back here and we might have a fix for your bug.


Thanks,
Thomas




Other related posts: