*** empty log message ***
This commit is contained in:
parent
de9799cc6f
commit
31cc87b3c5
4 changed files with 23 additions and 20 deletions
|
@ -18,7 +18,7 @@
|
|||
<dcterms:valid >2004-05-25</dcterms:valid>
|
||||
<dc:type xsi:type="dcterms:DCMIType" >Sound</dc:type>
|
||||
<dc:format xsi:type="dcterms:IMT" >audio/mpeg</dc:format>
|
||||
<dcterms:extent >0:2:3</dcterms:extent>
|
||||
<dcterms:extent >0:0:3</dcterms:extent>
|
||||
<dcterms:medium >online</dcterms:medium>
|
||||
<dc:identifier >streamonthefly:</dc:identifier>
|
||||
<dc:identifier >http://some.url.mdlf.org/</dc:identifier>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<dcterms:valid >2004-05-25</dcterms:valid>
|
||||
<dc:type xsi:type="dcterms:DCMIType" >Sound</dc:type>
|
||||
<dc:format xsi:type="dcterms:IMT" >audio/mpeg</dc:format>
|
||||
<dcterms:extent >00:02:03</dcterms:extent>
|
||||
<dcterms:extent >00:00:00.100000</dcterms:extent>
|
||||
<dcterms:medium >online</dcterms:medium>
|
||||
<dc:identifier >streamonthefly:</dc:identifier>
|
||||
<dc:identifier >http://some.url.mdlf.org/</dc:identifier>
|
||||
|
|
|
@ -1,16 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<metadata
|
||||
xmlns="http://www.streamonthefly.org/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:xbmf="http://www.streamonthefly.org/xbmf"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
>
|
||||
<dc:title >File Title3 txt</dc:title>
|
||||
<dcterms:alternative >Alternative File Title txt</dcterms:alternative>
|
||||
<xbmf:contributor>
|
||||
<xbmf:role>Author</xbmf:role>
|
||||
<xbmf:name>John Y</xbmf:name>
|
||||
<xbmf:phone>234</xbmf:phone>
|
||||
</xbmf:contributor>
|
||||
</metadata>
|
||||
<audioClip>
|
||||
<metadata
|
||||
xmlns="http://www.streamonthefly.org/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:dcterms="http://purl.org/dc/terms/"
|
||||
xmlns:xbmf="http://www.streamonthefly.org/xbmf"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
>
|
||||
<dc:title >File Title3 txt</dc:title>
|
||||
<dcterms:alternative >Alternative File Title txt</dcterms:alternative>
|
||||
<dcterms:extent >00:00:00.100000</dcterms:extent>
|
||||
<xbmf:contributor>
|
||||
<xbmf:role>Author</xbmf:role>
|
||||
<xbmf:name>John Y</xbmf:name>
|
||||
<xbmf:phone>234</xbmf:phone>
|
||||
</xbmf:contributor>
|
||||
</metadata>
|
||||
</audioClip>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?
|
||||
$sampleData = array(
|
||||
array('../tests/ex1.mp3', '../tests/mdata1.xml'),
|
||||
array('../tests/ex2.ogg', '../tests/mdata5.xml'),
|
||||
array('../tests/ex2.wav', '../tests/mdata3.xml')
|
||||
array('../tests/ex2.ogg', '../tests/mdata2.xml'),
|
||||
array('../tests/ex3.wav', '../tests/mdata3.xml')
|
||||
);
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue