]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.ggo
Fix off-by-one bug in chunktable saving.
[paraslash.git] / server.ggo
index 54aea85a9738bdf398ee047ec151616574f28c56..b64aaa3ca53deee1069ee2d88ef885f22d0debbe 100644 (file)
@@ -156,6 +156,19 @@ option "afs_socket" s
        default="/var/paraslash/afs_command_socket"
        optional
 
+option "afs_initial_mode" i
+#~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+"Mood or playlist to load on startup. Must be
+prefixed with either 'p:' or 'm:' to indicate
+whether a playlist or a mood should be
+loaded. Example:
+       --afs_initial_mode p:foo
+loads the playlist named 'foo'."
+
+       string typestr="name"
+       optional
+
 section "mysql selector"
 #~~~~~~~~~~~~~~~~~~~~~~~