Simple MP3 ID3 Tag Viewer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help Simple MP3 ID3 Tag Viewer

    Hi,
    i am working for a script. I see that ffmpeg is not available in shared hosting. so i need to make a simple script with common functions. so its basically download base script. so i want to grab mp3 id3 tag from files with php code. i try to use getID3() script. but it is too big for me and there is a big bug. its create error_log file more then 2gb within 2minute and its increasing. so i try to make it simple as i need simple functions only. i want to show only a few info from a mp3 file. like this

    Code:
    - [B]File:[/B] Songs.mp3
    - [B]Size:[/B] 24.5 Mb
    [B]- File Info:[/B]
    - [B]Channels:[/B] Joint stereo (Stereo)
    - [B]Frequency:[/B] 22050 Hz
    - [B]Bitrate:[/B] 32 kbps
    - [B]Duration:[/B] 4:42 min
    - [B]Artist:[/B] Singer S
    - [B]Album:[/B] XYZ
    So i see that there i need [size] [Frequency] [Bitrate] [Duration] [Artist] [Album] functions. while i try to extract only needed code from http://getid3.sourceforge.net/ i feel dizzy. so i am here to get help. can someone Do this for me?
Working...
X