From the issue "getid3 missing" at http://drupal.org/node/331351, it seems that for the Audio module to properly use the "getID3" package one also needs to install the Drupal "getID3" module.
The attached patch adds instructions to the Audio "install.txt" file to reflect this.
(The patch also fixes a typo--"automatically," not "automagically." It changes some British-style single quotes to American-style double quotes. And it shifts a few line-endings, for no great reason.)
My apologies if I've done anything wrong.
Cordially,
O Govinda
www.jswami.info
PS: For some reason, I get an error message saying I can only upload files with the extensions jpg jpeg gif png. So I've added the "png" extension. Strip it off and you have the patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | audio_333780.patch | 2.51 KB | drewish |
| install-txt_patch.png | 2.41 KB | Anonymous (not verified) |
Comments
Comment #1
drewish commentedI'd rather totally remove any mention of the details of how to install getID3 and leave that up to the module.
Comment #2
drewish commentedcommitted the attached ot HEAD.
Comment #4
seanrThis needs to be done in the 5.x branch as well. There's no documentation of the new dependency on the module's homepage either - it still refers to just the library on Sourceforge. The only way anyone would figure this out is searching the closed issues for getid3 (as I did).