X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/a8161466d71d155152affeb9bf5c3ffa2cdbdb0d..16e145a5cf55ff3826656faedfba13460e4ab28b:/doc/disobedience.1.in diff --git a/doc/disobedience.1.in b/doc/disobedience.1.in index e989c61..d48640b 100644 --- a/doc/disobedience.1.in +++ b/doc/disobedience.1.in @@ -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. @@ -224,6 +229,19 @@ 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 > .disorder/passwd +echo connect >> .disorder/passwd +chmod 600 .disorder/passwd +.fi +.RE .SH "SEE ALSO" .BR disorder_config (5) .PP