well, i could only get information from my m4a files by removing it. what is the purpose of the length test? i'm new to tags really, so i can only go on my moderate programming knowledge.

if you would like, i could send you some test m4a files. i would really like to get this information displayed in freevo. this is useful to anybody who encodes using itunes/m4a.

on another note, while i am able to get the tag information from mmpython, freevo itself is not displaying it. is the player display code tied in only to mp3?

-adam

On Jul 7, 2004, at 10:21, Aubin Paul wrote:

Sorry, I'm missing something; are you suggesting that we remove that
ValueError bit? I tested the m4a support with a very limited number of
files since I usually prefer high bitrate mp3s, but if you're finding
=> 1000 tag lengths, then we can do it.

Aubin



On Tue, Jul 06, 2004 at 09:56:52PM -0400, Adam Stephens wrote:
in my effort to get freevo to display more information on my m4a files,
i came across the following piece of code which was preventing
m4ainfo.py from getting most of the track information:


if length < 0 or length > 1000:
        raise ValueError, "Oops?"




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to