On Thu, 2009-01-29 at 22:11 +0100, Hans Meine wrote:
> Can you please send it to me, too?  I also wrote an MP3 analyzing program and 
> I have already a large collection of (potentially) interesting files.  (I'll 
> then quickly report back about the internal structure of the file, including 
> headers, tags, junk etc.)

It's just a file filled with \xff.  The file I received can be generated
easily:

   python -c "print '\xff' * 3668555" > nonsense.mp3


> BTW: I have repeatedly thought that I'd like to replace EyeD3.py with 
> [py]TagLib.  TagLib is very stable, maintained, and blazingly fast.  Since my 
> last freevo update, I do not have any cache since "freevo cache" always 
> crashes, but not before it munged my MP3 collection for sth. like 6 hours(!).
> (Which makes debugging reaaally painful.)

dischi and I were just talking about taglib on IRC.

Python bindings look less available than taglib itself.  (At least
Ubuntu doesn't seem to package the bindings.)  But since our decision to
use Python 2.5, we could use ctypes to talk to taglib directly.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to