X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=54aea85a9738bdf398ee047ec151616574f28c56;hp=4f6e05b290a2d0ea4cb1c4f61032124e8666b834;hb=d330cf697501c14bb696256cb27c9e69b9edf3f4;hpb=08bec43bc927c6b2383d92dce3935df8121ea124 diff --git a/server.ggo b/server.ggo index 4f6e05b2..54aea85a 100644 --- a/server.ggo +++ b/server.ggo @@ -132,7 +132,29 @@ 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 section "mysql selector" #~~~~~~~~~~~~~~~~~~~~~~~