aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.conf.5
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-07-26 20:51:50 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-07-26 20:51:50 +0000
commit8dcc3d31ac92e0eb632f17bd6ccf5c34fa08106d (patch)
treea584b0472482591f0ddbfeb558f2fd91c4e8e0ba /doc/mpd.conf.5
parent907fe56029ead527a439127d39e54c9283b5d65e (diff)
downloadmpd-8dcc3d31ac92e0eb632f17bd6ccf5c34fa08106d.tar.gz
mpd-8dcc3d31ac92e0eb632f17bd6ccf5c34fa08106d.tar.xz
mpd-8dcc3d31ac92e0eb632f17bd6ccf5c34fa08106d.zip
Remove the fifo plugin. It's currently useless for the average user, and making it more presentable isn't something I'm willing to do before 0.12. It will likely be added back after 0.12, along with some very experimental stuff to make it more usable.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4472 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r--doc/mpd.conf.511
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index 809ea8dc7..8e9dc0ea9 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -257,17 +257,6 @@ default is "".
This specifies how many bytes to write to the audio device at once. This
parameter is to work around a bug in older versions of libao on sound cards
with very small buffers. The default is 1024.
-.SH REQUIRED FIFO OUTPUT PARAMETERS
-.TP
-.B path <path>
-This specifies the path of the FIFO to output to. Must be an absolute path.
-If the path does not exist it will be created when mpd is started, and removed
-when mpd is stopped. The FIFO will be created with the same user and group as
-mpd is running as. Default permissions can be modified by using the builtin
-shell command "umask". If a FIFO already exists at the specified path it will
-be reused, and will \fBnot\fP be removed when mpd is stopped. You can use the
-"mkfifo" command to create this, and then you may modify the permissions to
-your liking.
.SH REQUIRED SHOUT OUTPUT PARAMETERS
.TP
.B name <name>