You are here

README.txt in getID3() 8

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * About getID3()
 * About getID3() Drupal Module
 * Installation

ABOUT getID3()
--------------

getID3() is a PHP script that extracts useful information
(such as ID3 tags, bitrate, playtime, etc.) from MP3s & other multimedia file
formats (Ogg, WMA, WMV, ASF, WAV, AVI, AAC, VQF, FLAC, MusePack, Real,
QuickTime, Monkey's Audio, MIDI and more).

ABOUT getID3() Drupal Module
----------------------------

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.

INSTALLATION
------------

Please read the INSTALL.txt file present in the module folder and follow the
instructions to install the module.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * About getID3()
  4. * About getID3() Drupal Module
  5. * Installation
  6. ABOUT getID3()
  7. --------------
  8. getID3() is a PHP script that extracts useful information
  9. (such as ID3 tags, bitrate, playtime, etc.) from MP3s & other multimedia file
  10. formats (Ogg, WMA, WMV, ASF, WAV, AVI, AAC, VQF, FLAC, MusePack, Real,
  11. QuickTime, Monkey's Audio, MIDI and more).
  12. ABOUT getID3() Drupal Module
  13. ----------------------------
  14. The getID3() Drupal module facilitates the installation and management of the
  15. getID3() PHP library, used to extract useful information from MP3s and other
  16. multimedia file formats.
  17. This API module is used by other modules to ensure that getID3() is correctly
  18. installed. Developers who need the getID3() functionality can make this a
  19. dependency by their module, and then call the getid3_load() function to
  20. properly use the getID3() library without having to worry about whether
  21. it's installed or not.
  22. INSTALLATION
  23. ------------
  24. Please read the INSTALL.txt file present in the module folder and follow the
  25. instructions to install the module.