CHANGES
    Release Name: 0.1
        *   Split off all scrobbling code to Music::Audioscrobbler::Submit

        *   Added an error message if file is not found.

        *   Added use warnings for better debugging.

        *   Started using Pod::Readme for README and CHANGES

    Release Name: 0.09
        *   Added waffelmanna's patch to fix the password submital to MPD.

    Release Name: 0.08
        *   musicmpdscrobble daemonizes after creating
            Music::Audioscrobber::MPD object which allows pidfile to be set
            in options file (thanks K-os82)

        *   Kwalitee changes such as pod fixes, license notes, etc.

        *   Fixed bug which prevented working with a password to mpd.

        *   Fixed bug causing reaper to block.

    Release Name: 0.07
        *   Fixed Unicode issues with double encoding (thanks slothck)

        *   Stoped using URI::Encode which did NOT solve locale issues.

    Release Name: 0.06
        *   Configured get_mbid_from_mb to only grab if missing.

        *   Changed to using URI::Encode

        *   Fixed bug preventing log file from loading from command line.

    Release Name: 0.05
        *   Fixed bug with log file handles (thanks T0dK0n)

        *   Fixed bug caused when music_directory not set (thanks T0dK0n)

        *   Revised Documentation Slightly

        *   Fixed bug in kill function for musicmpdscrobble

        *   Added option get_mbid_from_mb to get missing mbids using
            Music::Tag::MusicBrainz

    Release Name: 0.04
        *   Have been assigned Client ID. If you set this in your configs,
            please remove.

    Release Name: 0.03
        *   Name change for module. Is now Music::Audioscrobbler::MPD.
            Uninstall old version to facilitate change!

        *   Repeating a song isn't a skip anymore (or rather skipping back a
            scrobblable distance is not a skip)

        *   Only submits a song <30 seconds long if it has an mbid.

        *   Very basic test script for sanity.

    Release Name: 0.02
        *   Fixed bug caused my Music::Tag returning non-integer values for
            "secs" (thanks tunefish)

        *   Along same lines, configure to not use Music::Tag secs values,
            but trust MPD

    Release Name: 0.01
        *   Initial Release

        *   Basic routines for scrobbling MPD. Code from
            Music::Audioscrobbler merged for now.