Yes. Please fill out the property listenbrainz.token
in application.properties
.
Scrobbling can be turned on / off with listenbrainz.scrobble
.
Yes. Please fill out these properties in application.properties
:
lastfm.api.username
lastfm.api.password
(in cleartext or 32-char md5 string)lastfm.api.key
lastfm.api.secret
Scrobbling can be turned on / off with lastfm.api.scrobble.
To just retrieve similar tracks from Last.fm (without scrobbling what you listen to), you just need set lastfm.api.key
in application.properties
. No username, password or api secret needed.
Please make sure you either start ampd
with the -Dmpd.music.directory
parameter or add the
parameter to the ampd.conf
file (see the README.md for examples).
This can happen for multiple reasons:
mpd.music.directory
was provided when starting ampd
-Dmb.cover.service=true
ampd
on the same computer as the mpd
server?No, ampd
can run on a separate computer. In this case, the option mpd.server
has to be set
(either at start via -Dmpd.server=
or written down to ampd.conf
). There is also the option
mpd.port
if the mpd
server is not running on the default port 6600
.