[Pkg-mpd-maintainers] Problem scrobbling to both lastfm and librefm

bbrice brice.boucard at gmail.com
Wed Mar 25 19:42:42 UTC 2015


Hi,

On my Raspberry Pi with Raspbian, I'm having trouble scrobbling to both 
Lastfm and Librefm.

I'm using the mpdscribble from the repo, version 0.22-3 :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
$ apt-cache show mpdscribble
Package: mpdscribble
Version: 0.22-3
Architecture: armhf
Maintainer: mpd maintainers <pkg-mpd-maintainers at lists.alioth.debian.org>
Installed-Size: 132
Depends: libc6 (>= 2.13-28), libglib2.0-0 (>= 2.16.0), libmpdclient2 (>= 
2.0), libsoup2.4-1 (>= 2.4.0), debconf (>= 0.5) | debconf-2.0, ucf, 
adduser, lsb-base
Suggests: mpd
Provides: mpd-client
Homepage: http://mpd.wikia.com/wiki/Client:Mpdscribble
Priority: optional
Section: sound
Filename: pool/main/m/mpdscribble/mpdscribble_0.22-3_armhf.deb
Size: 36392
SHA256: 2ace9ee9a3a63c646192516fc81112b06bc695239e725eb7396b782aaa142d68
SHA1: 670ac6496e9affc279694431896ce70ea2cfc434
MD5sum: f99752d4477287e2988047642267b520
Description: Last.fm reporting client for mpd
  Music Player Daemon client which collects information about played 
tracks and
  submits them to the Last.fm social music network (formerly known as
  Audioscrobbler). If submission servers are not reachable, submissions are
  enqueued and stored on disk cache.
  .
  The client can be also configured to use other scrobbling services like
  Libre.fm.
  .
  This package contains daemon which can be optionally installed system 
wide.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Here is my configuration file :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
$ sudo cat /etc/mpdscribble.conf
## mpdscribble - an audioscrobbler for the Music Player Daemon.
## http://mpd.wikia.com/wiki/Client:mpdscribble

# HTTP proxy URL.
#proxy = http://the.proxy.server:3128

# The location of the pid file.  mpdscribble saves its process id there.
#pidfile = /var/run/mpdscribble.pid

# Change to this system user after daemonization.
#daemon_user = mpdscribble

# The location of the mpdscribble log file.  The special value
# "syslog" makes mpdscribble use the local syslog daemon.  On most
# systems, log messages will appear in /var/log/daemon.log then.
# "-" means log to stderr (the current terminal).
log = syslog

# How verbose mpdscribble's logging should be.  Default is 1.
verbose = 1

# How often should mpdscribble save the journal file? [seconds]
#journal_interval = 600

# The host running MPD, possibly protected by a password
# ([PASSWORD@]HOSTNAME).  Defaults to $MPD_HOST or localhost.
#host = localhost

# The port that the MPD listens on and mpdscribble should try to
# connect to.  Defaults to $MPD_PORT or 6600.
#port = 6600

[libre.fm]
url = http://turtle.libre.fm/
username = Astier84
password = 124946695c51b5ab2ef7b9c56e062fa3
journal = /var/cache/mpdscribble/librefm.journal

[last.fm]
url = http://post.audioscrobbler.com/
username = Astier84
password = 124946695c51b5ab2ef7b9c56e062fa3
# The file where mpdscribble should store its Last.fm journal in case
# you do not have a connection to the Last.fm server.
journal = /var/cache/mpdscribble/lastfm.journal

#[jamendo]
#url = http://postaudioscrobbler.jamendo.com/
#username = my_username
#password = my_password
#journal = /var/cache/mpdscribble/jamendo.journal

#[file]
file = /var/log/mpdscribble/log
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Using this package and this configuration file, I'm scrobbling to the 
last service activated, meaning Lastfm in this case ; but if I configure 
Librefm after Lastfm, I'll scrobble to Librefm.


Thanks in advance for your response.

-- 
Brice Boucard



More information about the Pkg-mpd-maintainers mailing list