From 4a0d4a02a64774c61840496c8141b89ed31d1d94 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 24 Aug 2009 18:57:06 +0200 Subject: output/recorder: new output plugin for recording radio streams The recorder plugin writes audio played by MPD to a file. This may be useful for recording radio streams. This implementation is incomplete, because support for tags is missing, and MPD should be able to record each track to a different file. --- doc/user.xml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index 6e039ebd..85341704 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -834,6 +834,73 @@ cd mpd-version +
+ <varname>recorder</varname> + + + The recorder plugin writes the audio + played by MPD to a file. This may be useful for recording + radio streams. + + + + You must configure either quality or + bitrate. + + + + + + + Setting + Description + + + + + + path + P + + + Write to this file. + + + + + encoder + NAME + + + Chooses an encoder plugin, + e.g. vorbis. + + + + + quality + Q + + + Configures the encoder quality (for VBR) in the + range -1 .. 10. + + + + + bitrate + BR + + + Sets a constant encoder bit rate, in kilobit per + second. + + + + + +
+
<varname>shout</varname> -- cgit v1.2.3