Skip to content

MusicPlayerDaemon/mpdscribble

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mpdscribble

mpdscribble - A Music Player Daemon (MPD) client which submits information about tracks being played to a scrobbler (e.g. last.fm).

Installing mpdscribble

Requirements

Compiling mpdscribble

Download and unpack the source code. In the mpdscribble directory, type:

meson build

The configure option --help lists all available compile time options.

Compile and install:

cd build
ninja install

Now edit the config file at ~/.mpdscribble/mpdscribble.conf (or /etc/mpdscribble.conf), and enter your last.fm account information.

Rating / Love

With MPD 0.17 or later, clients can submit track ratings over the client-to-client protocol. To do that, the client sends the following command to mpd:

sendmessage mpdscribble love

The song that is currently playing will be rated with the "love" attribute, as soon as it gets submitted to the scrobbler.

Links

About

a MPD client which submits information about tracks being played to a scrobbler (e.g. last.fm)

Resources

License

Stars

Watchers

Forks

Packages

No packages published