Commit 746a4798 authored by Max Kellermann's avatar Max Kellermann

Merge tag 'release-0.18.8'

parents 327cbf48 ddb5390d
...@@ -27,13 +27,17 @@ ver 0.19 (not yet released) ...@@ -27,13 +27,17 @@ ver 0.19 (not yet released)
- name each thread (for debugging) - name each thread (for debugging)
* new resampler option using libsoxr * new resampler option using libsoxr
ver 0.18.8 (not yet released) ver 0.18.8 (2014/02/07)
* decoder * decoder
- ffmpeg: support libav v10_alpha1 - ffmpeg: support libav v10_alpha1
* encoder
- vorbis: fix linker failure
* output
- roar: documentation
* more robust Icy-Metadata parser * more robust Icy-Metadata parser
* fix Solaris build failure * fix Solaris build failure
ver 0.18.7 (2013/01/13) ver 0.18.7 (2014/01/13)
* playlist * playlist
- pls: fix crash after parser error - pls: fix crash after parser error
- soundcloud: fix build failure with libyajl 2.0.1 - soundcloud: fix build failure with libyajl 2.0.1
......
...@@ -1345,7 +1345,7 @@ fi ...@@ -1345,7 +1345,7 @@ fi
AM_CONDITIONAL(ENABLE_SHINE_ENCODER, test x$enable_shine_encoder = xyes) AM_CONDITIONAL(ENABLE_SHINE_ENCODER, test x$enable_shine_encoder = xyes)
dnl ---------------------------- Ogg Vorbis Encoder --------------------------- dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc], MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis],
[Ogg Vorbis encoder], [libvorbisenc not found]) [Ogg Vorbis encoder], [libvorbisenc not found])
if test x$enable_vorbis_encoder = xyes; then if test x$enable_vorbis_encoder = xyes; then
......
...@@ -2174,6 +2174,51 @@ systemctl start mpd.socket</programlisting> ...@@ -2174,6 +2174,51 @@ systemctl start mpd.socket</programlisting>
</section> </section>
<section> <section>
<title><varname>roar</varname></title>
<para>
The <varname>roar</varname> plugin connects to a <ulink
url="http://roaraudio.keep-cool.org/">RoarAudio</ulink>
server.
</para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Setting</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>server</varname>
<parameter>HOSTNAME</parameter>
</entry>
<entry>
The host name of the RoarAudio server. If not
specified, then MPD will connect to the default
locations.
</entry>
</row>
<row>
<entry>
<varname>role</varname>
<parameter>ROLE</parameter>
</entry>
<entry>
The "role" that MPD registers itself as in the
RoarAudio server. The default is "music".
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<section>
<title><varname>recorder</varname></title> <title><varname>recorder</varname></title>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment