diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-22 00:25:46 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-22 00:25:46 +0000 |
commit | c4d1344f8c9ca6398317135173a01d423d315f63 (patch) | |
tree | 9a645c79b85f30ea485e921d007d60c4c8b287fb /doc/mpd.conf.5 | |
parent | c379533ba9850ab29fd28a849cf5b9a07820c196 (diff) | |
download | mpd-c4d1344f8c9ca6398317135173a01d423d315f63.tar.gz mpd-c4d1344f8c9ca6398317135173a01d423d315f63.tar.xz mpd-c4d1344f8c9ca6398317135173a01d423d315f63.zip |
Adding fifo output plugin
git-svn-id: https://svn.musicpd.org/mpd/trunk@4423 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 3dc4b0e2e..9f0fe59f1 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -254,6 +254,17 @@ 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> |