afs: Replace DATABASE_DIR by a runtime config option.
[paraslash.git] / server.ggo
index dedb0e864ea49d5a57b78885214536a757e0dc6d..54aea85a9738bdf398ee047ec151616574f28c56 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
 #~~~~~~~~~~~~~~~~~~~~