audio 6.x-1.0-unstable6
| Download | Size | md5 hash |
|---|---|---|
| audio-6.x-1.0-unstable6.tar.gz | 219.45 KB | 1793128b9a321f2e77f203654f9ea044 |
| audio-6.x-1.0-unstable6.zip | 253.5 KB | fd3aa5318629ccaadd1f7817451be864 |
Release notes
Changes since DRUPAL-6--1-0-UNSTABLE5:
- #606902 by David Lesieur: Register XSPF player theme functions.
- #621456 by David Lesieur: Ensure non-empty track titles in audio feeds.
- #635558 by noelbush: provide file format as views field.
- #615556 by David Lesieur: Improve player selection settings page.
- #606982 by David Lesieur: Losing the 'downloadable' flag on audio nodes.
- #606948 by David Lesieur: Check permission to play audio before adding to playlist.
- #606928 by David Lesieur: Add admin form to select which feed links to display.
Obviously big thanks to David Lesieur for all the patches.
audio 6.x-1.0-unstable5
| Download | Size | md5 hash |
|---|---|---|
| audio-6.x-1.0-unstable5.tar.gz | 219.25 KB | 9d46052858327213b233616361d3d5ed |
| audio-6.x-1.0-unstable5.zip | 253.25 KB | cfe2446b3ff6faf3fc37134da38233ee |
Release notes
Changes since DRUPAL-6--1-0-UNSTABLE4:
- Small cleanups on the audio_import.module
- Updating the exported views, adding an audio tags.
- Fixing the link to the audio_import settings page that's displayed when the import directory isn't configured correctly.
- #433402 by drewish: Taxonomy values aren't saved and Token integration doesn't work with audio_import.
- Missing filter_xss().
- Only report the audio form elements to CCK for audio nodes.
- #321036 by David Lesieur: Audio Feeds for Drupal 6
audio 6.x-1.0-unstable4
| Download | Size | md5 hash |
|---|---|---|
| audio-6.x-1.0-unstable4.tar.gz | 205.42 KB | 13c49eff774652f34b6dc5b37cbdb61c |
| audio-6.x-1.0-unstable4.zip | 235.87 KB | 44e705f073b11b6dd3eaaf3146e0e77e |
Release notes
Note: that the audio_itunes module is now a separate project.
Changes since DRUPAL-6--1-0-UNSTABLE3:
- Marking audio_attach as testable.
- Add a link from the settings form to the import form.
- #330324 Add pager to avoid "Fatal Error: Out of Memory" when importing audio files.
- Removing old update functions.
- Use the UTF aware Drupal string case conversions.
- #273082 by drewish: Add views support to audio meta data.
- #273082 by deviantintegral, rwohleb, and drewish: Move views2 support into views/ and add player, play link and download link handlers.
- #338570 by agentrickard and drewish: CCK field sorting for audio.
- #356442 by deviantintegral, wedge, and drewish: Fix broken metadata settings form, add drag and drop ordering.
audio 6.x-1.0-unstable3
| Download | Size | md5 hash |
|---|---|---|
| audio-6.x-1.0-unstable3.tar.gz | 204.47 KB | 4dff3df87f89b60ea53c7d1ce23d2534 |
| audio-6.x-1.0-unstable3.zip | 231.69 KB | 3c42ed240e50d3c0b59e215818cf1d39 |
Release notes
This is a testing release. The D6 update is only partially complete. The upgrade path is totally untested and it updates the files table so you'll want to back up your database and files before upgrading. For information on the status of particular sub-modules, check the 6.x-1.x-dev release notes.
Changes since DRUPAL-6--1-0-UNSTABLE2:
Read moreaudio 6.x-1.0-unstable2
| Download | Size | md5 hash |
|---|---|---|
| audio-6.x-1.0-unstable2.tar.gz | 209.73 KB | 0ddfc8fc0020b13f0d0091ca0f3018e8 |
| audio-6.x-1.0-unstable2.zip | 238.57 KB | d956f0e371728b47eeea126c3e4b5d7c |
Release notes
This is a testing release. The D6 update is only partially complete. The upgrade path is totally untested and it updates the files table so you'll want to back up your database and files before upgrading. For information on the status of particular sub-modules, check the 6.x-1.x-dev release notes.
Changes since DRUPAL-6--1-0-UNSTABLE1:
- Use the new 'rss item' format for the audio_itunes.module.
- Fixed a couple of warnings saving audio nodes with images in them.
- Got private image downloads working.
- #320701 (drewish) Use JS to validate file extensions before uploading.
- Check the image's status correctly.
- Drop the newfile value and use the file's status instead. Simplify the _audio_save() function.
- Fixed an error saving a new image to a new node.
- Hide the image table when no images are attached.
audio 6.x-1.0-unstable1
| Download | Size | md5 hash |
|---|---|---|
| audio-6.x-1.0-unstable1.tar.gz | 209.32 KB | 7af52972c850fdcc7aa87d27f981f588 |
| audio-6.x-1.0-unstable1.zip | 237.85 KB | 75fc97ee8b87048d5ae5124f6c69206c |
Release notes
This is a testing release. The D6 update is only partially complete. The upgrade path is totally untested and it updates the files table so you'll want to back up your database and files before upgrading. For information on the status of particular sub-modules, check the 6.x-1.x-dev release notes.
Changes since DRUPAL-5--2 branch:
Read moreaudio 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| audio-6.x-1.x-dev.tar.gz | 190.68 KB | 5af31c05f3a16f04082a286498a89f72 |
| audio-6.x-1.x-dev.zip | 210.99 KB | ed4f849e33d2a40e5e2f6512d273d789 |
Release notes
This module has not been fully updated for Drupal 6. This release is for testing purposes only. If you do decide to use it make a backup of your files and database every time you update it.
Should be good:
- audio.module (please help test the upgrade path, post problem reports on: #315152: Move file info from {audio} to {files})
- audio_image.module
- audio_getid3.module (Now depends on the getID3() module)
- audio_import.module (Now with BatchAPI support: #315146: Use BatchAPI for audio_import)
- audio_itunes.module moved to a new project: http://drupal.org/project/itunes
Sort of updated:
- audio_attach.module updated but still needs some work #311284: Update audio_attach to D6 -- requires CCK and the Node Reference modules.
Need work (non-working modules are now marked as incompatible with D6):
- Full views 2 support. Default views have been updated on the core audio.module but there are still several fields and filters that have not #273082: Add views2 support.
- audio_feed.module is not working this kind of falls under the views2 bug.
- audio_playlist.module has problems and depends on audio_attach #342556: Update audio_playlist for D6
Last updated Dec 1, 2008
audio 5.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-2.0-beta1.tar.gz | 201.85 KB | dabfc0f8371ca71de5d70a201fc1519c |
| audio-5.x-2.0-beta1.zip | 218.16 KB | 3a5b9ee2243a50a16c37369be34bff00 |
Release notes
Trying to get the 2.x code out the door so that the D6 updates can happen in HEAD.
Bigger changes since the 1.x branch:
audio 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-1.4.tar.gz | 196.91 KB | 8381d1d4127ac40e5da354ee2166ea3a |
| audio-5.x-1.4.zip | 219.22 KB | 329193a27fee708c1f43ee82d23386b3 |
Release notes
Changes since DRUPAL-5--1-3:
- #191812 (Arancaytar) INSTALL.txt advises user not to mess with drupal/modules/ core directory.
- #195946 (varr) Mis-named variable in audio_get_players().
- #210723 (atuyo60) Small change to make HTML validate better.
- #197410 (kourge) GHOP #61: Document How To Theme the Flash Players.
- #186801 (zirafa, McCool, Richard Eriksson) iTunes ripped MP3s have question marks at end of words.
- #219615 (joachim) help link appears twice on admin/settings/audio.
audio 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-1.3.tar.gz | 194.31 KB | 023014d258a9a8261c3a3e2ea6fd27b1 |
| audio-5.x-1.3.zip | 215.26 KB | cd485ceef34f8bf5e29e460cfdcb4489 |
Release notes
Changes since DRUPAL-5--1-2:
audio 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-1.2.tar.gz | 186.79 KB | e3aec0e9e920dfd8deaf5e1f8fb56169 |
| audio-5.x-1.2.zip | 203.03 KB | 126c8aa18b33ff6e6e10434e8e9e08e7 |
Release notes
I'd rather not be releasing a new version so soon after the last, but the Drupal 5.2 update broke the flash players (see #162379). Either way it's nice to be able to roll in some other bug fixes.
Changes since DRUPAL-5--1-1:
- #162647 Audio link on user page mentions blog entries in title.
- #163186 "Hide incomplete file info when theming the node's length and format".
- #163204 "Add selects to the audio file info form to make nodes easier to edit".
- #108662 "Hide audio file's full path from users lacking 'administer audio' permission".
- #163221 "audio_getid3 not loading/displaying fileformat".
- #162379 (mfb) "Wrong encoded URL for ://".
audio 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-1.1.tar.gz | 184.37 KB | 12786ab213a0f6ea06da350817951c38 |
| audio-5.x-1.1.zip | 195.33 KB | 8235cfd83568a5ad818bf62dc2ff4865 |
Release notes
Changes since DRUPAL-5--1-0:
Read moreaudio 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-2.x-dev.tar.gz | 198.82 KB | b10b20f57dba735f4625ae449fb6d317 |
| audio-5.x-2.x-dev.zip | 216.46 KB | 815dc46131ede2e046d68b07c65799c7 |
Release notes
It's got zirafa's new feeds and playlist code!
audio 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-1.0.tar.gz | 184.21 KB | 62d2199d732534a47563f4fcf0a24dcf |
| audio-5.x-1.0.zip | 195.14 KB | 8e95bc2482ec3cfd64c0ed42f4e127c9 |
Release notes
Woot! There's finally an official 5.0 release!
audio 5.x-0.3
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-0.3.tar.gz | 174.01 KB | b2fbaf39572cdee88b35eb64851237d7 |
| audio-5.x-0.3.zip | 181.38 KB | 0ba75f4186ab5e828eea6c598a47d757 |
Release notes
Fixes DRUPAL-SA-2007-009.
audio 4.7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| audio-4.7.x-1.0.tar.gz | 77.25 KB | 9d4f8c459ff7b001849149f90f48282d |
| audio-4.7.x-1.0.zip | 90.53 KB | c88bdd67a63cf56ebf40fba8c8de1038 |
Release notes
Fixes DRUPAL-SA-2007-009.
audio 5.x-0.2
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-0.2.tar.gz | 173.48 KB | 3096858e78ab98faeee23c92d166f2a3 |
| audio-5.x-0.2.zip | 180.44 KB | ec3df851c652e23117a64ac1b1fae148 |
Release notes
Better...
audio 5.x-0.1
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-0.1.tar.gz | 45.51 KB | 53435b84493d47e1c3c2f9129a40eb48 |
| audio-5.x-0.1.zip | 51.38 KB | 160f45958e6c8433c9330fa85103220c |
Release notes
Don't bother with this release. It's crap but the new release system won't let me delete or unpublish it.
audio 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| audio-5.x-1.x-dev.tar.gz | 179.7 KB | c7360aabc636c7ed73056c2ff7becc6f |
| audio-5.x-1.x-dev.zip | 191.48 KB | 48d7170a4b78043925310cb898326c07 |
Release notes
This is the good stuff.
audio 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| audio-4.7.x-1.x-dev.tar.gz | 48.11 KB | 527b205def647a382eb52fb0078014af |
| audio-4.7.x-1.x-dev.zip | 54.68 KB | 87afea7ac610d4ee8d92cb0c6b37effa |