X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=b64aaa3ca53deee1069ee2d88ef885f22d0debbe;hp=4f6e05b290a2d0ea4cb1c4f61032124e8666b834;hb=53d503ce;hpb=08bec43bc927c6b2383d92dce3935df8121ea124 diff --git a/server.ggo b/server.ggo index 4f6e05b2..b64aaa3c 100644 --- a/server.ggo +++ b/server.ggo @@ -132,7 +132,42 @@ option "selector" S string typestr="name" optional +############################# +section "audio file selector" +############################# +option "afs_database_dir" D +#~~~~~~~~~~~~~~~~~~~~~~~~~~ + +"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" #~~~~~~~~~~~~~~~~~~~~~~~