getid3.admin.inc |
getid3.admin.inc |
|
Admin pages. |
getid3.drush.inc |
getid3.drush.inc |
|
Drush integration for getID3. |
getid3.info |
getid3.info |
|
name = "getID3()"
description = "getID3() extracts useful information from multimedia file formats."
core = 7.x
configure = admin/config/media/getid3
files[] = getid3.admin.inc
files[] = getid3.install
files[] =… |
getid3.install |
getid3.install |
|
Install, update and uninstall functions for the getid3 module. |
getid3.module |
getid3.module |
|
|
getid3.tokens.inc |
getid3.tokens.inc |
|
Builds placeholder replacement tokens for files. |
getid3.views.inc |
includes/getid3.views.inc |
|
Provide views data for getid3.module. |
getid3_handler_field_bitrate.inc |
includes/getid3_handler_field_bitrate.inc |
|
A special handler that properly formats bit rate fields as Kbps. |
getid3_handler_field_duration.inc |
includes/getid3_handler_field_duration.inc |
|
A special handler that properly formats duration fields as minutes:seconds. |
getid3_handler_field_sample_rate.inc |
includes/getid3_handler_field_sample_rate.inc |
|
A special handler that properly formats bit rate fields as kHz. |
getid3_handler_field_tags.inc |
includes/getid3_handler_field_tags.inc |
|
A special handler that renders ID3 tags attached to a file. |
INSTALL.txt |
INSTALL.txt |
|
INSTALL
-------
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… |
README.txt |
README.txt |
|
Checkout the Drupal CVS branch in accordance to your version of Drupal...
Drupal 6:
DRUPAL-6--1
Drupal 5:
DRUPAL-5
HEAD is meant to be run against Drupal HEAD until the main Drupal branch is
created. |