You are not logged in Log in Join
You are here: Home » Members » Marc's Zope Page » Audio Object » Audio Object First Release » View NewsItem

Log in
Name

Password

 

Audio Object First Release

The Audio product adds an extended type of File to ZOPE. When you upload a file it extracts metadata and puts it in properties for use.

In the case of MP3 files, the id3 tag metadata can be edited, and the new data will be inserted whenever the mp3 file is read out (rendered).

Since it inherits File, it supports large files efficiently in the ZODB (something like 0.01% overhead).

Currently, only looks for MP3 tag data, but will work with any kind of audio file.

Currently, like File, it's not CatalogAware. My current thinking is that you could wrap it to do that, but I'm open to suggestions.