From 3b9ffea36f2079fe23e301d0298ca957ce6a7158 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Aug 2011 03:23:12 +0200 Subject: input/soup: new input plugin based on libsoup To demonstrate the new I/O thread. libsoup is well-integrated into the GLib main loop, which made this plugin pretty easy to write. As a side effect, we have to initialize the I/O thread in all debug programs that use the input API. --- doc/user.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index 97f76c5d..4ca91da3 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -703,6 +703,34 @@ cd mpd-version +
+ <varname>soup</varname> + + + Opens remote files or streams over HTTP. + + + + + + + Setting + Description + + + + + + proxy + + + Sets the address of the HTTP proxy server. + + + + + +
-- cgit v1.2.3