From af66ed25057564063185072a7b90596e3b377ae0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Feb 2014 21:46:29 +0100 Subject: [PATCH] doc/user: document the RoarAudio output plugin --- NEWS | 2 ++ doc/user.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/NEWS b/NEWS index 4efe51a7f..26c46f106 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ ver 0.18.8 (not yet released) - ffmpeg: support libav v10_alpha1 * encoder - vorbis: fix linker failure +* output + - roar: documentation * more robust Icy-Metadata parser * fix Solaris build failure diff --git a/doc/user.xml b/doc/user.xml index ccc9e7119..6357267e4 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1852,6 +1852,51 @@ systemctl start mpd.socket +
+ <varname>roar</varname> + + + The roar plugin connects to a RoarAudio + server. + + + + + + + Setting + Description + + + + + + server + HOSTNAME + + + The host name of the RoarAudio server. If not + specified, then MPD will connect to the default + locations. + + + + + + role + ROLE + + + The "role" that MPD registers itself as in the + RoarAudio server. The default is "music". + + + + + +
+
<varname>recorder</varname>