]> git.parisson.com Git - deefuzzer.git/commitdiff
Added examples for appendtype
authorachbed <github@achbed.org>
Wed, 19 Nov 2014 17:00:24 +0000 (11:00 -0600)
committerachbed <github@achbed.org>
Wed, 19 Nov 2014 17:00:24 +0000 (11:00 -0600)
Signed-off-by: achbed <github@achbed.org>
example/deefuzzer.json
example/deefuzzer.xml
example/deefuzzer.yaml
example/deefuzzer_doc.xml

index fd4acfed79810eddbdd8eab5283661edd9ec387d..caca5f62789c5f51fe39f05fac937ffd0823d45c 100644 (file)
@@ -49,7 +49,8 @@
                 "port": 8000,
                 "public": 0,
                 "sourcepassword": "icecast_source_password",
-                "type": "icecast"
+                "type": "icecast",
+                                                               "appendtype": 1
             },
             "twitter": {
                 "key": "you access token key",
index c3f48bf3ef68176d539c66d08e3f52d88e8fa749..9db8985ae32a47261d22f1b41f087253199ab666 100644 (file)
@@ -49,6 +49,7 @@
             <public>0</public>
             <sourcepassword>icecast_source_password</sourcepassword>
             <type>icecast</type>
+                                               <appendtype>1</appendtype>
         </server>
         <twitter>
             <key>your access token key</key>
index d663020015a7dbbfba454bad47371f8405737b59..8e720687d8617ef68ea1256c8b7339062dbdb783 100644 (file)
@@ -40,7 +40,7 @@ deefuzzer:
              mountpoint: monitor,
              port: 8000, public: 0,
              sourcepassword: icecast_source_password,
-             type: icecast}
+             type: icecast, appendtype: 1}
 
     twitter: {key: 'your access token key',
               mode: 0, secret: 'your acess token secret key',
index aa915becb3d13b18347335320dba78001eb90dd0..cc7190cd90d99b71c62a36387e4dec816309e409 100644 (file)
@@ -94,6 +94,9 @@
             <sourcepassword>icecast_source_password</sourcepassword>
             <!-- 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>
         </server>
         <twitter>
             <!-- Your twitter username -->