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.

CommentFileSizeAuthor
#1 audio_333780.patch2.51 KBdrewish
install-txt_patch.png2.41 KBAnonymous (not verified)

Comments

drewish’s picture

StatusFileSize
new2.51 KB

I'd rather totally remove any mention of the details of how to install getID3 and leave that up to the module.

drewish’s picture

Status: Needs review » Fixed

committed the attached ot HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

seanr’s picture

Version: 6.x-1.0-unstable2 » 5.x-2.x-dev
Status: Closed (fixed) » Active

This 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).