Music::Audioscrobbler::MPD version 0.02
==============================

Simple Module to provide a scrobbling service for MPD.  

INSTALLATION

See the DEPENDENCIES section and install any missing dependencies.  All modules
are available from CPAN (www.cpan.org).

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

CONFIGURATION

There is a sample config file under examples.  A sample init file that I use for 
gentoo linux is there as well. 

USE

Edit the sample config file and copy to /etc/musicmpdscrobble.conf

Test your configuration by issue the command

musicmpdscrobble --logfile=STDERR --monitor

and playing some music.  

If it works, then the command

musicmpdscrobble --daemonize 

runs it as a daemon.

DEPENDENCIES

This module requires these other modules and libraries:
File::Spec
Digest::MD5
Encode
IO::Socket
IO::File
Config::Options
LWP::UserAgent
Tie::File

I strongly encourage you to also install my module

Music::Tag

This will allow you to read info from the file tag.

The version info in the Makefile is based on what I use.  You can get 
away with older versions in many cases.

NOTE

This module has CHANGED NAMES.  It is now Music::Audioscrobbler::MPD.  Old 
versions will be REMOVED from CPAN.  Please uninstall them!


CLIENT ID

This module now has an assigned client id of "mam" and no longer uses "tst." 
Please do not override this with "tst" in your config files unless you have
made major changes to the code and are testing these changes.

HELP

Is available with perldoc musicmpdscrobble

COPYRIGHT AND LICENCE

Copyright (C) 2007 Edward J. Allen III
ealleniii _at_ cpan _dot_ org

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.7 or,
at your option, any later version of Perl 5 you may have available.