]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.ggo
FEATURES: Update.
[paraslash.git] / server.ggo
index dedb0e864ea49d5a57b78885214536a757e0dc6d..f0e5bb0410ea09b32b4efb5e0462333162954521 100644 (file)
@@ -132,6 +132,20 @@ 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
 #~~~~~~~~~~~~~~~~~~~~
@@ -142,6 +156,23 @@ option "afs_socket" s
        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"
 #~~~~~~~~~~~~~~~~~~~~~~~