]> git.parisson.com Git - deefuzzer.git/commitdiff
Changed default for appendtype to 0 (from 1)
authorachbed <github@achbed.org>
Fri, 30 Jan 2015 09:22:02 +0000 (03:22 -0600)
committerachbed <github@achbed.org>
Fri, 30 Jan 2015 09:22:02 +0000 (03:22 -0600)
Signed-off-by: achbed <github@achbed.org>
deefuzzer/station.py
example/deefuzzer_doc.xml

index d91477923435f3d47eb1c656f00e9bce2377b3c4..c926f11803c9a08a3772b16e04aa24601664eec6 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+    #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2006-2011 Guillaume Pellerin
@@ -74,7 +74,7 @@ class Station(Thread):
     relay_mode = 0
     record_mode = 0
     run_mode = 1
-    appendtype = 1
+    appendtype = 0
     feeds_json = 0
     feeds_rss = 1
     feeds_mode = 1
index 20b68d0f6631aa89039eb4f7b45e4027aa5d583f..93ed50d3a3dac9c19ebd7f61af19ffb855e34943 100644 (file)
             <!-- The type of the server (icecast or stream-m) -->
             <type>icecast</type>
             <!-- If '1', the media format will be appended to the mount name (ie, /mount.mp3 instead of /mount).  
-                 '0' will leave the mount name alone.  Used only for icecast streams -->
-            <appendtype>1</appendtype>
+                 '0' will leave the mount name alone.  Default is 0.  Used only for icecast streams -->
+            <appendtype>0</appendtype>
         </server>
         <twitter>
             <!-- Your twitter username -->