]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.ggo
Replace struct table_info by struct afs_table.
[paraslash.git] / server.ggo
index 2c3ff1d0970258d1ddce7471ce4222f87cf6d508..b64aaa3ca53deee1069ee2d88ef885f22d0debbe 100644 (file)
@@ -132,10 +132,45 @@ option "selector" S
        string typestr="name"
        optional
 
        string typestr="name"
        optional
 
+#############################
+section "audio file selector"
+#############################
 
 
+option "afs_database_dir" D
+#~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
-section "mysql selector:"
-#~~~~~~~~~~~~~~~~~~~~~~~~
+"Directory containing the osl database of the
+audio file selector.
+(default='~/.paraslash/afs_database'"
+
+       string typestr="path"
+       optional
+
+
+option "afs_socket" s
+#~~~~~~~~~~~~~~~~~~~~
+
+"Command socket for the audio file selector"
+
+       string typestr="path"
+       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"
+#~~~~~~~~~~~~~~~~~~~~~~~
 
 
 option "mysql_host" -
 
 
 option "mysql_host" -