home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Freeware
/
Programare
/
paranoia
/
ParanoiaSetup.exe
/
Schemas
/
audio.xml
< prev
next >
Wrap
Extensible Markup Language
|
2002-08-20
|
2KB
|
36 lines
<?xml version="1.0" encoding="UTF-8"?>
<schemaDescriptor location="http://www.limewire.com/schemas/audio.xsd" xmlns="http://www.shareaza.com/schemas/SchemaDescriptor.xsd">
<title>Audio</title>
<memberDisplay>
<member name="seconds" title="Time" format="timeMMSS" defaultColumn="true" columnAlign="center"/>
<member name="bitrate" format="bitrate" defaultColumn="true" columnAlign="center"/>
</memberDisplay>
<typeFilter>
<type extension="ape"/>
<type extension="apl"/>
<type extension="mac"/>
<type extension="med"/>
<type extension="mid"/>
<type extension="mod"/>
<type extension="mp3"/>
<type extension="mp2"/>
<type extension="ogg"/>
<type extension="ra"/>
<type extension="vqf"/>
<type extension="wav"/>
<type extension="wma"/>
</typeFilter>
<bitziImport testExists="rdf:rdf/rdf:Description/bz:audioBitrate">
<mapping from="rdf:rdf/rdf:Description/mm:duration" to="seconds" factor="0.001"/>
<mapping from="rdf:rdf/rdf:Description/bz:audioBitrate" to="bitrate"/>
<mapping from="rdf:rdf/rdf:Description/bz:audioSamplerate" to="sampleRate"/>
<mapping from="rdf:rdf/rdf:Description/dc:description/dc:title" to="title"/>
<mapping from="rdf:rdf/rdf:Description/dc:description/dc:creator" to="artist"/>
<mapping from="rdf:rdf/rdf:Description/dc:description/bz:albumName" to="album"/>
<mapping from="rdf:rdf/rdf:Description/dc:description/mm:trackNum" to="track"/>
<mapping from="rdf:rdf/rdf:Description/dc:description/dc:date" to="year"/>
</bitziImport>
</schemaDescriptor>