uri added to audioClip, regexp for fadeIn/fadeOut changed.
This commit is contained in:
parent
599165d0e7
commit
0f4a5bfd34
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
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 $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/playlistFormat.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -54,7 +54,7 @@ $playlistFormat = array(
|
||||||
'optional'=>array('metadata'),
|
'optional'=>array('metadata'),
|
||||||
),
|
),
|
||||||
'attrs'=>array(
|
'attrs'=>array(
|
||||||
'implied'=>array('id', 'title', 'playlength'),
|
'implied'=>array('id', 'title', 'playlength', 'uri'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'fadeinfo'=>array(
|
'fadeinfo'=>array(
|
||||||
|
@ -100,11 +100,11 @@ $playlistFormat = array(
|
||||||
),
|
),
|
||||||
'fadein'=>array(
|
'fadein'=>array(
|
||||||
'type'=>'Attribute',
|
'type'=>'Attribute',
|
||||||
'regexp'=>'^((\d{2}:)?\d{2}:)?\d{2}.\d{6}$',
|
'regexp'=>'^((\d{2}:)?\d{2}:)?\d{1,2}(.\d{6})?$',
|
||||||
),
|
),
|
||||||
'fadeout'=>array(
|
'fadeout'=>array(
|
||||||
'type'=>'Attribute',
|
'type'=>'Attribute',
|
||||||
'regexp'=>'^((\d{2}:)?\d{2}:)?\d{2}.\d{6}$',
|
'regexp'=>'^((\d{2}:)?\d{2}:)?\d{1,2}(.\d{6})?$',
|
||||||
),
|
),
|
||||||
/*
|
/*
|
||||||
''=>array(
|
''=>array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue