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.
This commit is contained in:
Max Kellermann
2013-09-28 14:00:07 +02:00
parent ccd7f0825a
commit a446775d80
7 changed files with 4 additions and 373 deletions

View File

@@ -220,7 +220,7 @@ systemctl start mpd.socket</programlisting>
</para>
<programlisting>input {
plugin "lastfm"
plugin "despotify"
user "foo"
password "bar"
}
@@ -1943,45 +1943,6 @@ systemctl start mpd.socket</programlisting>
<section>
<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>