1CHANGES
2    Release Name: 0.13
3        *   Added option allow_stream, which will allow scrobbling of http
4            streams if set to true (default false). Feature untested.
5
6        *   Fixed bug in password submition (thanks joeblow1102)
7
8        *   Added support for password@host value in MPD_HOST
9
10        *   Searched, without success, for memory leak. If anyone wants to
11            help, uncomment the Storable lines and start looking into it...
12
13        *   Added (documented) support for Proxy server
14
15    Release Name: 0.12
16        *   Fixed bug that sometimes prevented Music::Tag from working at
17            all. Added some level 4 debug messages.
18
19    Release Name: 0.11
20        *   Added musictag_overwrite option. This is false by default. It is
21            a workaround for problems with Music::Tag and unicode. Setting
22            this to true allows Music::Tag info to overwrite info from MPD.
23            Do not set this to true until Music::Tag returns proper unicode
24            consistantly.
25
26    Release Name: 0.1
27        *   Split off all scrobbling code to Music::Audioscrobbler::Submit
28
29        *   Added an error message if file is not found.
30
31        *   Added use warnings for better debugging.
32
33        *   Started using Pod::Readme for README and CHANGES
34
35    Release Name: 0.09
36        *   Added waffelmanna's patch to fix the password submital to MPD.
37
38    Release Name: 0.08
39        *   musicmpdscrobble daemonizes after creating
40            Music::Audioscrobber::MPD object which allows pidfile to be set
41            in options file (thanks K-os82)
42
43        *   Kwalitee changes such as pod fixes, license notes, etc.
44
45        *   Fixed bug which prevented working with a password to mpd.
46
47        *   Fixed bug causing reaper to block.
48
49    Release Name: 0.07
50        *   Fixed Unicode issues with double encoding (thanks slothck)
51
52        *   Stoped using URI::Encode which did NOT solve locale issues.
53
54    Release Name: 0.06
55        *   Configured get_mbid_from_mb to only grab if missing.
56
57        *   Changed to using URI::Encode
58
59        *   Fixed bug preventing log file from loading from command line.
60
61    Release Name: 0.05
62        *   Fixed bug with log file handles (thanks T0dK0n)
63
64        *   Fixed bug caused when music_directory not set (thanks T0dK0n)
65
66        *   Revised Documentation Slightly
67
68        *   Fixed bug in kill function for musicmpdscrobble
69
70        *   Added option get_mbid_from_mb to get missing mbids using
71            Music::Tag::MusicBrainz
72
73    Release Name: 0.04
74        *   Have been assigned Client ID. If you set this in your configs,
75            please remove.
76
77    Release Name: 0.03
78        *   Name change for module. Is now Music::Audioscrobbler::MPD.
79            Uninstall old version to facilitate change!
80
81        *   Repeating a song isn't a skip anymore (or rather skipping back a
82            scrobblable distance is not a skip)
83
84        *   Only submits a song <30 seconds long if it has an mbid.
85
86        *   Very basic test script for sanity.
87
88    Release Name: 0.02
89        *   Fixed bug caused my Music::Tag returning non-integer values for
90            "secs" (thanks tunefish)
91
92        *   Along same lines, configure to not use Music::Tag secs values,
93            but trust MPD
94
95    Release Name: 0.01
96        *   Initial Release
97
98        *   Basic routines for scrobbling MPD. Code from
99            Music::Audioscrobbler merged for now.
100
101