[Haskell-cafe] ANN: scrobble-0.1.0.1: Scrobbling server

Christopher Done chrisdone at googlemail.com
Sun Jun 10 21:18:50 CEST 2012


Heyo,

If you use Last.fm/Libre.fm you might be interested in running your own
local scrobbling server in Haskell.

$ cabal update
$ cabal install scrobble
$ scrobble-server 8910

Source is here with further instructions for audio players and such:

https://github.com/chrisdone/scrobble

Exactly what the server does with the scrobbles it receives is purely up to
you, use it as a library and do as you please. Personally I might work on a
Last.fm replacement, at least as far as the statistics/reporting generation
goes.

Ciao!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120610/9919a31c/attachment.htm>


More information about the Haskell-Cafe mailing list