X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.ggo;fp=server.ggo;h=f6ebc17239794e1d9a9ddedfbb8fca5efe6432c9;hp=b64aaa3ca53deee1069ee2d88ef885f22d0debbe;hb=8978f426314b107c55a652e0151397fdab2f003e;hpb=08a1de75a3a83c728d97a3c4ff182553adbda8cc diff --git a/server.ggo b/server.ggo index b64aaa3c..f6ebc172 100644 --- a/server.ggo +++ b/server.ggo @@ -169,88 +169,6 @@ loads the playlist named 'foo'." string typestr="name" optional -section "mysql selector" -#~~~~~~~~~~~~~~~~~~~~~~~ - - -option "mysql_host" - -#~~~~~~~~~~~~~~~~~~~~ - -"mysql server" - - string typestr="ip or hostname" - default="localhost" - optional - -option "mysql_port" - -#~~~~~~~~~~~~~~~~~~~~ - -"where mysql is listening" - - int typestr="portnumber" - default="3306" - optional - - -option "mysql_user" - -#~~~~~~~~~~~~~~~~~~~~ - -"default value: username from /etc/passwd" - - string typestr="username" - optional - -option "mysql_passwd" - -#~~~~~~~~~~~~~~~~~~~~~~ - -"(required)" - - string - optional - -option "mysql_database" - -#~~~~~~~~~~~~~~~~~~~~~~~~ - -"name of mysql database" - - string - default="paraslash" - optional - -option "mysql_audio_file_dir" - -#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -"dir to search for audio files (required)" - - string typestr="dirname" - optional - -option "mysql_default_score" - -#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -"scoring rule to use if stream definition -does not contain explicit score definition" - - string - default="(LASTPLAYED() / 1440 - 1000 / (LASTPLAYED() + 1) - sqrt(NUMPLAYED()))" - optional - - - - -section "random selector" -#~~~~~~~~~~~~~~~~~~~~~~~~ - - -option "random_dir" - -#~~~~~~~~~~~~~~~~~~~~ - -"dir to search for audio files" - string typestr="dirname" - default="/home/music" - optional - - section "http sender"