ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
getID3() by James Heinrich info@ // geti d3.or gMore...
Public Member Functions | |
Analyze () | |
readCueSheetFilename ($filename) | |
readCueSheet (&$filedata) | |
Parses a cue sheet file. More... | |
parseCueSheet ($file) | |
Parses the cue sheet array. More... | |
parseComment ($line, $track_on) | |
Parses the REM command. More... | |
parseFile ($line) | |
Parses the FILE command. More... | |
parseFlags ($line, $track_on) | |
Parses the FLAG command. More... | |
parseGarbage ($line, $track_on) | |
Collect any unidentified data. More... | |
parseIndex ($line, $track_on) | |
Parses the INDEX command of a TRACK. More... | |
parseString ($line, $track_on) | |
parseTrack ($line, $track_on) | |
Parses the TRACK command. More... | |
Public Member Functions inherited from getid3_handler | |
__construct (getID3 $getid3, $call_module=null) | |
Analyze () | |
AnalyzeString ($string) | |
setStringMode ($string) | |
saveAttachment ($name, $offset, $length, $image_mime=null) | |
Data Fields | |
$cuesheet = array() | |
Additional Inherited Members | |
Protected Member Functions inherited from getid3_handler | |
ftell () | |
fread ($bytes) | |
fseek ($bytes, $whence=SEEK_SET) | |
feof () | |
isDependencyFor ($module) | |
error ($text) | |
warning ($text) | |
notice ($text) | |
Protected Attributes inherited from getid3_handler | |
$getid3 | |
$data_string_flag = false | |
$data_string = '' | |
$data_string_position = 0 | |
$data_string_length = 0 | |
getID3() by James Heinrich info@ // geti d3.or g
A CueSheet class used to open and parse cuesheets.
Definition at line 34 of file module.misc.cue.php.
getid3_cue::Analyze | ( | ) |
Definition at line 38 of file module.misc.cue.php.
References $cuesheet, $info, and readCueSheetFilename().
getid3_cue::parseComment | ( | $line, | |
$track_on | |||
) |
Parses the REM command.
string | $line | - The line in the cue file that contains the TRACK command. |
integer | $track_on | - The track currently processing. |
Definition at line 133 of file module.misc.cue.php.
Referenced by parseCueSheet().
getid3_cue::parseCueSheet | ( | $file | ) |
Parses the cue sheet array.
array | $file | - The cuesheet as an array of each line. |
Definition at line 79 of file module.misc.cue.php.
References $file, $i, $key, parseComment(), parseFile(), parseFlags(), parseGarbage(), parseIndex(), parseString(), and parseTrack().
Referenced by readCueSheet().
getid3_cue::parseFile | ( | $line | ) |
Parses the FILE command.
string | $line | - The line in the cue file that contains the FILE command. |
Definition at line 156 of file module.misc.cue.php.
Referenced by parseCueSheet().
getid3_cue::parseFlags | ( | $line, | |
$track_on | |||
) |
Parses the FLAG command.
string | $line | - The line in the cue file that contains the TRACK command. |
integer | $track_on | - The track currently processing. |
Definition at line 176 of file module.misc.cue.php.
Referenced by parseCueSheet().
getid3_cue::parseGarbage | ( | $line, | |
$track_on | |||
) |
Collect any unidentified data.
string | $line | - The line in the cue file that contains the TRACK command. |
integer | $track_on | - The track currently processing. |
Definition at line 214 of file module.misc.cue.php.
Referenced by parseCueSheet().
getid3_cue::parseIndex | ( | $line, | |
$track_on | |||
) |
Parses the INDEX command of a TRACK.
string | $line | - The line in the cue file that contains the TRACK command. |
integer | $track_on | - The track currently processing. |
Definition at line 235 of file module.misc.cue.php.
Referenced by parseCueSheet().
getid3_cue::parseString | ( | $line, | |
$track_on | |||
) |
Definition at line 264 of file module.misc.cue.php.
Referenced by parseCueSheet().
getid3_cue::parseTrack | ( | $line, | |
$track_on | |||
) |
Parses the TRACK command.
string | $line | - The line in the cue file that contains the TRACK command. |
integer | $track_on | - The track currently processing. |
Definition at line 300 of file module.misc.cue.php.
References array.
Referenced by parseCueSheet().
getid3_cue::readCueSheet | ( | & | $filedata | ) |
Parses a cue sheet file.
string | $filename | - The filename for the cue sheet to open. |
Definition at line 59 of file module.misc.cue.php.
References $cuesheet, array, and parseCueSheet().
Referenced by readCueSheetFilename().
getid3_cue::readCueSheetFilename | ( | $filename | ) |
Definition at line 49 of file module.misc.cue.php.
References $filename, and readCueSheet().
Referenced by Analyze().
getid3_cue::$cuesheet = array() |
Definition at line 36 of file module.misc.cue.php.
Referenced by Analyze(), and readCueSheet().