'playtime_seconds' field added to 'analyze'

This commit is contained in:
tomas 2005-02-23 20:44:31 +00:00
parent 8c29174e97
commit b366007b44
1 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.14 $
Version : $Revision: 1.15 $
Location : $ $
------------------------------------------------------------------------------*/
@ -33,7 +33,7 @@ require_once"gbHtml_h.php";
* storageServer WWW-form interface
*
* @author $Author: tomas $
* @version $Revision: 1.14 $
* @version $Revision: 1.15 $
* @see Alib
* @see GreenBox
*/
@ -239,6 +239,7 @@ switch($_REQUEST['act']){
echo"mime: {$ia['mime_type']}\n";
echo"channels: {$ia['audio']['channels']}\n";
echo"sample_rate: {$ia['audio']['sample_rate']}\n";
echo"playtime_seconds: {$ia['playtime_seconds']}\n";
echo"bits_per_sample: {$ia['audio']['bits_per_sample']}\n";
echo"channelmode: {$ia['audio']['channelmode']}\n";
echo"title: {$ia['id3v1']['title']}\n";