From 8c37e83b20f1cc1d862e6a97baf0d921c4bdee41 Mon Sep 17 00:00:00 2001 Message-Id: <8c37e83b20f1cc1d862e6a97baf0d921c4bdee41.1715663431.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 12 Apr 2009 15:35:46 +0100 Subject: [PATCH] --wait-for-device is now deprecated. Organization: Straylight/Edgeware From: Richard Kettlewell --- README.upgrades | 3 +++ doc/disorder_config.5.in | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README.upgrades b/README.upgrades index cbe8637..8da7e31 100644 --- a/README.upgrades +++ b/README.upgrades @@ -25,6 +25,9 @@ but have not yet confirmed their login. You can delete such half-created users with 'disorder deluser USERNAME' (as an administrative user, for instance as root on the server) and they can start the registration process again. +The player --wait-for-device option is deprecated and will be removed in a +future version. + * 3.0 -> 4.x If you customized any of the templates, you will pretty much have to start from diff --git a/doc/disorder_config.5.in b/doc/disorder_config.5.in index 1813152..85b508f 100644 --- a/doc/disorder_config.5.in +++ b/doc/disorder_config.5.in @@ -565,6 +565,10 @@ The following options are supported: .RS .TP .B \-\-wait\-for\-device\fR[\fB=\fIDEVICE\fR] +\fBThis option is deprecated\fR. +If you want gapless play use raw-format players and the speaker process instead. +(This the default in any case.) +.IP Waits (for up to a couple of seconds) for the default, or specified, libao device to become openable. .TP -- [mdw]