diff options
author | James McGlashan (DarkFox) <mpd@darkfox.id.au> | 2014-01-02 23:50:22 +1100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-04 14:01:12 +0100 |
commit | c666794ce3faf0477fc7726641f36e2d5e7160f6 (patch) | |
tree | dece69369fd96b21d43130c142672cfd468f5c21 | |
parent | 1ee3df6976750c9c6e5869a99c1bca6dcd74bf50 (diff) | |
download | mpd-c666794ce3faf0477fc7726641f36e2d5e7160f6.tar.gz mpd-c666794ce3faf0477fc7726641f36e2d5e7160f6.tar.xz mpd-c666794ce3faf0477fc7726641f36e2d5e7160f6.zip |
Added soundcloud documentation
Diffstat (limited to '')
-rw-r--r-- | doc/user.xml | 41 |
1 files changed, 41 insertions, 0 deletions
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> |