Drupal is a registered trademark of Dries Buytaert
Release: Drupal 10.3.6 Update released for Drupal core (10.3.6)! Release: Drupal 11.0.5 Update released for Drupal core (11.0.5)! Release: Drupal 10.2.9 Update released for Drupal core (10.2.9)! Release: Drupal 10.2.10 Update released for Drupal core (10.2.10)! Release: Drupal 10.3.7 Update released for Drupal core (10.3.7)! Release: Drupal 11.0.6 Update released for Drupal core (11.0.6)! Release: Drupal 10.3.8 Update released for Drupal core (10.3.8)! Release: Drupal 11.0.7 Update released for Drupal core (11.0.7)! Module Revived: Translation Management Tool 8.x-1.19 Module tmgmt updated after 7 months of inactivity (8.x-1.19). Usage Milestone: Account field split Module account_field_split crossed 10,000 active installs.

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:

  1. Place the entire getid3 directory into your modules directory (sites/all/modules is the usual location).
  2. Create a new folder for the getID3 library at:
    cd YOUR-DRUPAL-ROOT
    mkdir -p sites/all/libraries/getid3
    
  3. 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"
    
  4. 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
    
  5. Delete the demos directory:
    rm -r demos/
    
  6. Go to Administer > Site building > Modules and enable the GetID3 module.
  7. Go to Administer > Settings > getID3. If you see the version you just downloaded, the module is installed correctly.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Nov 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
8.x-1.0-alpha1 Pre-release Nov 26, 2024