From 3b1b5e71535b960c3ceb1b54e97157b022dcbd14 Mon Sep 17 00:00:00 2001 Message-Id: <3b1b5e71535b960c3ceb1b54e97157b022dcbd14.1714061168.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 17 Jan 2010 15:04:09 +0000 Subject: [PATCH] Obsolete 'TODO'. Use the bug tracker instead. Organization: Straylight/Edgeware From: Richard Kettlewell README.raw now points out that raw players are used by default. --- Makefile.am | 2 +- README.raw | 10 +++++----- TODO | 25 ------------------------- 3 files changed, 6 insertions(+), 31 deletions(-) delete mode 100644 TODO diff --git a/Makefile.am b/Makefile.am index 501f344..b41014f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # along with this program. If not, see . # -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@ diff --git a/README.raw b/README.raw index a2da623..6ddeb8b 100644 --- a/README.raw +++ b/README.raw @@ -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 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. -- [mdw]