Home
last modified time | relevance | path

Searched refs:fileinformation (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php182 $fileinformation = $getID3->analyze($currentfilename); variable
184 $getID3->CopyTagsToComments($fileinformation);
186 … $TotalScannedFilesize += (isset($fileinformation['filesize']) ? $fileinformation['filesize'] : 0);
189 $fileinformation['md5_file'] = md5_file($currentfilename);
192 if (!empty($fileinformation['fileformat'])) {
193 $DirectoryContents[$currentfulldir]['known'][$file] = $fileinformation;
194 …$TotalScannedPlaytime += (isset($fileinformation['playtime_seconds']) ? $fileinformation['playtime…
195 …$TotalScannedBitrate += (isset($fileinformation['bitrate']) ? $fileinformation['bitrate'…
198 $DirectoryContents[$currentfulldir]['other'][$file] = $fileinformation;
202 if (isset($fileinformation['playtime_seconds']) && ($fileinformation['playtime_seconds'] > 0)) {
[all …]