I thought about when I saw Apache-MP3, and I was on a mission to make zope do everything Apache can (I gave up). My main problem is that serving back a large file through Zope sucks as it puts the whole thing in memory. Has this been solved since last time I looked? -- Andy McKay. ----- Original Message ----- From: "Casey Duncan" <cduncan@kaivo.com> To: "marc lindahl" <marc@bowery.com> Cc: <zope@zope.org> Sent: Wednesday, May 02, 2001 12:32 PM Subject: Re: [Zope] Announce - Audio Product
marc lindahl wrote:
Odd that noone has made a product for audio storage, analogous to Image,
so
I took a crack at it.
So far it parses MP3 tag data. Anyone have info on RealAudio tag data? Since it's based on File, it'll actually store anything. But the cool thing is, it sucks the ID3 tag data out of the file (if there is any) and puts it into properties, so it can be indexed. You can also edit the data in the properties page, and whenever the audio is rendered, the new tag data is inserted.
It should be easy to add stuff to look for WAV and AIFF header info and suck that out, since python comes with libraries to do that, but those aren't popular web formats so I haven't done it yet.
It's not CatalogAware, just as Image.... I figured you'd wrap it or whatever to do that, but I'm open to suggestions.
It's the first release, so obviously don't depend on it to launch rockets :)
Get it here:
Cool beans! A jump-start on my Zapster site 8^)
-- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )