]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.ggo
[DCCP]: Use 8000 as port.
[paraslash.git] / server.ggo
index 650dcf0e69634ee25a0c9de8154e4a0130ba8e49..19c8bd9bcb30e6db47b8296968fffffd4eab1fc5 100644 (file)
@@ -124,14 +124,6 @@ option "announce_time" A
        optional
 
 
-option "selector" S
-#~~~~~~~~~~~~~~~~~~
-
-"(default=random)"
-
-       string typestr="name"
-       optional
-
 #############################
 section "audio file selector"
 #############################
@@ -160,17 +152,16 @@ option "afs_initial_mode" i
 #~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 "Mood or playlist to load on startup. Must be
-prefixed with either 'p:' or 'm:' to indicate
+prefixed with either 'p/' or 'm/' to indicate
 whether a playlist or a mood should be
 loaded. Example:
-       --afs_initial_mode p:foo
+       --afs_initial_mode p/foo
 loads the playlist named 'foo'."
 
-       string typestr="aspecifier>:<name>"
+       string typestr="<specifier>/<name>"
        optional
 
 
-
 section "http sender"
 #~~~~~~~~~~~~~~~~~~~~
 
@@ -237,7 +228,7 @@ option "dccp_port" -
 "port for dccp streaming"
 
        int typestr="portnumber"
-       default="5001"
+       default="8000"
        optional