Plone4Artists Audio 1.0.1
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.5 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Rocky Burt |
| Released | 2007/10/14 |
See the Plone4ArtistsAudio screencast for a overview of the product's features.
Plone4ArtistsAudio 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.
- External filesystem storage support
- By default all audio content is stored directly within the ZODB, but by using the BlobFile product all audio content can be stored automatically outside the ZODB on the filesystem.
- Tagging support
- All audio content can be tagged by installing the p4a.plonetagging_ component. Please note that tagging can easily be added to your Plone site without Plone4Artists using the ContentTagging_ product.
- Rating support
- All audio content can be rated by installing the PloneContentRating_ product.
- Commenting support
- All audio content can be commented by installing the easycommenting_ product. Please note that this commenting is an alternative to Plone's built-in discussion tool.
Change log
1.0.1 bug fix release
Fix the failing tests.
1.0 final
- Default audio container view has been updated (Rocky Burt)
- Audio containers can now choose between two views -- the original view which is now called the album view and a new non-album view which is the default (Rocky Burt)
- Support for tagging of audio content
- Support for rating of audio content
- Support for commenting on audio content
- Fixed #19 — Replacing an audio file does not update the image
- Fixed #18 — AttributeError on upload of mp3
- Fixed #17 — Media is not activated when uploaded via WebDAV/FTP
- Fixed #16 — Make podcasting support optional
1.0 RC1
Many bug fixes (resulting from Plone4Artists Sprint in Boston 2007 and the Sorrento Sprint 2007). Much greater test coverage, but still not complete.
- #20 - older view errors on activate/deactivate after explicit display setting
- #24 - Extend audio container with additional fields
- #25 — BTreeFolder-support broken
- #35 — Missing Alt Tags on Some Images
- #36 — Pickling Errors when uninstalling p4a products
- #38 — Uploading MP3 files with genre 80's causes error
- #39 — Audio upload crashes to a KeyError when uploading ogg with blank metadata