Move getid3 libary to sites/all/libraries/getid3 and add installation instructions
| Project: | getID3() |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | libeco |
| Status: | fixed |
I just created these installation instructions, perhaps you want to include this in the module to help people install this module.
Install
-------
1. Place the entire getid3 folder into your modules folder (sites/all/modules is
the usual location).
2. Create a new folder inside this folder so that it looks like this:
sites/all/modules/getid3/getid3/
3. Go to http://www.getid3.org/ and download the latest stable version.
4. Copy the folder getid3 from the downloaded zip-file to the folder you just created.
Now it should look like this: sites/all/modules/getid3/getid3/getid3/
Inside this folder you should see a lot of php-files.
5. Go to Administer -> Site building -> Modules and enable the GetID3 module.
6. Go to Administer -> Settings -> getID3. If you see the version you just downloaded,
the module is installed correctly.

#1
Thanks - this description really helped. The module should definitely have a README.txt with this in it.
#2
Thank you. This should definitely be included with the module.
#3
Thanks also, yes that information should be in a README.txt file.
#4
great, then someone roll a patch.
#5
Nice instructions, thanks I hope they will be published from homepage of this module, I have uploaded the 1.7.9 also because last updateof this module ws in febrary, about 10 month ago.
#6
Merging #574552: Move getid3 libary to sites/all/libraries/getid3 in with this.
#7
committed to HEAD and DRUPAL-6--1