chiark / gitweb /
right click on directories in choose tab
[disorder] / doc / disobedience.1.in
index 75fc8673bf4f4511d0ac5d896965684d633bcf79..d48640b76a0a762ba93437c7117214f3bebee4ae 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+.\" Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
 .\"
 .\" This program is free software; you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
@@ -178,6 +178,11 @@ The Random checkbox determines whether the track will be picked at random.
 Random play is enabled for every track by default, but it can be turned off
 here.
 .PP
+The double-headed arrow to the right of each preference will propagate its
+value to all the other tracks in the window.  For instance, this can be used to
+efficiently correct the artist or album fields, or bulk-disable random play for
+many tracks.
+.PP
 Press "OK" to confirm all changes and close the window, "Apply" to confirm
 changes but keep the window open and "Cancel" to close the window and discard
 all changes.
@@ -210,6 +215,33 @@ This an odd-numbered row in the queue or recently played track list.
 .TP
 .B disobedience.*.row-even
 This an even-numbered row in the queue or recently played track list.
+.SH CONFIGURATION
+If you are using
+.B disobedience
+on the same host as the server then no additional configuration should be
+required.
+.PP
+If it is running on a different host then the server will need a
+.B listen
+directive in its configuration and the clien a matching
+.B connect
+directive.  Also the client will need user passwords, either in
+.IR pkgconfdir/config. USER
+or
+.IR ~ USER /.disorder.passwd .
+.PP
+You might use commands such as the following to set up a standalone instance of
+Disobedience:
+.PP
+.RS
+.nf
+cd
+mkdir .disorder
+echo password <your password> > .disorder/passwd
+echo connect <hostname> <port> >> .disorder/passwd
+chmod 600 .disorder/passwd
+.fi
+.RE
 .SH "SEE ALSO"
 .BR disorder_config (5)
 .PP
@@ -220,4 +252,3 @@ This an even-numbered row in the queue or recently played track list.
 .\" mode:nroff
 .\" fill-column:79
 .\" End:
-.\" arch-tag:PmkAKyNwF7gDXfzSQ9GnYg