From 0f4a5bfd34da0d10b343255ed4248701ce388a91 Mon Sep 17 00:00:00 2001 From: tomas Date: Sun, 6 Mar 2005 03:05:32 +0000 Subject: [PATCH] uri added to audioClip, regexp for fadeIn/fadeOut changed. --- livesupport/modules/storageServer/var/playlistFormat.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/livesupport/modules/storageServer/var/playlistFormat.php b/livesupport/modules/storageServer/var/playlistFormat.php index c8712ca80..f4140339e 100644 --- a/livesupport/modules/storageServer/var/playlistFormat.php +++ b/livesupport/modules/storageServer/var/playlistFormat.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/playlistFormat.php,v $ ------------------------------------------------------------------------------*/ @@ -54,7 +54,7 @@ $playlistFormat = array( 'optional'=>array('metadata'), ), 'attrs'=>array( - 'implied'=>array('id', 'title', 'playlength'), + 'implied'=>array('id', 'title', 'playlength', 'uri'), ), ), 'fadeinfo'=>array( @@ -100,11 +100,11 @@ $playlistFormat = array( ), 'fadein'=>array( 'type'=>'Attribute', - 'regexp'=>'^((\d{2}:)?\d{2}:)?\d{2}.\d{6}$', + 'regexp'=>'^((\d{2}:)?\d{2}:)?\d{1,2}(.\d{6})?$', ), 'fadeout'=>array( 'type'=>'Attribute', - 'regexp'=>'^((\d{2}:)?\d{2}:)?\d{2}.\d{6}$', + 'regexp'=>'^((\d{2}:)?\d{2}:)?\d{1,2}(.\d{6})?$', ), /* ''=>array(