X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;h=f0e5bb0410ea09b32b4efb5e0462333162954521;hp=4f6e05b290a2d0ea4cb1c4f61032124e8666b834;hb=8a88deb451d54f9c80569393661765570f801c13;hpb=cbef31a5d0b06802f55f6de4867e27cc6f92fd79 diff --git a/server.ggo b/server.ggo index 4f6e05b2..f0e5bb04 100644 --- a/server.ggo +++ b/server.ggo @@ -132,7 +132,46 @@ 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 "mood" m +#~~~~~~~~~~~~~~ + +"Mood to load on startup." + + string typestr="mood_name" + optional + +option "playlist" P +#~~~~~~~~~~~~~~ + +"Playlist to load on startup. Ignored if +--mood is given as well." + + string typestr="playlist_name" + optional section "mysql selector" #~~~~~~~~~~~~~~~~~~~~~~~