Plugins LastFM - PeteManchester/MediaPlayer GitHub Wiki
The LastFM Plugin allows you to scrobble the played songs to last.fm. To avoid the scrobbling of your "hidden secrets", we have added a Blacklist for this functionality as well ;-)
The configuration of this plugin is found in the file LastFM.xml (in the LastFM-Plugin folder).
<?xml version="1.0" encoding="UTF-8"?>
<LastFM>
<Config>
<UserName>aknownuser</UserName>
<Password>anunknownpassword</Password>
<Password_ENC></Password_ENC>
<ProxyType>DIRECT</ProxyType>
<Proxy_IP></Proxy_IP>
<Proxy_Port></Proxy_Port>
</Config>
<BlackList>
<BlackListItem>
<artist>Psy</artist>
<title></title>
</BlackListItem>
<BlackListItem>
<artist>Back</artist>
<title>Soon</title>
</BlackListItem>
</BlackList>
</LastFM>
The options are described in the following table:
| Option | Description | Default Value |
|---|---|---|
| UserName | Your lastfm Username | N/A |
| Password | Your lastfm Password | N/A |
| PasswordENC | The encrypted lastfm Password | N/A |
| Proxy_IP | The IP of your intranet Proxy | N/A |
| Proxy_PORT | If you do specify a proxy IP, you should also provide a port for this proxy. | -1 |
| Blacklist - Artist | An Artist Name (e.g. Back) | N/A |
| Blacklist - Title | A Tracktitle of the given artist, which should not be send to lastfm | N/A |