The getID3() Drupal module facilitates the installation and management of the getID3() PHP library, used to extract useful information from MP3s and other multimedia file formats.
This API module is used by other modules to ensure that getID3() is correctly installed. Developers who need the getID3() functionality can make this a dependency by their module, and then call the getid3_load() function to properly use the getID3() library without having to worry about whether it's installed or not.
Drupal 6 Installation
Use drush:
drush en getid3
Or do it manually:
- Place the entire getid3 directory into your modules directory (sites/all/modules is the usual location).
- Create a new folder for the getID3 library at:
cd YOUR-DRUPAL-ROOT mkdir -p sites/all/libraries/getid3 - Go to http://www.getid3.org/ and download the latest stable version (currently 1.7.9) into the new directory:
cd sites/all/libraries/getid3 wget "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/1.7.9/getid3-1.7.9.zip" - Unzip the contents of the zip file into sites/all/modules/getid3/ so that write.php is located in sites/all/libraries/getid3/getid3/:
unzip getid3-1.7.9.zip - Delete the demos directory:
rm -r demos/ - Go to Administer > Site building > Modules and enable the GetID3 module.
- Go to Administer > Settings > getID3. If you see the version you just downloaded, the module is installed correctly.
Supporting organizations:
Sponsored creation and development of 7.x-2.x branch, supporting File Entity integration.
Development and maintenance
Project information
- Project categories: Developer tools, Integrations, Media
1,487 sites report using this module
- Created by robloach on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
8.x-1.0-alpha1
released 26 November 2024
Works with Drupal: ^8.8 || ^9 || ^10
Install:
Development version: 8.x-1.x-dev updated 15 Jan 2025 at 10:20 UTC







