X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/863c04fa8ce2a83c22ad7a68c3b2723f742fa0ff..439409a38051cc8ec6c04de4faf8aa29d7468936:/doc/disorder_config.5.in?ds=sidebyside diff --git a/doc/disorder_config.5.in b/doc/disorder_config.5.in index ef3a70f..0c8f7c8 100644 --- a/doc/disorder_config.5.in +++ b/doc/disorder_config.5.in @@ -325,7 +325,6 @@ For \fBapi oss\fR the possible values are: .RS .TP 8 .B pcm - Output level for the audio device. This is probably what you want and is the default. .TP @@ -457,6 +456,10 @@ The default is 0. .IP For \fBapi coreaudio\fR, volume setting is not currently supported. .TP +.B mount_rescan yes\fR|\fBno +Determines whether mounts and unmounts will cause an automatic rescan. +The default is \fByes\fR. +.TP .B multicast_loop yes\fR|\fBno Determines whether multicast packets are loop backed to the sending host. The default is \fByes\fR. @@ -609,9 +612,6 @@ Identical to the \fBexec\fR except that the player is expected to use the DisOrder raw player protocol. .BR disorder-decode (8) can decode several common audio file formats to this format. -If your favourite format is not supported, but you have a player -which uses libao, there is also a libao driver which supports this format; -see below for more information about this. .TP .B shell \fR[\fISHELL\fR] \fICOMMAND\fR The command is executed using the shell. @@ -808,8 +808,14 @@ This must be set if you have online registration enabled. .TP .B refresh \fISECONDS\fR Specifies the maximum refresh period in seconds. +The refresh period is the time after which the web interface's queue and manage +pages will automatically reload themselves. Default 15. .TP +.B refresh_min \fISECONDS\fR +Specifies the minimum refresh period in seconds. +Default 1. +.TP .B sendmail \fIPATH\fR The path to the Sendmail executable. This must support the \fB-bs\fR option (Postfix, Exim and Sendmail should all @@ -864,25 +870,6 @@ longer needs to be specified. .IP This must be the full URL, e.g. \fBhttp://myhost/cgi-bin/jukebox\fR and not \fB/cgi-bin/jukebox\fR. -.SH "LIBAO DRIVER" -.SS "Raw Protocol Players" -Raw protocol players are expected to use the \fBdisorder\fR libao driver. -Programs that use libao generally have command line options to select the -driver and pass options to it. -.SS "Driver Options" -The known driver options are: -.TP -.B fd -The file descriptor to write to. -If this is not specified then the driver looks like the environment -variable \fBDISORDER_RAW_FD\fR. -If that is not set then the default is 1 (i.e. standard output). -.TP -.B fragile -If this is set to a nonzero value then the driver will call \fB_exit\fR(2) if a -write to the output file descriptor fails. -This is a workaround for buggy players such as \fBogg123\fR that ignore -write errors. .SH "REGEXP SUBSTITUTION RULES" Regexps are PCRE regexps, as defined in \fBpcrepattern\fR(3). The only option used is \fBPCRE_UTF8\fR.