From b366007b445aba1be8fcd4366771c98a14b8a362 Mon Sep 17 00:00:00 2001 From: tomas Date: Wed, 23 Feb 2005 20:44:31 +0000 Subject: [PATCH] 'playtime_seconds' field added to 'analyze' --- livesupport/modules/storageServer/var/html/gbHttp.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/storageServer/var/html/gbHttp.php b/livesupport/modules/storageServer/var/html/gbHttp.php index 563c47a80..94b08336c 100644 --- a/livesupport/modules/storageServer/var/html/gbHttp.php +++ b/livesupport/modules/storageServer/var/html/gbHttp.php @@ -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";