Closed (fixed)
Project:
getID3()
Version:
6.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2011 at 09:10 UTC
Updated:
29 Jun 2011 at 20:41 UTC
Saying in the getID3() install documentation:
Unzip the contents of the zip file into sites/all/modules/getid3/ so that write.php is located in sites/all/libraries/getid3/getid3/
Shouldn't it be "Unzip the contents of the zip file into sites/all/libraries/getid3/" ?
Comments
Comment #1
jamescarvin commentedvery confusing installation instructions, indeed!
Comment #2
vm commentedYou can do it that way and change the path removing one of the getid3's from the path in the settings screen. Ultimately I think it was originally done this way before the libraries module was implemented thus the path would have been sites/all/modules/getid3/ and the library would have gone in at sites/all/libraries/getid3/getid3
It may have been kept with the double getid3 in the path for consistency in the D6 versions. There is also a possibility it was left this way because of the way the getid3 library is packaged. Since it already contains a getid3 folder which isn't controlled by developers of the drupal getid3.module.
Comment #3
vm commented