mp3_idv


mp3_idv

Class for reading idv tags from mp3 files. It's a helper class for mp3_radio.

DOGMA (Constants and Variables)

There's nothing like this.

RITUAL (Methods)

(array) mp3_idv::get_id3_info (string $fname)

Tries to read id3 tags from a file specified in $fname. Returns an associative array of ('tagname'=>'value') pairs plus ('length'=>(int)), which is used when building m3u playlists.

 mp3_idv