chiark / gitweb /
Obsolete 'TODO'. Use the bug tracker instead.
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 17 Jan 2010 15:04:09 +0000 (15:04 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 17 Jan 2010 15:04:09 +0000 (15:04 +0000)
README.raw now points out that raw players are used by default.

Makefile.am
README.raw
TODO [deleted file]

index 501f344842485420a9bf423a10ba47a6b8131e28..b41014f52b6b97dc04fb1b567632208878d5b588 100644 (file)
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-EXTRA_DIST=TODO CHANGES.html README.streams BUGS \
+EXTRA_DIST=CHANGES.html README.streams BUGS \
 README.upgrades README.client README.raw README.vhost README.developers
 SUBDIRS=@subdirs@
 
index a2da62306e30efd4e501aaf53846b681abd56d75..6ddeb8b26ff78a8b67145bb5d570fdc4523663c9 100644 (file)
@@ -13,16 +13,16 @@ The purpose of raw format players is:
 
 ** Usage
 
+By default, built-in raw-format players are used for several encodings, so you
+do not need to do anything.
+
+*** Use with libao
+
 To use raw format, use the execraw module and make the command choose the
 "disorder" libao driver.  You may need to link the driver from wherever
 DisOrder installs it (e.g. /usr/local/lib/ao/plugins-2) to where libao will
 look for it (e.g. /usr/lib/ao/plugins-2 or /sw/lib/ao/plugins-2).
 
-You should pass the "fragile" option to ogg123.  This is because ogg123 ignores
-write errors!
-
-mpg321 does not appear to have this bug.
-
 For _non_ raw players it is advisable to use the new --wait-for-device option.
 This repeatedly tries to open the audio device before starting the player
 proper.  It times out after a couple of seconds.
diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index e15c225..0000000
--- a/TODO
+++ /dev/null
@@ -1,25 +0,0 @@
--*-outline-*-
-
-* plugins
-
-** configuration
-
-Allow plugins to be configured via the main config file somehow.
-
-* web interface
-
-** language choice
-
-Parse HTTP_ACCEPT_LANGUAGE and use it to choose template subdirectory.
-I might leave this until I hear that someone actually wants a
-multilingual jukebox.
-
-** rearrange queue
-
-Needs thought on how to design the interface.
-
-** improve volume control
-
-** templates
-
-Build defaults into program to save file IO.