summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-01-03 07:25:14 +0100
committerMax Kellermann <max@musicpd.org>2017-01-08 14:40:20 +0100
commit58fb36bdb9efc058061fa5b35bb910a759be4381 (patch)
treece70e9104aa2550b325d9e7251fbdace6f3db69a /doc
parent4297a7b0a494c090b574fda13d3808c1ee30cefd (diff)
storage/http: new storage plugin
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index a27b6be88..d7b4a74cd 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -1868,6 +1868,18 @@ run</programlisting>
</para>
</section>
+ <section id="curl_storage">
+ <title><varname>curl</varname></title>
+
+ <para>
+ A WebDAV client using <filename>libcurl</filename>. It used
+ used when <varname>music_directory</varname> contains a
+ <parameter>http://</parameter> or
+ <parameter>https://</parameter> URI, for example
+ "<parameter>https://the.server/dav/</parameter>".
+ </para>
+ </section>
+
<section id="smbclient_storage">
<title><varname>smbclient</varname></title>