skip to navigation
skip to content

p4a.ploneaudio 1.1rc1

Plone4Artists audio add-on for Plone

Overview

The p4a.ploneaudio egg is a Plone product built to expose the p4a.audio framework in a Plone setting. In a nutshell it provides the following features:

File support
Uploaded File objects are scanned for audio mime types and are audio enhanced automatically if a registered mime type is found.
Audio container support
Any folder or smart folder can be media activated which turns it into an audio container which knows how to display an overview for all contained audio.
Embedded media player support
MP3 and Ogg audio files can be played inline within the browser.
Audio metadata support
Audio information is read from and written to MP3 and Ogg audio files.
Podcasting support
Audio containers (activated folders or smart folders) can have ther contents broadcast using RSS with enclosures representing the individual audio files.
Content Licensing support
All audio content can automatically be licensed using the ContentLicensing product.

Requirements

  • Zope 2.10.x
  • Plone 3.0.x or 3.1.x (3.0.6 and 3.1.5.1 tested)

Optional Dependencies

Licensing Support
Podcasting Support

Installation

  1. Add p4a.ploneaudio to the list of eggs (for buildout: eggs=p4a.ploneaudio)
  2. Add p4a.ploneaudio to zcml slugs (for buildout: zcml=p4a.ploneaudio)

For info on setting up the optional dependencies please see INSTALL.txt

Basic Usage

  • files with mime types audio/mpeg or application/ogg will automatically become audio enhanced
  • folders and files can be toggled to be audio enhanced by selecting the activate audio menu item in their respective actions drop down menus.

Smart Folders

You can use audio enhanced smart folders to display audio from across your site. Which audio files appear in your smart folder depends on the criteria you specify in the criteria drop down menu of the smart folder.

Here are step-by-step instruction for creating three commonly used audio smart folders:

  1. A smart folder containing all audio files from the whole site:
  1. Create a smart folder, give it a Title and save it
  2. Audio-activate the smart folder in the actions drop down menu
  3. Click the criteria tab
  4. In the Add New Search Criteria box, set Field name to MIME Types
  5. Click add
  6. In the criterion details column set Value to audio/mpeg
  7. Click the save button just below the MIME Types table, i.e. not the save button at the bottom of the page
  1. A smart folder containing all audio by a particular artist (repeat all steps from #1):
  1. In the Add New Search Criteria box, set Field name to Artist name
  2. Click add
  3. In the criterion details column set Value for Artist name to the name of the artist
  4. Click the save button just below Artist name, i.e. not the save button at the bottom of the page
  1. A smart folder containing all audio of a particular genre (repeat all steps from #1):
  1. In the Add New Search Criteria box, set Field name to Genre
  2. Click add
  3. Enter the number that corresponds to the genre. For a list of genres and corresponding numbers, please see the file: Plone4ArtistsAudio/pythonlib/p4a/audio/genre.py
  4. Click the save button just below Genre, i.e. not the save button at the bottom of the page

Artist name and genre are set up as search criteria when Plone4Artists Audio is installed, because they are the criteria thought most likely to be required. If you want to add other criteria, to e.g. have a folder for all songs recorded in 1976, you have to do a little more work. See the following page for instructions on creating your own search criteria: http://plone.org/documentation/how-to/using-topics

File Type Py Version Uploaded on Size # downloads
p4a.ploneaudio-1.1rc1-py2.4.egg (md5) Python Egg 2.4 2008-10-09 14:50:14 49KB 2060
p4a.ploneaudio-1.1rc1.tar.gz (md5) Source 2008-10-09 14:50:12 27KB 183

Log in to rate this package.