From c666794ce3faf0477fc7726641f36e2d5e7160f6 Mon Sep 17 00:00:00 2001
From: "James McGlashan (DarkFox)" <mpd@darkfox.id.au>
Date: Thu, 2 Jan 2014 23:50:22 +1100
Subject: [PATCH] Added soundcloud documentation

---
 doc/user.xml | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/doc/user.xml b/doc/user.xml
index 733b1bd46..73b2735ef 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -2340,6 +2340,47 @@ systemctl start mpd.socket</programlisting>
         </para>
       </section>
 
+      <section>
+        <title><varname>soundcloud</varname></title>
+
+        <para>
+          Adds <ulink url="https://www.soundcloud.com/">Soundcloud</ulink>
+          playlists. SoundCloud playlists use the <filename>soundcloud://</filename> URI,
+          and with a number of arguments, you may load different playlists with
+        </para>
+
+        <programlisting>
+mpc load soundcloud://track/TRACK_ID
+mpc load soundcloud://playlist/PLAYLIST_ID
+mpc load soundcloud://user/USERNAME
+mpc load soundcloud://search/SEARCH_QUERY
+mpc load soundcloud://url/https://soundcloud.com/ARTIST/TRACK-NAME
+        </programlisting>
+
+        <informaltable>
+          <tgroup cols="2">
+            <thead>
+              <row>
+                <entry>Setting</entry>
+                <entry>Description</entry>
+              </row>
+            </thead>
+            <tbody>
+              <row>
+                <entry>
+                  <varname>apikey</varname>
+                  <parameter>client_id</parameter>
+                </entry>
+                <entry>
+                  User apikey/client_id can override the MPD token provided by SoundCloud.
+                </entry>
+              </row>
+            </tbody>
+          </tgroup>
+        </informaltable>
+
+      </section>
+
     </section>
   </chapter>
 </book>