You are not logged in Log in Join
You are here: Home » Members » Marc's Zope Page » CMF-friendly Audio object » readme » View Document

Log in
Name

Password

 

readme

CMFAudio 0.5

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. This is the CMF friendly version.

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). Also, the following stuff is used for SEARCHABLE TEXT: title, description, songname, artist, album, genre, filetype.

currently no other (public) formats have this support...

THIS REQUIRES THE AUDIO PRODUCT (http://www.zope.org/Members/bowerymarc/Audio)

INSTALLATION:

In the root of your CMFSite installation (within the ZMI):

  1. Add an external method to the root of the CMF Site.
  2. Use the following configuration values for the external method:
    • id: install_audio
    • title: Install Audio optional
    • module name: CMFAudio.Install
    • function name: install
  3. Go to the management screen for the newly added external method and click the Test tab.

The install function will execute and give information about the steps it took to register and install CMF Audio into the CMF Site instance.

You should now be able to add audio objects from the CMF interface.