X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/ce6c36be6c2df99afd01a7a602debb321322e113..2a10b70b1cdbd55e9f2c26ed52dcff5255cd6e96:/doc/disorder_config.5.in diff --git a/doc/disorder_config.5.in b/doc/disorder_config.5.in index 4cde04f..9009624 100644 --- a/doc/disorder_config.5.in +++ b/doc/disorder_config.5.in @@ -142,6 +142,12 @@ automatically included, but should include the proper extension. .IP The default is \fB{/artist}{/album}{/title}{ext}\fR. .TP +.B authorization_algorthm \fIALGORITHM\fR +Defines the algorithm used to authenticate clients. The valid options +are sha1 (the default), sha256, sha384 and sha512. See +.BR disorder_protocol (5) +for more details. +.TP .B broadcast \fIADDRESS\fR \fIPORT\fR Transmit sound data to \fIADDRESS\fR using UDP port \fIPORT\fR. This implies \fBspeaker_backend network\fR. @@ -247,7 +253,7 @@ them. See the example config file for the defaults. Set the recan subprocess priority. The default is 10. .IP (Note that higher values mean the process gets less CPU time; UNIX priority -values are the backwards.) +values are backwards.) .TP .B nice_server \fIPRIORITY\fR Set the server priority. This is applied to the server at startup time (and @@ -262,6 +268,10 @@ is not massively CPU intensive by today's standards but depends on reasonably timely scheduling. If you have limited CPU then it might help to set this to a small negative value. The default is 0. .TP +.B noticed_history +The maximum days that a track can survive in the database of newly added +tracks. The default is 31. +.TP .B player \fIPATTERN\fR \fIMODULE\fR [\fIOPTIONS.. [\fB--\fR]] \fIARGS\fR... Specifies the player for files matching the glob \fIPATTERN\fR. \fIMODULE\fR specifies which plugin module to use.