diff options
author | Max Kellermann <max@duempel.org> | 2013-09-28 14:00:07 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-28 14:01:51 +0200 |
commit | a446775d808a8220cb2eacc797a5e4b15e3a3560 (patch) | |
tree | d5e9de6bf0be57b37251df47588b942d0b2d5b34 /doc | |
parent | ccd7f0825acb031259330d32c54e61fc7f9ba7b1 (diff) | |
download | mpd-a446775d808a8220cb2eacc797a5e4b15e3a3560.tar.gz mpd-a446775d808a8220cb2eacc797a5e4b15e3a3560.tar.xz mpd-a446775d808a8220cb2eacc797a5e4b15e3a3560.zip |
playlist/lastfm: remove defunct Last.fm support
This plugin has been defunct ever since Last.fm changed their
protocol. Since there is no volunteer willing to fix the plugin, I'm
removing it now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/doc/user.xml b/doc/user.xml index 0f84800c1..61d02c162 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -220,7 +220,7 @@ systemctl start mpd.socket</programlisting> </para> <programlisting>input { - plugin "lastfm" + plugin "despotify" user "foo" password "bar" } @@ -1944,45 +1944,6 @@ systemctl start mpd.socket</programlisting> <title>Playlist plugins</title> <section> - <title><varname>lastfm</varname></title> - - <para> - Plays last.fm radio. - </para> - - <informaltable> - <tgroup cols="2"> - <thead> - <row> - <entry>Setting</entry> - <entry>Description</entry> - </row> - </thead> - <tbody> - <row> - <entry> - <varname>user</varname> - <parameter>USERNAME</parameter> - </entry> - <entry> - The last.fm user name. - </entry> - </row> - <row> - <entry> - <varname>password</varname> - <parameter>PWD</parameter> - </entry> - <entry> - The last.fm password. - </entry> - </row> - </tbody> - </tgroup> - </informaltable> - </section> - - <section> <title><varname>embcue</varname></title> <para> |