what would you say? "omg, yet another audioscrobbler mpd client, there is a bunch of them!" ok, there are many, but no one really suits my needs.
There are two ways:
Gentoo users can install it from mpd overlay, Arch users from AUR. The rest need to perform below steps:
Git version installation:
Download repostiory:git clone git://repo.or.cz/scrobby.git
Enter local repository and run autogen.sh:
cd scrobby && ./autogen.sh
Compile and install:
make && make install
Stable version installation:
Download tarball, unpack it, enter unpacked directory and type:./configure && make && make install
Then you can run it by typing `scrobby`.
electricityispower [at] gmail [dot] com
I can also be found on irc: #mpd on irc.freenode.org (nick: _unK)