added sample data to tests
This commit is contained in:
parent
4f6d105fac
commit
8dbcf2182c
2 changed files with 40 additions and 0 deletions
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0"?>
|
||||
<playlist id="0e22c20310212a51">
|
||||
<playlistElement id="0000000000000003" relativeOffset="00:00:00.000000">
|
||||
<playlist id="0000000000000001"
|
||||
playlength="01:30:00.000000"
|
||||
title="My First Playlist">
|
||||
<playlistElement id="0000000000000101"
|
||||
relativeOffset="00:00:00.000000">
|
||||
<audioClip id="0000000000010001"
|
||||
playlength="01:00:00.000000"
|
||||
title="one"/>
|
||||
<fadeInfo id="15015b4b70a054f1"
|
||||
fadeIn="00:00:02.000000"
|
||||
fadeOut="00:00:03.000000"
|
||||
/>
|
||||
</playlistElement>
|
||||
<playlistElement id="0000000000000102"
|
||||
relativeOffset="01:00:00.000000">
|
||||
<audioClip id="0000000000010002"
|
||||
playlength="00:30:00.000000"
|
||||
title="two"/>
|
||||
</playlistElement>
|
||||
</playlist>
|
||||
</playlistElement>
|
||||
<metadata
|
||||
xmlns="http://mdlf.org/livesupport/elements/1.0/"
|
||||
xmlns:ls="http://mdlf.org/livesupport/elements/1.0/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
>
|
||||
<dc:title>embedded playlist</dc:title>
|
||||
<dcterms:extent>01:30:00.000000</dcterms:extent>
|
||||
</metadata>
|
||||
</playlist>
|
||||
|
|
@ -45,6 +45,11 @@
|
|||
'xml' => '../tests/plist2.xml',
|
||||
'gunid' => '0000000000000002'
|
||||
),
|
||||
array(
|
||||
'type' => 'playlist',
|
||||
'xml' => '../tests/plistEmbedded.xml',
|
||||
'gunid' => '0000000000000003'
|
||||
),
|
||||
array(
|
||||
'type' => 'webstream',
|
||||
'xml' => '../tests/wstream1.xml',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue