]> git.parisson.com Git - deefuzzer.git/commitdiff
Fixed XML
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 7 Sep 2007 16:19:48 +0000 (16:19 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 7 Sep 2007 16:19:48 +0000 (16:19 +0000)
myfuzz.xml

index 597b54f059a3cd29b67cf8fe6dad56a0e47ad937..36faf7c485a91434e98fb9b3a699b16fac3b626e 100644 (file)
@@ -1,36 +1,25 @@
-<!-- This is an xml config file for d-fuzz 
-     see http://parisson.com/d-fuzz/ for more details
--->
-
 <station>
     <infos>
-        <!-- The short name of your station -->
         <short_name>Cellar_Playlist</short_name>
-        <!-- The title of your station -->
         <name>Cellar @ D-Fuzz, Paris (100% Mix Techno, House and Groove !)</name>
-        <!-- The title of your station -->
         <description>The Best Techno, House and Groove Stuff from Paris - 100% Mix !</description>
-        
-        <url_info>http://cellar.parisson.com</url_info>
+        <url>http://cellar.parisson.com</url>
         <genre>Techno/House</genre>
-        <!-- The number of channels for your station -->
         <channels>2</channels>
     </infos>
     <server>
-        <!-- Icecast2 server -->
         <host>localhost</host>
         <port>8000</port>
+        <mountpoint>/d-fuzz_1.mp3</mountpoint>
         <sourcepassword>source2parisson</sourcepassword>
         <public>1</public>
     </server>
     <media>
-        <media_dir>/mnt/data/Music/Air/</media_dir>
-        <!-- mp3 or ogg -->
+        <dir>/home/momo/music/mp3/Birdy Nam Nam/tmp</dir>
         <format>mp3</format>
         <bitrate>192</bitrate>
         <ogg_quality>7</ogg_quality>
         <samplerate>44100</samplerate>
-        <!-- The number of voices per channel (1 for mono, 2 for stereo, etc...) -->
         <voices>2</voices>
     </media>
 </station>