Hi,
Very new to getID3 and I need to extract the track number of a FLAC file.
I follow the example and after the following lines, how do I get the track number for $filename which is a FLAC format.
Kindly advise.
$getID3 = new getID3;
$ThisFileInfo = $getID3->analyze($filename);
getid3_lib::CopyTagsToComments($ThisFileInfo);
