home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Musique / MusicBeePortable / MusicBeePortable_2_0.exe / Configuration.xml < prev    next >
Extensible Markup Language  |  2012-08-26  |  37KB  |  691 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <Configuration>
  3. <SupportedFiles>
  4.   <FileExtension Value=".mp3" TagFormats="3" Codec="1" />
  5.   <FileExtension Value=".mp1" TagFormats="3" Codec="1" />
  6.   <FileExtension Value=".mp3pro" TagFormats="3" Codec="0" />
  7.   <FileExtension Value=".m4a" TagFormats="8" Codec="2" />
  8.   <FileExtension Value=".m4b" TagFormats="8" Codec="2" />
  9.   <FileExtension Value=".m4p" TagFormats="8" Codec="2" />
  10.   <FileExtension Value=".aac" TagFormats="0" Codec="2" />
  11.   <FileExtension Value=".flac" TagFormats="4" Codec="3" />
  12.   <FileExtension Value=".spx" TagFormats="4" Codec="4" />
  13.   <FileExtension Value=".ogg" TagFormats="4" Codec="4" />
  14.   <FileExtension Value=".oga" TagFormats="4" Codec="4" />
  15.   <FileExtension Value=".opus" TagFormats="4" Codec="15" />
  16.   <FileExtension Value=".wv" TagFormats="2" Codec="5" />
  17.   <FileExtension Value=".tak" TagFormats="2" Codec="7" />
  18.   <FileExtension Value=".ofr" TagFormats="2" Codec="0" />
  19.   <FileExtension Value=".ofs" TagFormats="2" Codec="0" />
  20.   <FileExtension Value=".mpc" TagFormats="2" Codec="8" />
  21.   <FileExtension Value=".mp+" TagFormats="2" Codec="8" />
  22.   <FileExtension Value=".mpp" TagFormats="2" Codec="8" />
  23.   <FileExtension Value=".ape" TagFormats="2" Codec="0" />
  24.   <FileExtension Value=".tta" TagFormats="2" Codec="0" />
  25.   <FileExtension Value=".ac3" TagFormats="2" Codec="0" />
  26.   <FileExtension Value=".wav" TagFormats="32" Codec="9" />
  27.   <FileExtension Value=".bwf" TagFormats="0" Codec="0" />
  28.   <FileExtension Value=".m2a" TagFormats="0" Codec="0" />
  29.   <FileExtension Value=".mpa" TagFormats="0" Codec="0" />
  30.   <FileExtension Value=".mla" TagFormats="0" Codec="0" />
  31.   <FileExtension Value=".aif" TagFormats="64" Codec="12" />
  32.   <FileExtension Value=".aiff" TagFormats="64" Codec="12" />
  33.   <FileExtension Value=".cda" TagFormats="0" Codec="0" />
  34.   <FileExtension Value=".wma" TagFormats="16" Codec="6" />
  35.   <FileExtension Value=".asx" TagFormats="0" Codec="10" />
  36. </SupportedFiles>
  37. <SupportedCodecs>
  38. <Codec Code="2" Name="AAC" DefaultFileExtension=".m4a">
  39.   <Encoder Name="NERO" Filename="neroaacenc.exe">
  40.     <Profile Code="1" Name="Small Size (Γëê96K VBR)" Parameters="-q 0.35 -if - -of [outputfile]" />
  41.     <Profile Code="2" Name="Portable (Γëê160K VBR)" Parameters="-q 0.45 -if - -of [outputfile]" />
  42.     <Profile Code="3" Name="High Quality (Γëê200K VBR)" Parameters="-q 0.55 -if - -of [outputfile]" />
  43.     <Profile Code="4" Name="Archiving (Γëê320K VBR)" Parameters="-q 0.8 -if - -of [outputfile]" />
  44.   </Encoder>
  45.   <Gain Filename="aacGain.exe">
  46.      <GainCalculate Parameters="[inputfile]" />
  47.      <GainWrite TrackParameters="/r /t /p /c [inputfile]" AlbumParameters="/a /t /p /c [inputfile]" />
  48.      <GainRemove Parameters="/u /t /p [inputfile]" />
  49.   </Gain>
  50. </Codec>
  51. <Codec Code="11" Name="ALAC" DefaultFileExtension=".m4a">
  52.   <Encoder Name="ALAC" Filename="ffmpeg.exe">
  53.     <Profile Code="2" Name="Highest Compression (slowest)" Parameters="-i - -acodec alac [outputfile]" />
  54.     <Profile Code="4" Name="Lowest Compression (fastest)" Parameters="-i - -acodec alac [outputfile]" />
  55.   </Encoder>
  56. </Codec>
  57. <Codec Code="3" Name="FLAC" DefaultFileExtension=".flac">
  58.   <Encoder Name="FLAC" Filename="flac.exe">
  59.     <Profile Code="2" Name="Highest Compression (slowest)" Parameters="-s -8 -o [outputfile] -" />
  60.     <Profile Code="4" Name="Lowest Compression (fastest)" Parameters="-s -0 -o [outputfile] -" />
  61.   </Encoder>
  62. </Codec>
  63. <Codec Code="1" Name="MP3" DefaultFileExtension=".mp3">
  64.   <Encoder Name="Lame" Filename="LAME.exe">
  65.     <Profile Code="1" Name="Small Size (96K ABR)" Parameters="--abr 96 -q 5 --noreplaygain - [outputfile]" />
  66.     <Profile Code="2" Name="Portable (Γëê128K VBR)" Parameters="--vbr-new -V 5 --noreplaygain - [outputfile]" />
  67.     <Profile Code="3" Name="High Quality (Γëê192K)" Parameters="--vbr-new -V 2 --noreplaygain - [outputfile]" />
  68.     <Profile Code="4" Name="Archiving (320K)" Parameters="--cbr -b 320 --noreplaygain - [outputfile]" />
  69.   </Encoder>
  70.   <Gain Filename="mp3Gain.exe">
  71.      <GainCalculate Parameters="[inputfile]" />
  72.      <GainWrite TrackParameters="/r /t /p /c [inputfile]" AlbumParameters="/a /t /p /c [inputfile]" />
  73.      <GainRemove Parameters="/u /t /p [inputfile]" />
  74.   </Gain>
  75. </Codec>
  76. <Codec Code="4" Name="Ogg Vorbis" DefaultFileExtension=".ogg"> 
  77. <Encoder Name="OGG" Filename="OggEnc2.exe"> 
  78. <Profile Code="1" Name="Small Size (Γëê64K VBR)" Parameters="-q 0 -p 4 - -o [outputfile]" /> 
  79. <Profile Code="2" Name="Portable (Γëê96K VBR)" Parameters="-q 2 -p 4 - -o [outputfile]" /> 
  80. <Profile Code="3" Name="High Quality (Γëê160K VBR)" Parameters="-q 5 -p 4 - -o [outputfile]" /> 
  81. <Profile Code="4" Name="Archiving (Γëê192K VBR)" Parameters="-q 6 -p 4 - -o [outputfile]" /> 
  82. </Encoder> 
  83. </Codec>
  84. <Codec Code="8" Name="Musepack" DefaultFileExtension=".mpc"> 
  85. <Encoder Name="Musepack" Filename="mpcenc.exe"> 
  86. <Profile Code="1" Name="Small Size" Parameters="--quality 3.0 --silent - [outputfile]" /> 
  87. <Profile Code="2" Name="Portable" Parameters="--quality 4.0 --silent - [outputfile]" /> 
  88. <Profile Code="3" Name="High Quality" Parameters="--quality 6.0 --silent - [outputfile]" /> 
  89. <Profile Code="4" Name="Archiving" Parameters="--quality 8.0 --silent - [outputfile]" /> 
  90. </Encoder> 
  91. </Codec>
  92. <Codec Code="7" Name="Tak" DefaultFileExtension=".tak">
  93.   <Encoder Name="Tak" Filename="takc.exe">
  94.     <Profile Code="2" Name="Highest Compression (slowest)" Parameters="-e -p2 -ihs - [outputfile]" />
  95.     <Profile Code="4" Name="Lowest Compression (fastest)" Parameters="-e -p4 -ihs - [outputfile]" />
  96.   </Encoder>
  97. </Codec>
  98. <Codec Code="5" Name="WavPack" DefaultFileExtension=".wv">
  99.   <Encoder Name="WavPack" Filename="wavpack.exe">
  100.     <Profile Code="2" Name="Highest Compression (slowest)" Parameters="-i -y - [outputfile]" />
  101.     <Profile Code="4" Name="Lowest Compression (fastest)" Parameters="-i -y -hh - [outputfile]" />
  102.   </Encoder>
  103. </Codec>
  104. <Codec Code="6" Name="WMA" DefaultFileExtension=".wma">
  105.   <Encoder Name="Native">
  106.     <Profile Code="1" Name="Small Size" CodecProfile="0" BitrateType="1" Bitrate="32000" SampleRate="44100" Channels="2" />
  107.     <Profile Code="2" Name="Portable" CodecProfile="0" BitrateType="2" Bitrate="25" SampleRate="44100" Channels="2" />
  108.     <Profile Code="3" Name="High Quality" CodecProfile="0" BitrateType="2"  Bitrate="75" SampleRate="44100" Channels="2" />
  109.     <Profile Code="4" Name="Archiving" CodecProfile="0" BitrateType="2" Bitrate="90" SampleRate="44100" Channels="2" />
  110.   </Encoder>
  111. </Codec>
  112. <Codec Code="12" Name="Aiff" DefaultFileExtension=".aif"> 
  113.   <Encoder Name="Native">
  114.   </Encoder> 
  115. </Codec>
  116. <Codec Code="9" Name="Wave" DefaultFileExtension=".wav"> 
  117.   <Encoder Name="Native">
  118.   </Encoder> 
  119.   <Gain Filename="WavGain.exe"> 
  120.     <GainCalculate Parameters="-f -a [inputfile]" /> 
  121.     <GainWrite TrackParameters="-f [inputfile]" AlbumParameters="-f -a [inputfile]" /> 
  122.     <GainRemove Parameters="-c [inputfile]" /> 
  123.   </Gain> 
  124. </Codec>
  125. </SupportedCodecs>
  126. <Genres>
  127.   <Genre Name="2 Tone" Category="Reggae"/>
  128.   <Genre Name="A capella" Category="Pop"/>
  129.   <Genre Name="Acid" Category="Electronic"/>
  130.   <Genre Name="Acid Breaks" Category="Electronic"/>
  131.   <Genre Name="Acid Electronic" Category="Electronic"/>
  132.   <Genre Name="Acid House" Category="Electronic"/>
  133.   <Genre Name="Acid Jazz" Category="Jazz"/>
  134.   <Genre Name="Acid Punk" Category="Rock" />
  135.   <Genre Name="Acid Rock" Category="Rock"/>
  136.   <Genre Name="Acoustic" Category="Rock" />
  137.   <Genre Name="Afrobeat" Category="Afro-Pop"/>
  138.   <Genre Name="Alternative" Category="Rock" />
  139.   <Genre Name="Alternative Country" Category="Country"/>
  140.   <Genre Name="Alternative Folk" Category="Folk" />
  141.   <Genre Name="Alternative Hip-Hop" Category="Hip-Hop & Rap"/>
  142.   <Genre Name="Alternative Rock" Category="Rock"/>
  143.   <Genre Name="AlternRock" Category="Rock" />
  144.   <Genre Name="Ambient" Category="Electronic"/>
  145.   <Genre Name="Ambient House" Category="Electronic"/>
  146.   <Genre Name="Americana" Category="Country"/>
  147.   <Genre Name="Anarcho-Punk" Category="Rock"/>
  148.   <Genre Name="Anime" Category="Other" />
  149.   <Genre Name="Anti-Folk" Category="Folk"/>
  150.   <Genre Name="Apala" Category="Afro-Pop"/>
  151.   <Genre Name="Arab Pop" Category="Pop"/>
  152.   <Genre Name="Arabesque" Category="Regional and National"/>
  153.   <Genre Name="Asian American Jazz" Category="Jazz"/>
  154.   <Genre Name="Austro-Pop" Category="Pop"/>
  155.   <Genre Name="Avant-Garde" Category="Avant-Garde"/>
  156.   <Genre Name="Avant-Garde Jazz" Category="Jazz"/>
  157.   <Genre Name="Bachata" Category="Latin American"/>
  158.   <Genre Name="Background Music" Category="Easy Listening"/>
  159.   <Genre Name="Baithak Gana" Category="Latin American"/>
  160.   <Genre Name="Bakersfield Sound" Category="Country"/>
  161.   <Genre Name="Ballad" Category="Folk" />
  162.   <Genre Name="Balkan Pop" Category="Pop"/>
  163.   <Genre Name="Baroque Pop" Category="Pop"/>
  164.   <Genre Name="Bass" Category="Jazz" />
  165.   <Genre Name="Beat" Category="Rock" />
  166.   <Genre Name="Beautiful Music" Category="Easy Listening"/>
  167.   <Genre Name="Bebop" Category="Jazz"/>
  168.   <Genre Name="Benga" Category="Afro-Pop"/>
  169.   <Genre Name="Big Band" Category="Jazz"/>
  170.   <Genre Name="Big Beat" Category="Electronic"/>
  171.   <Genre Name="Bikutsi" Category="Afro-Pop"/>
  172.   <Genre Name="Bitcore" Category="Electronic"/>
  173.   <Genre Name="Black Metal" Category="Rock"/>
  174.   <Genre Name="Bluegrass" Category="Country"/>
  175.   <Genre Name="Blues" Category="Blues"/>
  176.   <Genre Name="Blues Rock" Category="Rock"/>
  177.   <Genre Name="Bolero" Category="Ballroom"/>
  178.   <Genre Name="Boogie" Category="R&B"/>
  179.   <Genre Name="Boogie-Woogie" Category="Country"/>
  180.   <Genre Name="Booty Bass" Category="Jazz" />
  181.   <Genre Name="Bossa Nova" Category="Latin American"/>
  182.   <Genre Name="Breakbeat" Category="Electronic"/>
  183.   <Genre Name="Britpop" Category="Rock"/>
  184.   <Genre Name="Brutal Death Metal" Category="Rock"/>
  185.   <Genre Name="Bubblegum Pop" Category="Pop"/>
  186.   <Genre Name="Cabaret" Category="Jazz" />
  187.   <Genre Name="Calypso" Category="Latin American"/>
  188.   <Genre Name="Calypso Jazz" Category="Jazz"/>
  189.   <Genre Name="Cape Jazz" Category="Afro-Pop"/>
  190.   <Genre Name="Celtic" Category="Regional and National" />
  191.   <Genre Name="Cha-cha-cha" Category="Ballroom"/>
  192.   <Genre Name="Chalga" Category="Regional and National"/>
  193.   <Genre Name="Chamber Jazz" Category="Jazz"/>
  194.   <Genre Name="Chamber Music" Category="Rock" />
  195.   <Genre Name="Chanson" Category="Other" />
  196.   <Genre Name="Chicano Rap" Category="Hip-Hop & Rap"/>
  197.   <Genre Name="Chillout" Category="Electronic"/>
  198.   <Genre Name="Chimurenga" Category="Afro-Pop"/>
  199.   <Genre Name="Chinese Pop" Category="Pop"/>
  200.   <Genre Name="Chinese Rock" Category="Rock"/>
  201.   <Genre Name="Christian Gangsta Rap" Category="Hip-Hop & Rap" />
  202.   <Genre Name="Christian Metal" Category="Rock"/>
  203.   <Genre Name="Christian Rap" Category="Hip-Hop & Rap" />
  204.   <Genre Name="Christian Rock" Category="Rock" />
  205.   <Genre Name="Chutney" Category="Latin American"/>
  206.   <Genre Name="Chutney Soca" Category="Latin American"/>
  207.   <Genre Name="Classic Rock" Category="Rock" />
  208.   <Genre Name="Classic Trance" Category="Electronic"/>
  209.   <Genre Name="Classical" Category="Classical" />
  210.   <Genre Name="Classical Music" Category="Classical"/>
  211.   <Genre Name="Close Harmony" Category="Country"/>
  212.   <Genre Name="Club" Category="Electronic" />
  213.   <Genre Name="Club-House" Category="Electronic" />
  214.   <Genre Name="Comedy" Category="Other" />
  215.   <Genre Name="Contemporary Christian" Category="Religious"/>
  216.   <Genre Name="Contemporary R&B" Category="R&B"/>
  217.   <Genre Name="Cool Jazz" Category="Jazz"/>
  218.   <Genre Name="Country" Category="Country"/>
  219.   <Genre Name="Country Blues" Category="Country"/>
  220.   <Genre Name="Country Pop" Category="Country"/>
  221.   <Genre Name="Country Rock" Category="Country"/>
  222.   <Genre Name="Crossover" Category="Rock" />
  223.   <Genre Name="Crossover Jazz" Category="Jazz"/>
  224.   <Genre Name="Crossover Thrash Metal" Category="Rock"/>
  225.   <Genre Name="Crunk" Category="Hip-Hop & Rap"/>
  226.   <Genre Name="Crust Punk" Category="Rock"/>
  227.   <Genre Name="Cult" Category="Rock" />
  228.   <Genre Name="Cumbia" Category="Latin American"/>
  229.   <Genre Name="Dance" Category="Electronic"/>
  230.   <Genre Name="Dance Pop" Category="Pop"/>
  231.   <Genre Name="Dancehall" Category="Reggae"/>
  232.   <Genre Name="Dark Ambient" Category="Electronic"/>
  233.   <Genre Name="Dark Cabaret" Category="Rock"/>
  234.   <Genre Name="Darkcore" Category="Electronic"/>
  235.   <Genre Name="Darkwave" Category="Rock" />
  236.   <Genre Name="Death Metal" Category="Rock"/>
  237.   <Genre Name="Deathcore" Category="Rock"/>
  238.   <Genre Name="Deathrock" Category="Rock"/>
  239.   <Genre Name="Deep Funk" Category="R&B"/>
  240.   <Genre Name="Delta Blues" Category="Blues"/>
  241.   <Genre Name="Desert Rock" Category="Rock"/>
  242.   <Genre Name="Dirty Rap/Pornocore" Category="Hip-Hop & Rap"/>
  243.   <Genre Name="Disco" Category="R&B"/>
  244.   <Genre Name="Disco Polo" Category="Pop"/>
  245.   <Genre Name="Dixieland" Category="Jazz"/>
  246.   <Genre Name="Djent" Category="Rock"/>
  247.   <Genre Name="Doo Wop" Category="R&B"/>
  248.   <Genre Name="Doom Metal" Category="Rock"/>
  249.   <Genre Name="Downtempo" Category="Electronic"/>
  250.   <Genre Name="Dream" Category="Electronic" />
  251.   <Genre Name="Dream-Pop" Category="Rock"/>
  252.   <Genre Name="Drone Metal" Category="Rock"/>
  253.   <Genre Name="Drum & Bass" Category="Electronic"/>
  254.   <Genre Name="Drum Solo" Category="Rock" />
  255.   <Genre Name="Dub" Category="Reggae"/>
  256.   <Genre Name="Dubstep" Category="Electronic"/>
  257.   <Genre Name="Duet" Category="Pop" />
  258.   <Genre Name="East Coast Hip-Hop" Category="Hip-Hop & Rap"/>
  259.   <Genre Name="East Coast Swing" Category="Ballroom"/>
  260.   <Genre Name="Easy Listening" Category="Easy Listening"/>
  261.   <Genre Name="Electric Blues" Category="Blues"/>
  262.   <Genre Name="Electro" Category="Electronic"/>
  263.   <Genre Name="Electroclash" Category="Electronic"/>
  264.   <Genre Name="Electro-Hop" Category="Electronic"/>
  265.   <Genre Name="Electro-House" Category="Electronic"/>
  266.   <Genre Name="Electronic" Category="Electronic"/>
  267.   <Genre Name="Electronic Rock" Category="Rock"/>
  268.   <Genre Name="Electronica" Category="Electronic"/>
  269.   <Genre Name="Electro-Pop" Category="Pop"/>
  270.   <Genre Name="Elevator Music" Category="Easy Listening"/>
  271.   <Genre Name="Emo" Category="Rock"/>
  272.   <Genre Name="Enka" Category="Regional and National"/>
  273.   <Genre Name="Ethnic" Category="Regional and National" />
  274.   <Genre Name="Euro Trance" Category="Electronic"/>
  275.   <Genre Name="Eurobeat" Category="Pop"/>
  276.   <Genre Name="Euro-Dance" Category="Electronic"/>
  277.   <Genre Name="Euro-House" Category="Electronic" />
  278.   <Genre Name="Euro-Pop" Category="Pop"/>
  279.   <Genre Name="Euro-Techno" Category="Electronic" />
  280.   <Genre Name="Experimental" Category="Avant-Garde"/>
  281.   <Genre Name="Fast Fusion" Category="Rock" />
  282.   <Genre Name="Fife and Drum Blues" Category="Blues"/>
  283.   <Genre Name="Flamenco" Category="Regional and National"/>
  284.   <Genre Name="Folk" Category="Folk" />
  285.   <Genre Name="Folk Metal" Category="Rock"/>
  286.   <Genre Name="Folk Rock" Category="Rock"/>
  287.   <Genre Name="Folklore" Category="Folk" />
  288.   <Genre Name="Folktronica" Category="Electronic"/>
  289.   <Genre Name="Foxtrot" Category="Ballroom"/>
  290.   <Genre Name="Free Jazz" Category="Jazz"/>
  291.   <Genre Name="Freestyle" Category="Rock" />
  292.   <Genre Name="French Pop" Category="Pop"/>
  293.   <Genre Name="Fuji" Category="Afro-Pop"/>
  294.   <Genre Name="Funk" Category="R&B"/>
  295.   <Genre Name="Funk Metal" Category="Rock"/>
  296.   <Genre Name="Furniture Music" Category="Easy Listening"/>
  297.   <Genre Name="Fusion" Category="Electronic" />
  298.   <Genre Name="Gabba" Category="Electronic"/>
  299.   <Genre Name="Gangsta" Category="Hip-Hop & Rap" />
  300.   <Genre Name="Gangsta-Rap" Category="Hip-Hop & Rap"/>
  301.   <Genre Name="Garage Rock" Category="Rock"/>
  302.   <Genre Name="G-Funk" Category="Hip-Hop & Rap"/>
  303.   <Genre Name="Glam Metal" Category="Rock"/>
  304.   <Genre Name="Glam Rock" Category="Rock"/>
  305.   <Genre Name="Glitch" Category="Electronic"/>
  306.   <Genre Name="Goa" Category="Electronic" />
  307.   <Genre Name="Goa Trance" Category="Electronic"/>
  308.   <Genre Name="Go-Go" Category="R&B"/>
  309.   <Genre Name="Gospel" Category="Religious"/>
  310.   <Genre Name="Gothic" Category="Rock" />
  311.   <Genre Name="Gothic Metal" Category="Rock"/>
  312.   <Genre Name="Gothic Rock" Category="Rock"/>
  313.   <Genre Name="Greek Entechno" Category="Regional and National"/>
  314.   <Genre Name="Greek Laika" Category="Regional and National"/>
  315.   <Genre Name="Gregorian Chant" Category="Religious"/>
  316.   <Genre Name="Grime" Category="Hip-Hop & Rap"/>
  317.   <Genre Name="Grindcore" Category="Rock"/>
  318.   <Genre Name="Groove Metal" Category="Rock"/>
  319.   <Genre Name="Grunge" Category="Rock"/>
  320.   <Genre Name="Gypsy Jazz" Category="Jazz"/>
  321.   <Genre Name="Happy Hardcore" Category="Electronic"/>
  322.   <Genre Name="Hard Bop" Category="Jazz"/>
  323.   <Genre Name="Hard Rock" Category="Rock"/>
  324.   <Genre Name="Hard Trance" Category="Electronic"/>
  325.   <Genre Name="Hardcore" Category="Electronic" />
  326.   <Genre Name="Hardcore Punk" Category="Rock"/>
  327.   <Genre Name="Hardcore Techno" Category="Electronic"/>
  328.   <Genre Name="Hardstyle Trance" Category="Electronic"/>
  329.   <Genre Name="Heavy Metal" Category="Rock"/>
  330.   <Genre Name="Highlife" Category="Afro-Pop"/>
  331.   <Genre Name="Hi-NRG" Category="Electronic"/>
  332.   <Genre Name="Hip-Hop" Category="Hip-Hop & Rap"/>
  333.   <Genre Name="Hip-Hop Soul" Category="R&B"/>
  334.   <Genre Name="Hiplife" Category="Afro-Pop"/>
  335.   <Genre Name="Hong Kong and Cantonese Pop" Category="Pop"/>
  336.   <Genre Name="Hong Kong English Pop" Category="Pop"/>
  337.   <Genre Name="Honky Tonk" Category="Country"/>
  338.   <Genre Name="Horrorcore" Category="Hip-Hop & Rap"/>
  339.   <Genre Name="House" Category="Electronic"/>
  340.   <Genre Name="Humour" Category="Other" />
  341.   <Genre Name="Hymn" Category="Religious"/>
  342.   <Genre Name="Hyphy" Category="Hip-Hop & Rap"/>
  343.   <Genre Name="IDM" Category="Electronic"/>
  344.   <Genre Name="Indian Pop" Category="Pop"/>
  345.   <Genre Name="Indie" Category="Rock" />
  346.   <Genre Name="Indie Folk" Category="Folk"/>
  347.   <Genre Name="Indie Pop" Category="Rock"/>
  348.   <Genre Name="Indie Rock" Category="Rock"/>
  349.   <Genre Name="Indigenous Music" Category="Regional and National"/>
  350.   <Genre Name="Indonesian Pop" Category="Pop"/>
  351.   <Genre Name="Industrial" Category="Electronic"/>
  352.   <Genre Name="Industrial Metal" Category="Rock"/>
  353.   <Genre Name="Industrial Rock" Category="Rock"/>
  354.   <Genre Name="Instrumental" Category="Electronic" />
  355.   <Genre Name="Instrumental Pop" Category="Rock" />
  356.   <Genre Name="Instrumental Rock" Category="Rock" />
  357.   <Genre Name="Iranian Pop" Category="Pop"/>
  358.   <Genre Name="Isicathamiya" Category="Afro-Pop"/>
  359.   <Genre Name="Italo-Dance" Category="Pop"/>
  360.   <Genre Name="Italo-Disco" Category="Pop"/>
  361.   <Genre Name="Italo-House" Category="Electronic"/>
  362.   <Genre Name="Jangle Pop" Category="Pop"/>
  363.   <Genre Name="Japanese Pop" Category="Pop"/>
  364.   <Genre Name="Jazz" Category="Jazz"/>
  365.   <Genre Name="Jazz Blues" Category="Jazz"/>
  366.   <Genre Name="Jazz Fusion" Category="Jazz"/>
  367.   <Genre Name="Jazz Rap" Category="Jazz"/>
  368.   <Genre Name="Jazz-Funk" Category="Jazz"/>
  369.   <Genre Name="Jazz-Rock" Category="Rock"/>
  370.   <Genre Name="Jit" Category="Afro-Pop"/>
  371.   <Genre Name="Jive" Category="Ballroom"/>
  372.   <Genre Name="Jpop" Category="Pop" />
  373.   <Genre Name="J-Rock" Category="Rock"/>
  374.   <Genre Name="Juju" Category="Afro-Pop"/>
  375.   <Genre Name="Jump Blues" Category="Blues"/>
  376.   <Genre Name="Jungle" Category="Rock" />
  377.   <Genre Name="Kizomba" Category="Afro-Pop"/>
  378.   <Genre Name="Kompa" Category="Latin American"/>
  379.   <Genre Name="Korean Pop" Category="Pop"/>
  380.   <Genre Name="Kuduro" Category="Afro-Pop"/>
  381.   <Genre Name="Kwaito" Category="Afro-Pop"/>
  382.   <Genre Name="Kwela" Category="Afro-Pop"/>
  383.   <Genre Name="Latin" Category="Latin American" />
  384.   <Genre Name="Latin Jazz" Category="Jazz"/>
  385.   <Genre Name="Latin Pop" Category="Pop"/>
  386.   <Genre Name="Latin Rap" Category="Hip-Hop & Rap"/>
  387.   <Genre Name="Levenslied" Category="Pop"/>
  388.   <Genre Name="Lo-fi" Category="Avant-Garde"/>
  389.   <Genre Name="Louisiana Swamp Pop" Category="Pop"/>
  390.   <Genre Name="Lounge" Category="Easy Listening"/>
  391.   <Genre Name="Lovers Rock" Category="Reggae"/>
  392.   <Genre Name="Mainstream Jazz" Category="Jazz"/>
  393.   <Genre Name="Makossa" Category="Afro-Pop"/>
  394.   <Genre Name="Mambo" Category="Latin American"/>
  395.   <Genre Name="Mandarin Pop" Category="Pop"/>
  396.   <Genre Name="March" Category="Other"/>
  397.   <Genre Name="Marrabenta" Category="Afro-Pop"/>
  398.   <Genre Name="Math Rock" Category="Rock"/>
  399.   <Genre Name="Mathcore" Category="Rock"/>
  400.   <Genre Name="Mbalax" Category="Afro-Pop"/>
  401.   <Genre Name="Mbaqanga" Category="Afro-Pop"/>
  402.   <Genre Name="M-Base" Category="Jazz"/>
  403.   <Genre Name="Mbube" Category="Afro-Pop"/>
  404.   <Genre Name="Meditative" Category="Electronic" />
  405.   <Genre Name="Melodic Death Metal" Category="Rock"/>
  406.   <Genre Name="Melodic Metalcore" Category="Rock"/>
  407.   <Genre Name="Merengue" Category="Latin American"/>
  408.   <Genre Name="Metal" Category="Rock" />
  409.   <Genre Name="Metalcore" Category="Rock"/>
  410.   <Genre Name="Mexican Pop" Category="Pop"/>
  411.   <Genre Name="Miami Bass" Category="Hip-Hop & Rap"/>
  412.   <Genre Name="Middle of the Road" Category="Easy Listening"/>
  413.   <Genre Name="Midwest Hip-Hop" Category="Hip-Hop & Rap"/>
  414.   <Genre Name="Mini-Jazz" Category="Jazz"/>
  415.   <Genre Name="Minimalist" Category="Avant-Garde"/>
  416.   <Genre Name="Modal Jazz" Category="Jazz"/>
  417.   <Genre Name="Mor Lam Sing" Category="Regional and National"/>
  418.   <Genre Name="Morna" Category="Afro-Pop"/>
  419.   <Genre Name="Museve" Category="Afro-Pop"/>
  420.   <Genre Name="Musica Popular Brasileira" Category="Latin American"/>
  421.   <Genre Name="Musical" Category="Other" />
  422.   <Genre Name="Musique Concrete" Category="Avant-Garde"/>
  423.   <Genre Name="Nashville Sound/Countrypolitan" Category="Country"/>
  424.   <Genre Name="National Anthem" Category="Other"/>
  425.   <Genre Name="National Folk" Category="Regional and National" />
  426.   <Genre Name="Native American" Category="Regional and National" />
  427.   <Genre Name="Neder-Pop" Category="Pop"/>
  428.   <Genre Name="Negerpunk" Category="Rock" />
  429.   <Genre Name="Neo-Folk" Category="Folk"/>
  430.   <Genre Name="Neo-Soul" Category="R&B"/>
  431.   <Genre Name="Neotraditional country" Category="Country"/>
  432.   <Genre Name="New Age" Category="Rock" />
  433.   <Genre Name="New Jack Swing" Category="R&B"/>
  434.   <Genre Name="New Prog" Category="Rock"/>
  435.   <Genre Name="New Romantic" Category="Pop"/>
  436.   <Genre Name="New Wave" Category="Rock"/>
  437.   <Genre Name="Noise" Category="Rock" />
  438.   <Genre Name="Noise Pop" Category="Pop"/>
  439.   <Genre Name="Northern Soul" Category="R&B"/>
  440.   <Genre Name="Nu Jazz" Category="Jazz"/>
  441.   <Genre Name="Nu Metal" Category="Rock"/>
  442.   <Genre Name="Oldies" Category="Rock" />
  443.   <Genre Name="Opera" Category="Other"/>
  444.   <Genre Name="Operatic Pop" Category="Pop"/>
  445.   <Genre Name="Other" Category="Other" />
  446.   <Genre Name="Outlaw Country" Category="Country"/>
  447.   <Genre Name="Paisley Underground" Category="Rock"/>
  448.   <Genre Name="Palm-Wine" Category="Afro-Pop"/>
  449.   <Genre Name="Paso Doble" Category="Ballroom"/>
  450.   <Genre Name="P-Funk" Category="R&B"/>
  451.   <Genre Name="Piano Blues" Category="Blues"/>
  452.   <Genre Name="Pinoy Pop" Category="Pop"/>
  453.   <Genre Name="Political Hip-Hop" Category="Hip-Hop & Rap"/>
  454.   <Genre Name="Polka" Category="Country" />
  455.   <Genre Name="Polsk Punk" Category="Rock" />
  456.   <Genre Name="Pop" Category="Pop"/>
  457.   <Genre Name="Pop Folk" Category="Rock" />
  458.   <Genre Name="Pop Punk" Category="Rock"/>
  459.   <Genre Name="Pop Rap" Category="Pop"/>
  460.   <Genre Name="Pop Rock" Category="Rock"/>
  461.   <Genre Name="Pop/Funk" Category="Rock" />
  462.   <Genre Name="Post-BritPop" Category="Rock"/>
  463.   <Genre Name="Post-Disco" Category="R&B"/>
  464.   <Genre Name="Post-Grunge" Category="Rock"/>
  465.   <Genre Name="Post-Hardcore" Category="Rock"/>
  466.   <Genre Name="Post-Punk" Category="Rock"/>
  467.   <Genre Name="Post-Rock" Category="Rock"/>
  468.   <Genre Name="Power Ballad" Category="Folk" />
  469.   <Genre Name="Power Metal" Category="Rock"/>
  470.   <Genre Name="Power Pop" Category="Rock"/>
  471.   <Genre Name="Pranks" Category="Other" />
  472.   <Genre Name="Primus" Category="Other" />
  473.   <Genre Name="Progressive Bluegrass" Category="Country"/>
  474.   <Genre Name="Progressive Country" Category="Country"/>
  475.   <Genre Name="Progressive Death Metal" Category="Rock"/>
  476.   <Genre Name="Progressive Electronic" Category="Electronic"/>
  477.   <Genre Name="Progressive Folk" Category="Folk"/>
  478.   <Genre Name="Progressive Metal" Category="Rock"/>
  479.   <Genre Name="Progressive Rock" Category="Rock"/>
  480.   <Genre Name="Progressive Trance" Category="Electronic"/>
  481.   <Genre Name="Psychedelic" Category="Electronic" />
  482.   <Genre Name="Psychedelic Pop" Category="Pop"/>
  483.   <Genre Name="Psychedelic Rock" Category="Rock"/>
  484.   <Genre Name="Psychedelic Trance" Category="Electronic"/>
  485.   <Genre Name="Psychobilly" Category="Rock"/>
  486.   <Genre Name="Punk" Category="Rock" />
  487.   <Genre Name="Punk Rock" Category="Rock"/>
  488.   <Genre Name="Quickstep" Category="Ballroom"/>
  489.   <Genre Name="R&B" Category="R&B" />
  490.   <Genre Name="Ragga" Category="Reggae"/>
  491.   <Genre Name="Rai" Category="Afro-Pop"/>
  492.   <Genre Name="Rap" Category="Rap" />
  493.   <Genre Name="Rap Metal" Category="Hip-Hop & Rap"/>
  494.   <Genre Name="Rap Rock" Category="Hip-Hop & Rap"/>
  495.   <Genre Name="Rapcore" Category="Hip-Hop & Rap"/>
  496.   <Genre Name="Rave" Category="Electronic"/>
  497.   <Genre Name="Reggae" Category="Reggae"/>
  498.   <Genre Name="Reggaefusion" Category="Reggae"/>
  499.   <Genre Name="Reggaeton" Category="Latin American"/>
  500.   <Genre Name="Retro" Category="Rock" />
  501.   <Genre Name="Revival" Category="Country" />
  502.   <Genre Name="Rhythmic Soul" Category="Rhythm and Blues" />
  503.   <Genre Name="Rock" Category="Rock"/>
  504.   <Genre Name="Rock and Roll" Category="Rock"/>
  505.   <Genre Name="Rock & Roll" Category="Rock" />
  506.   <Genre Name="Rock en Espa├▒ol" Category="Latin American"/>
  507.   <Genre Name="Rockabilly" Category="Country"/>
  508.   <Genre Name="Rocksteady" Category="Reggae"/>
  509.   <Genre Name="Rumba" Category="Ballroom"/>
  510.   <Genre Name="Russian Pop" Category="Pop"/>
  511.   <Genre Name="Sakara" Category="Afro-Pop"/>
  512.   <Genre Name="Salegy" Category="Afro-Pop"/>
  513.   <Genre Name="Salsa" Category="Latin American"/>
  514.   <Genre Name="Samba" Category="Latin American"/>
  515.   <Genre Name="Satire" Category="Other" />
  516.   <Genre Name="Scat" Category="Jazz"/>
  517.   <Genre Name="Schlager" Category="Regional and National"/>
  518.   <Genre Name="Screamo" Category="Rock"/>
  519.   <Genre Name="Shoegazer" Category="Rock"/>
  520.   <Genre Name="Ska" Category="Reggae"/>
  521.   <Genre Name="Slow Jam" Category="Rock" />
  522.   <Genre Name="Slow Rock" Category="Rock" />
  523.   <Genre Name="Sludge Metal" Category="Rock"/>
  524.   <Genre Name="Smooth Jazz" Category="Jazz"/>
  525.   <Genre Name="Soca" Category="Latin American"/>
  526.   <Genre Name="Soft Rock" Category="Rock"/>
  527.   <Genre Name="Son" Category="Latin American"/>
  528.   <Genre Name="Sonata" Category="Classical" />
  529.   <Genre Name="Sophisti-Pop" Category="Pop"/>
  530.   <Genre Name="Soukous" Category="Afro-Pop"/>
  531.   <Genre Name="Soul" Category="R&B"/>
  532.   <Genre Name="Soul Jazz" Category="Jazz"/>
  533.   <Genre Name="Soundtrack" Category="Other" />
  534.   <Genre Name="Southern Hip-Hop" Category="Hip-Hop & Rap"/>
  535.   <Genre Name="Southern Rock" Category="Rock"/>
  536.   <Genre Name="Space" Category="Electronic" />
  537.   <Genre Name="Space Age Pop" Category="Pop"/>
  538.   <Genre Name="Space Rock" Category="Rock"/>
  539.   <Genre Name="Speech" Category="Other" />
  540.   <Genre Name="Speed Metal" Category="Rock"/>
  541.   <Genre Name="Spiritual" Category="Religious"/>
  542.   <Genre Name="Squee" Category="Electronic"/>
  543.   <Genre Name="Sunshine Pop" Category="Pop"/>
  544.   <Genre Name="Surf Pop" Category="Pop"/>
  545.   <Genre Name="Surf Rock" Category="Rock"/>
  546.   <Genre Name="Swing" Category="Jazz"/>
  547.   <Genre Name="Symphonic Metal" Category="Rock"/>
  548.   <Genre Name="Symphonic Rock" Category="Rock" />
  549.   <Genre Name="Symphony" Category="Classical" />
  550.   <Genre Name="Synth-Pop" Category="Pop"/>
  551.   <Genre Name="Taarab" Category="Afro-Pop"/>
  552.   <Genre Name="Taiwanese Pop" Category="Pop"/>
  553.   <Genre Name="Tango" Category="Ballroom"/>
  554.   <Genre Name="Tech Trance" Category="Electronic"/>
  555.   <Genre Name="Technical Death Metal" Category="Rock"/>
  556.   <Genre Name="Techno" Category="Electronic"/>
  557.   <Genre Name="Techno-Industrial" Category="Electronic" />
  558.   <Genre Name="Teen Pop" Category="Pop"/>
  559.   <Genre Name="Tejano" Category="Latin American"/>
  560.   <Genre Name="Terror" Category="Rock" />
  561.   <Genre Name="Thai Pop" Category="Pop"/>
  562.   <Genre Name="Thrash Metal" Category="Rock"/>
  563.   <Genre Name="Thrashcore" Category="Rock"/>
  564.   <Genre Name="Top 40" Category="Rock" />
  565.   <Genre Name="Trad Jazz" Category="Jazz"/>
  566.   <Genre Name="Traditional Bluegrass" Category="Country"/>
  567.   <Genre Name="Traditional Folk" Category="Regional and National"/>
  568.   <Genre Name="Traditional Pop Music" Category="Pop"/>
  569.   <Genre Name="Trance" Category="Electronic"/>
  570.   <Genre Name="Tribal" Category="Regional and National" />
  571.   <Genre Name="Trip-Hop" Category="Electronic"/>
  572.   <Genre Name="Tropicalismo" Category="Latin American"/>
  573.   <Genre Name="Turkish Pop" Category="Pop"/>
  574.   <Genre Name="Turntablism" Category="Hip-Hop & Rap"/>
  575.   <Genre Name="UK Garage" Category="Electronic"/>
  576.   <Genre Name="Unblack Metal" Category="Rock"/>
  577.   <Genre Name="Uplifting" Category="Electronic"/>
  578.   <Genre Name="Viennese Waltz" Category="Ballroom"/>
  579.   <Genre Name="Vis-Pop" Category="Pop"/>
  580.   <Genre Name="Vocal" Category="Rock" />
  581.   <Genre Name="Vocal Jazz" Category="Jazz"/>
  582.   <Genre Name="Vocal Trance" Category="Electronic"/>
  583.   <Genre Name="Waltz" Category="Ballroom"/>
  584.   <Genre Name="Weld" Category="Rock"/>
  585.   <Genre Name="West Coast Hip-Hop" Category="Hip-Hop & Rap"/>
  586.   <Genre Name="West Coast Jazz" Category="Jazz"/>
  587.   <Genre Name="Western Country" Category="Country"/>
  588.   <Genre Name="Western Swing" Category="Country"/>
  589.   <Genre Name="Wonky Pop" Category="Pop"/>
  590.   <Genre Name="World Fusion" Category="Rock"/>
  591.   <Genre Name="Worldbeat" Category="Other"/>
  592.   <Genre Name="Zouk" Category="Latin American"/>
  593. </Genres>
  594. <Moods>
  595.   <Mood Name="Angry"/>
  596.   <Mood Name="Bewildered"/>
  597.   <Mood Name="Bouncy"/>
  598.   <Mood Name="Calm"/>
  599.   <Mood Name="Cheerful"/>
  600.   <Mood Name="Chill"/>
  601.   <Mood Name="Cold"/>
  602.   <Mood Name="Complacent"/>
  603.   <Mood Name="Comatose"/>
  604.   <Mood Name="Crazy"/>
  605.   <Mood Name="Crushed"/>
  606.   <Mood Name="Cynical"/>
  607.   <Mood Name="Groovy"/>
  608.   <Mood Name="Depressed"/>
  609.   <Mood Name="Dreamy"/>
  610.   <Mood Name="Drunk"/>
  611.   <Mood Name="Eclectic"/>
  612.   <Mood Name="Emotional"/>
  613.   <Mood Name="Energetic"/>
  614.   <Mood Name="Envious"/>
  615.   <Mood Name="Happy"/>
  616.   <Mood Name="Mellow"/>
  617.   <Mood Name="Morose"/>
  618.   <Mood Name="Quirky"/>
  619.   <Mood Name="Rockin"/>
  620.   <Mood Name="Sad"/>
  621.   <Mood Name="Soothing"/>
  622.   <Mood Name="Spooky"/>
  623.   <Mood Name="Sunday Brunch"/>
  624.   <Mood Name="Tranquil"/>
  625.   <Mood Name="Trippy"/>
  626.   <Mood Name="Upbeat"/>
  627.   <Mood Name="Wild"/>
  628.   <Mood Name="Work"/>
  629. </Moods>
  630. <Occasions>
  631.   <Occasion Name="Background"/>
  632.   <Occasion Name="Birthday"/>
  633.   <Occasion Name="Breakup"/>
  634.   <Occasion Name="Chillout"/>
  635.   <Occasion Name="Christmas"/>
  636.   <Occasion Name="Dance"/>
  637.   <Occasion Name="Dinner"/>
  638.   <Occasion Name="Hanging Out"/>
  639.   <Occasion Name="Heartache"/>
  640.   <Occasion Name="Holiday"/>
  641.   <Occasion Name="Late Night"/>
  642.   <Occasion Name="New Year"/>
  643.   <Occasion Name="Party"/>
  644.   <Occasion Name="Rain"/>
  645.   <Occasion Name="Rave"/>
  646.   <Occasion Name="Road"/>
  647.   <Occasion Name="Protest"/>
  648.   <Occasion Name="Romantic"/>
  649.   <Occasion Name="Sleep"/>
  650.   <Occasion Name="Seasonal"/>
  651.   <Occasion Name="Valentine"/>
  652.   <Occasion Name="Wake Up"/>
  653.   <Occasion Name="Wedding"/>
  654.   <Occasion Name="Work"/>
  655. </Occasions>
  656. <CustomTags>
  657. <Tag id="Album Artist Sort-Order" id3v23="TSO2" id3v24="TSO2" wma="ALBUMARTISTSORT" vorbisComments="ALBUMARTISTSORT" mpeg="soaa" ape2="AlbumArtistSort" /> 
  658. <Tag id="Album Sort-Order" id3v23="TSOA" id3v24="TSOA" wma="ALBUMSORT" vorbisComments="ALBUMSORT" mpeg="soal" ape2="AlbumSort" /> 
  659. <Tag id="Artist Sort-Order" id3v23="TSOP" id3v24="TSOP" wma="ARTISTSORT" vorbisComments="ARTISTSORT" mpeg="soar" ape2="ArtistSort" /> 
  660. <Tag id="Composer Sort-Order" id3v23="TSOC" id3v24="TSOC" wma="COMPOSERSORT" vorbisComments="COMPOSERSORT" mpeg="soco" ape2="ComposerSort" /> 
  661. <Tag id="Copyright" id3v23="TCOP" id3v24="TCOP" wma="Copyright" vorbisComments="COPYRIGHT" mpeg="cprt" ape2="Copyright" /> 
  662. <Tag id="Encoding Time" id3v23="TXXX/ENCODINGTIME" id3v24="TDEN" wma="WM/EncodingTime" vorbisComments="ENCODINGTIME" mpeg="ENCODINGTIME" ape2="EncodingTime" /> 
  663. <Tag id="Encoder Settings" id3v23="TSSE" id3v24="TSSE" wma="WM/EncodingSettings" vorbisComments="ENCODER SETTINGS" mpeg="ENCODERSETTINGS" ape2="EncoderSettings" /> 
  664. <Tag id="File Owner" id3v23="TOWN" id3v24="TOWN" wma="FILEOWNER" vorbisComments="FILEOWNER" mpeg="FILEOWNER" ape2="FileOwner" /> 
  665. <Tag id="File Type" id3v23="TFLT" id3v24="TFLT" wma="FILETYPE" vorbisComments="FILETYPE" mpeg="FILETYPE" ape2="FileType" /> 
  666. <Tag id="Initial Key" id3v23="TKEY" id3v24="TKEY" wma="WM/InitialKey" vorbisComments="INITIAL KEY" mpeg="INITIALKEY" ape2="InitialKey" /> 
  667. <Tag id="Involved People List" id3v23="TXXX/IPLS" id3v24="TIPL" wma="INVOLVEDPEOPLELIST" vorbisComments="INVOLVEDPEOPLELIST" mpeg="INVOLVEDPEOPLELIST" ape2="INVOLVEDPEOPLELIST" />
  668. <Tag id="ISRC" id3v23="TSRC" id3v24="TSRC" wma="WM/ISRC" vorbisComments="ISRC" mpeg="ISRC" ape2="ISRC" /> 
  669. <Tag id="iTunes Compilation" id3v23="TCMP" id3v24="TCMP" wma="COMPILATION" vorbisComments="COMPILATION" mpeg="cpil" ape2="COMPILATION" /> 
  670. <Tag id="Language" id3v23="TLAN" id3v24="TLAN" wma="WM/Language" vorbisComments="LANGUAGE" mpeg="LANGUAGE" ape2="Language" /> 
  671. <Tag id="Location" id3v23="TXXX/LOCATION" id3v24="TXXX/LOCATION" wma="LOCATION" vorbisComments="LOCATION" mpeg="LOCATION" ape2="Location" /> 
  672. <Tag id="Media Type" id3v23="TMED" id3v24="TMED" wma="MEDIATYPE" vorbisComments="SOURCE MEDIUM" mpeg="MEDIATYPE" ape2="MediaType" /> 
  673. <Tag id="Mix Artist" id3v23="TPE4" id3v24="TPE4" wma="MIXARTIST" vorbisComments="MIXARTIST" mpeg="MIXARTIST" ape2="MIXARTIST" /> 
  674. <Tag id="Musician Credits List" id3v23="TXXX/TMCL" id3v24="TMCL" wma="MUSICIANCREDITSLIST" vorbisComments="MUSICIANCREDITSLIST" mpeg="MUSICIANCREDITSLIST" ape2="MUSICIANCREDITSLIST" />
  675. <Tag id="Net Radio Owner" id3v23="TRSO" id3v24="TRSO" wma="NETRADIOOWNER" vorbisComments="NET RADIO OWNER" mpeg="NETRADIOOWNER" ape2="NetRadioOwner" /> 
  676. <Tag id="Net Radio Station" id3v23="TRSN" id3v24="TRSN" wma="NETRADIOSTATION" vorbisComments="NET RADIO STATION" mpeg="NETRADIOSTATION" ape2="NetRadioStation" /> 
  677. <Tag id="Original Album" id3v23="TOAL" id3v24="TOAL" wma="WM/OriginalAlbumTitle" vorbisComments="ORIGALBUM" mpeg="ORIGALBUM" ape2="OrigAlbum"/> 
  678. <Tag id="Original Artist" id3v23="TOPE" id3v24="TOPE" wma="WM/OriginalArtist" vorbisComments="ORIGARTIST" mpeg="ORIGARTIST" ape2="OrigArtist" /> 
  679. <Tag id="Original Lyricst" id3v23="TOLY" id3v24="TOLY" wma="WM/OriginalLyricist" vorbisComments="ORIGLYRICIST" mpeg="ORIGLYRICIST" ape2="OrigLyricist" /> 
  680. <Tag id="Original Year" id3v23="TORY" id3v24="TDOR" wma="WM/OriginalReleaseYear" vorbisComments="ORIGYEAR" mpeg="ORIGYEAR" ape2="OrigYear" /> 
  681. <Tag id="Set Subtitle" id3v23="TXXX/TSST" id3v24="TSST" wma="SetSubTitle" vorbisComments="SETSUBTITLE" mpeg="SETSUBTITLE" ape2="SetSubtitle" /> 
  682. <Tag id="Subtitle" id3v23="TIT3" id3v24="TIT3" wma="WM/SubTitle" vorbisComments="SUBTITLE" mpeg="SUBTITLE" ape2="Subtitle" /> 
  683. <Tag id="Title Sort-Order" id3v23="TSOT" id3v24="TSOT" wma="TITLESORT" vorbisComments="TITLESORT" mpeg="sonm" ape2="TitleSort" /> 
  684. <Tag id="WWW Artist" id3v23="WOAR" id3v24="WOAR" wma="WM/AuthorURL" vorbisComments="WWWARTIST" mpeg="WWWARTIST" ape2="WWWArtist" /> 
  685. <Tag id="WWW Audio File" id3v23="WOAF" id3v24="WOAF" wma="WM/AudioFileURL" vorbisComments="WWWAUDIOFILE" mpeg="WWWAUDIOFILE" ape2="WWWAudioFile" /> 
  686. <Tag id="WWW Commerical Info" id3v23="WCOM" id3v24="WCOM" wma="WM/PromotionURL" vorbisComments="WWWCOMMERCIALINFO" mpeg="WWWCOMMERCIALINFO" ape2="WWWCommercialInfo" /> 
  687. <Tag id="WWW Copyright" id3v23="WCOP" id3v24="WCOP" wma="CopyrightURL" vorbisComments="WWWCOPYRIGHT" mpeg="WWWCOPYRIGHT" ape2="WWWCopyright" /> 
  688. <Tag id="WWW Publisher" id3v23="WPUB" id3v24="WPUB" wma="WWWPUBLISHER" vorbisComments="WWWPUBLISHER" mpeg="WWWPUBLISHER" ape2="WWWPublisher" /> 
  689. <Tag id="WWW Radio Page" id3v23="WORS" id3v24="WORS" wma="WWWRADIO" vorbisComments="WWWRADIO" mpeg="WWWRADIO" ape2="WWWRadio" />
  690. </CustomTags>
  691. </Configuration>