]> git.parisson.com Git - telecaster-cgi.git/commitdiff
FIXME: need 2 stations now
authoryomguy <yomguy@parisson.com>
Mon, 13 Feb 2012 16:29:01 +0000 (17:29 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 13 Feb 2012 16:29:01 +0000 (17:29 +0100)
conf/etc/telecaster/deefuzzer.xml

index 4ad00d7a0a4c517a8b7d1db49b2166ebd6fe253e..3df370d223fd21192d43ac226317e8479d9cee45 100644 (file)
@@ -11,6 +11,7 @@
             <genre>Vocal</genre>
         </infos>
         <server>
+            <type>icecast</type>
             <host>127.0.0.1</host>
             <port>8000</port>
             <sourcepassword>source2parisson</sourcepassword>
@@ -41,7 +42,7 @@
             <shuffle>1</shuffle>
         </jingles>
         <control>
-            <mode>0</mode>
+            <mode>1</mode>
             <port>1234</port>
         </control>
         <relay>
         </record>
     </station>
 
+    <station>
+        <infos>
+            <short_name>telecaster_live_safe</short_name>
+            <name>TeleCaster Localhost Live Safe Recorder</name>
+            <description>TeleCaster safe local live audio record</description>
+            <url>http://parisson.com</url>
+            <genre>Vocal</genre>
+        </infos>
+        <server>
+            <type>icecast</type>
+            <host>parisson.com</host>
+            <port>8000</port>
+            <sourcepassword>source2parisson</sourcepassword>
+            <public>0</public>
+        </server>
+        <media>
+            <dir>/home/telecaster/media/mp3</dir>
+            <format>mp3</format>
+            <bitrate>96</bitrate>
+            <ogg_quality>7</ogg_quality>
+            <samplerate>44100</samplerate>
+            <voices>2</voices>
+            <shuffle>1</shuffle>
+        </media>
+        <rss>
+            <dir>/var/www/rss</dir>
+            <enclosure>0</enclosure>
+        </rss>
+        <twitter>
+            <mode>0</mode>
+            <key>76728330-OjKgbHtn4II86Ad7pNUGEzfNAkGTW5Wvw38qUmLE</key>
+            <secret>4egZs1dSM37XVY8zXa016Yueku2fleXF2bx8k25V4</secret>
+            <tags>bla bla</tags>
+        </twitter>
+        <jingles>
+            <mode>0</mode>
+            <dir>/path/to/jingles</dir>
+            <shuffle>1</shuffle>
+        </jingles>
+        <control>
+            <mode>1</mode>
+            <port>1235</port>
+        </control>
+        <relay>
+            <mode>1</mode>
+            <url>http://127.0.0.1:8000/telecaster_live.mp3</url>
+            <author>Parisson</author>
+        </relay>
+        <record>
+            <mode>0</mode>
+            <dir>/home/telecaster/trash</dir>
+        </record>
+    </station>
+
+
 </deefuzzer>