home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / paranoia / ParanoiaSetup.exe / Schemas / audio.xml < prev    next >
Extensible Markup Language  |  2002-08-20  |  2KB  |  36 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <schemaDescriptor location="http://www.limewire.com/schemas/audio.xsd" xmlns="http://www.shareaza.com/schemas/SchemaDescriptor.xsd">
  4.     <title>Audio</title>
  5.     <memberDisplay>
  6.         <member name="seconds" title="Time" format="timeMMSS" defaultColumn="true" columnAlign="center"/>
  7.         <member name="bitrate" format="bitrate" defaultColumn="true" columnAlign="center"/>
  8.     </memberDisplay>
  9.     <typeFilter>
  10.         <type extension="ape"/>
  11.         <type extension="apl"/>
  12.         <type extension="mac"/>
  13.         <type extension="med"/>
  14.         <type extension="mid"/>
  15.         <type extension="mod"/>
  16.         <type extension="mp3"/>
  17.         <type extension="mp2"/>
  18.         <type extension="ogg"/>
  19.         <type extension="ra"/>
  20.         <type extension="vqf"/>
  21.         <type extension="wav"/>
  22.         <type extension="wma"/>
  23.     </typeFilter>
  24.     <bitziImport testExists="rdf:rdf/rdf:Description/bz:audioBitrate">
  25.         <mapping from="rdf:rdf/rdf:Description/mm:duration" to="seconds" factor="0.001"/>
  26.         <mapping from="rdf:rdf/rdf:Description/bz:audioBitrate" to="bitrate"/>
  27.         <mapping from="rdf:rdf/rdf:Description/bz:audioSamplerate" to="sampleRate"/>
  28.         <mapping from="rdf:rdf/rdf:Description/dc:description/dc:title" to="title"/>
  29.         <mapping from="rdf:rdf/rdf:Description/dc:description/dc:creator" to="artist"/>
  30.         <mapping from="rdf:rdf/rdf:Description/dc:description/bz:albumName" to="album"/>
  31.         <mapping from="rdf:rdf/rdf:Description/dc:description/mm:trackNum" to="track"/>
  32.         <mapping from="rdf:rdf/rdf:Description/dc:description/dc:date" to="year"/>
  33.     </bitziImport>
  34. </schemaDescriptor>
  35.  
  36.