How-To Example Code

Simple Mp3 Details with PHP

To extract simple information from an MP3 file without complete overkill by using modules/classes like GetID3() (which allow you to update and extract virtually any information through an MP3's id3 tag), you may instead wish to use a basic PHP script that returns a few simple variables such as Bitrate, Kilohertz, Stereo (Joint/Mono etc) and Mp3 Length. The script runs extremely swiftly and can update thousands of mp3's on a server in only a minute or two.

Here is the script:

Site hosted on Zoob Internet