summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-01-20 17:09:19 +0100
committerMax Kellermann <max@musicpd.org>2017-01-20 17:09:19 +0100
commit907c045f33468149bb1174c24820ebfa8e608769 (patch)
tree87ca43a98b149c733759a2c6468a7b9b35d65a5d /doc
parent90f189eb54871aaabf60d443aa7b15dc28c3c842 (diff)
doc/user: add missing playlist plugins
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 35d47aa95..8f4c9e77b 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -4217,6 +4217,22 @@ run</programlisting>
<title>Playlist plugins</title>
<section>
+ <title><varname>asx</varname></title>
+
+ <para>
+ Reads <filename>.asx</filename> playlist files.
+ </para>
+ </section>
+
+ <section>
+ <title><varname>cue</varname></title>
+
+ <para>
+ Reads <filename>.cue</filename> files.
+ </para>
+ </section>
+
+ <section>
<title><varname>embcue</varname></title>
<para>
@@ -4241,6 +4257,15 @@ run</programlisting>
</section>
<section>
+ <title><varname>flac</varname></title>
+
+ <para>
+ Reads the <varname>cuesheet</varname> metablock from a FLAC
+ file.
+ </para>
+ </section>
+
+ <section>
<title><varname>pls</varname></title>
<para>
@@ -4249,6 +4274,45 @@ run</programlisting>
</section>
<section>
+ <title><varname>rss</varname></title>
+
+ <para>
+ Reads music links from <filename>.rss</filename> files.
+ </para>
+ </section>
+
+ <section>
+ <title><varname>soundcloud</varname></title>
+
+ <para>
+ Download playlist from SoundCloud. It accepts URIs starting
+ with <filename>soundcloud://</filename>.
+ </para>
+
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Setting</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>apikey</varname>
+ <parameter>KEY</parameter>
+ </entry>
+ <entry>
+ An API key to access the SoundCloud servers.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </section>
+
+ <section>
<title><varname>xspf</varname></title>
<para>