aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-26 20:57:29 +0100
committerMax Kellermann <max@duempel.org>2015-01-26 20:57:29 +0100
commitae7e1a22cb3bc6029a6f270c3a68a139dfa86085 (patch)
treee4c11d3d2f125222b498005fcb6365ea94e53f9b /doc
parent16944b53973cb52f343eda947262bf7a968b1953 (diff)
parenta289dcb9ee6d7992a21f24b99be667eed6c32321 (diff)
downloadmpd-ae7e1a22cb3bc6029a6f270c3a68a139dfa86085.tar.gz
mpd-ae7e1a22cb3bc6029a6f270c3a68a139dfa86085.tar.xz
mpd-ae7e1a22cb3bc6029a6f270c3a68a139dfa86085.zip
Merge branch 'v0.19.x'
Diffstat (limited to 'doc')
-rw-r--r--doc/mpd.conf.510
-rw-r--r--doc/protocol.xml2
-rw-r--r--doc/user.xml129
3 files changed, 3 insertions, 138 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index 5ff8608bb..0cd6c313d 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -195,16 +195,6 @@ of database.
Limit the depth of the directories being watched, 0 means only watch
the music directory itself. There is no limit by default.
.TP
-.B despotify_user <name>
-This specifies the user to use when logging in to Spotify using the despotify plugins.
-.TP
-.B despotify_password <name>
-This specifies the password to use when logging in to Spotify using the despotify plugins.
-.TP
-.B despotify_high_bitrate <yes or no>
-This specifies if the requested bitrate for Spotify should be high or not. Higher sounds
-better but requires more processing and higher bandwidth. Default is yes.
-.TP
.SH REQUIRED AUDIO OUTPUT PARAMETERS
.TP
.B type <type>
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 9bd1854e6..49bc20160 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1151,7 +1151,7 @@ OK
</term>
<listitem>
<para>
- Searches case-sensitively for partial matches in the
+ Searches case-insensitively for partial matches in the
current playlist.
</para>
</listitem>
diff --git a/doc/user.xml b/doc/user.xml
index 9d95b2864..7a60b04d6 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -315,9 +315,8 @@ systemctl start mpd.socket</programlisting>
</para>
<programlisting>input {
- plugin "despotify"
- user "foo"
- password "bar"
+ plugin "curl"
+ proxy "proxy.local"
}
</programlisting>
@@ -1589,66 +1588,6 @@ buffer_size: 16384</programlisting>
</section>
<section>
- <title><varname>despotify</varname></title>
-
- <para>
- Plays <ulink url="http://www.spotify.com">Spotify</ulink> tracks using the despotify
- library. The despotify plugin uses a <filename>spt://</filename> URI and a Spotify
- URL. So for example, you can add a song with:
- </para>
-
- <para>
- <filename>mpc add spt://spotify:track:5qENVY0YEdZ7fiuOax70x1</filename>
- </para>
-
- <para>
- You need a Spotify premium account to use this plugin, and you need
- to setup username and password in the configuration file. The
- configuration settings are global since the despotify playlist plugin
- use the same settings.
- </para>
-
- <informaltable>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>Setting</entry>
- <entry>Description</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- <varname>despotify_user</varname>
- </entry>
- <entry>
- Sets up the Spotify username (required)
- </entry>
- </row>
- <row>
- <entry>
- <varname>despotify_password</varname>
- </entry>
- <entry>
- Sets up the Spotify password (required)
- </entry>
- </row>
- <row>
- <entry>
- <varname>despotify_high_bitrate</varname>
- </entry>
- <entry>
- Set up if high bitrate should be used for Spotify tunes.
- High bitrate sounds better but slow systems can have problems
- with playback (default yes).
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- </section>
-
- <section>
<title><varname>file</varname></title>
<para>
@@ -3486,70 +3425,6 @@ buffer_size: 16384</programlisting>
playlist files.
</para>
</section>
-
- <section>
- <title><varname>despotify</varname></title>
-
- <para>
- Adds <ulink url="http://www.spotify.com/">Spotify</ulink>
- playlists. Spotify playlists use the <filename>spt://</filename> URI,
- and a Spotify playlist URL. So for example, you can load a playlist
- with
- </para>
-
- <para>
- <filename>mpc load spt://spotify:user:simon.kagstrom:playlist:3SUwkOe5VbVHysZcidEZtH</filename>
- </para>
-
- <para>
- See the despotify input plugin for configuration options (username
- and password needs to be setup)
- </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
- <application>MPD</application> token provided by
- SoundCloud.
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
-
- </section>
-
</section>
</chapter>
</book>