High-level changelog
====================
0.17.x introducing AM::Playlist + AM::Time
0.16.x utf-8 support + introducing mpd-dynamic script
0.15.x introducing AM::Collection
0.14.x introducing AM::Items
0.13.x rewrote connection mechanism
0.12.4 adoption by jerome quelin & quick fixes
0.12.0 adoption by nicholas j humphrey & first release on cpan
0.10.0 adapting to evolving mpd
[...] ? (no information)
0.1.0 initial release by tue abrahamsen
Low-level changelog
===================
0.17.1 Sun Apr 8 12:23:53 CEST 2007
- introducing AM::Time for better encapsulation
- thus, removed get_time_info() and get_time_format()
- test coverage up to 100% \o/
0.17.0 Fri Apr 6 16:54:07 CEST 2007
- introducing AM::Playlist for better segregation of playlist handling
- completed tests to cover all playlist operations, AM is now 95.1% covered
**
0.16.2 Tue Apr 3 19:02:29 CEST 2007
- utf-8 support generalized
0.16.1 Mon Apr 2 18:26:17 CEST 2007
- new internal _cooked_command_*() methods, allowing for better code
factorization - and thus, better code coverage (100% achieved for
am::collection, 89.3% overall)
0.16.0 Thu Mar 29 19:04:34 CEST 2007
- script to listen your music endlessly: mpd-dynamic
**
0.15.4 Tue Mar 27 18:42:58 CEST 2007
- AM::Test more robust regarding fake mpd startup
- AM::Test quicker if no tests performed
- new methods in AM::Collection:
. songs_with_filename_partial()
. songs_by_artist_partial()
. songs_from_album_partial()
. songs_with_title_partial()
0.15.3 Wed Mar 21 18:08:06 CET 2007
- requiring perl 5.8.x minimum
0.15.2 Tue Mar 20 17:24:59 CET 2007
- fixed bug #25553 (on rt.cpan.org)
0.15.1 Sun Mar 18 19:06:57 CET 2007
- added Readonly as prereq
0.15.0 Sat Mar 17 17:49:50 CET 2007
- implementation of Audio::MPD::Collection: this class will act as the entry
point to look up in mpd's collection
- thus, following AM methods removed (see AM::Collection for the replacement):
. list()
. listall()
. listallinfo()
. lsinfo()
. search()
. searchadd()
- now that AM::Collection is here, AM's test coverage is up to 82.5% \o/
**
0.14.0 Sat Mar 17 13:29:57 CET 2007
- implementation of Audio::MPD::Item: instead of returning some random hash
reference, Audio::MPD now returns AMI objects.
- renamed methods:
. get_current_song() -> current()
. get_song_info() -> song()
. get_song_info_from_id() -> songid()
. get_title() -> AMI::Song::as_string()
. pl_changes() -> pl_changes()
- pl_changes() now return an array ref instead of a hash with positions as key
- test coverage of Audio::MPD up to 66.5%
**
0.13.5 Thu Mar 8 20:22:32 CET 2007
- get_urlhandlers() renamed to urlhandlers()
- seekid() defaults to current song
- pod enhancement
- test coverage of Audio::MPD up to 36.1%
0.13.4 Tue Mar 6 20:05:21 CET 2007
- new method password() to change mpd password
- bug fix in deleteid() (was issuing "delete") and crop() (should be done in
reverse order to keep mpd happy)
- test coverage of Audio::MPD up to 36.1%
0.13.3 Sun Mar 4 19:30:24 CET 2007
- bug fix on volume() method
0.13.2 Sun Mar 4 10:17:50 CET 2007
- Makefile.PL now uses ExtUtils::MakeMaker instead of perverting Module::Builder
- bugfix in play() / playid()
- testing Audio::MPD::Status up to 100%
- testing Audio::MPD = 24.5%
0.13.1
- status() now returns an Audio::MPD::Status object, for better encapsulation
- added dependancy on Class::Accessor
0.13.0 Fri Mar 2 12:55:38 CET 2007
- connection completely reworked to get rid of the most obvious problems
note: this does not mean that we're completely clean, but at least it's
better than what it was.
- is_connected() and close_connection() are no more needed, and thus removed
- error handling is now done via die - get_error() is gone
- play(), delete(), move(), get_song_info(), seek() & swap() do not accept a
third fromid parameter anymore
- pause() now toggle pause status if no parameter is sent
- renamed methods:
. kill_mpd() -> kill()
. get_server_version() -> version()
. set_fade() -> fade()
. set_random() -> random()
. set_repeat() -> repeat()
. set_volume() -> volume()
- new methods: stats(), status()
- delete() and deleteid() can take more than one song to delete
**
0.12.4 Thu Jan 25 21:52:05 CET 2007 [JQ]
- grouped pod in sections for easier reading
- corrected pod typos here and there
- added contact information
- new tests for pod correctness and pod coverage
- added missing pod for 3 subs
0.12.3 (Nicholas J Humfrey)
- Added Makefile.PL support
0.12.2 (Nicholas J Humfrey)
- Fixed bug in parsing parmeters in pause()
0.12.0-rc7+njh (Nicholas J Humfrey)
- Moved $sock and @playlists into object so that you can talk to
multiple MPDs in the same script.
- Added Module::Build based build/install system
- Changed namespace to Audio::MPD so that it can be added to CPAN
- Documented class
- Changing 'END' handler to 'DESTROY'
- Changed <$sock> to $sock->getline
- Changed print $sock "foo" to $sock->print("foo")
- Corrected pause() so that it didn't use depricated lack of argument
- Added optional path parameter to updatedb()
0.12.0-rc7
- better password-handling, including possibility to connect to
password@mpdhost (William Pettersson)
- made get_time_info work, and added more to the output
- made ALLOW_TOGGLE_STATES 1 by default
0.12.0-rc6
- get_song_info() now uses current song, if none is specified
- mpc.pl now says that 'seek' is in seconds instead of percentage
- Fixed bug in close()
- Removed warn() in _get_playlist()
- Made MPD.pm more backwards compatible (Martin Stolle)
- Added get_current_song_info() (Martin Stolle)
- Made internal sub _process_feedback() more robust (Martin Stolle)
- Update get_title() to be more flexible (Martin Stolle)
0.12.0-rc5 (No more fires!-release)
- Fixed bug in save() (Laurent Monrouzies)
- Removed annoying line in set_random() (Dale Francum)
- Added get_time_info (Thanks Dale Francum)
- Removed 'use Data::Dumper;' from mpc.pl and MPD.pm
- Added support for new MPD-functions:
'outputs', 'enableoutputs', 'disableoutputs', 'commands' and 'notcommands'
- Fixed bug in get_title() where old title would get returned
- Fixed bug where playlist was not updated (hannes)
- Added playlist_changes() so clients can update their playlist (hannes)
- Updated _get_playlist() (hannes)
0.12.0-rc4
- Old bug where $playlist[0] contained undef removed again :)
- crop() function added (removes all songs but the playing)
- Fixed some bugs and errorhandling in mpc.pl
0.12.0-rc3
- (almost) total rewrite of module
0.12.0-rc2
- Changed default port to 6600
- Removed UNPAUSE_ON_PLAY setting, as this is now default in MPD
- Added urlhandlers()
- Fixed seek()
- Small bugfixes
- Bugfixes in mpc.pl (playlist() and volume())
- Updated ACK-error handling (geterror() changed, seterror() added)
- Add 'plchanges'-support in getplaylist()
- Added $config{'ALLOW_TOGGLE_STATES'}
- Added deleteid() / moveid() / playid() / seekid() / swapid()
- Removed deprecated 'unpause-on-play'-code
**
0.10.0-rc1
- No changes
0.10.0-alpha7
- Major speedup. Playlist was fetched way too many times
- Another major speedup. Playlist is now only fetched when needed!
- Added %config, for changing default behavior
- Old $number-- in play() was removed.
- Stupid bug where last song was not saved in @playlist removed
- Rewrote searchadd() to utilize 'command_list_begin'/'command_list_end'
(Much faster now)
- Fixed bug where search() didn't return the last song found
- Small rewrite in setrepeat() and setrandom()
- Typos
- Fixed bugs and bugs and bugs and bugs
- Added a destructor
- Rewrote all pod-documentation
- Tabindented all
- Removed 'unfinished subs' and 'todo'
- Probably more stuff
0.10.0-alpha6
- Changed @playlist syntax ($pl[song-number]{info-to-get} eg. $pl[42]{'file'})
- Removed deprecated getsonginfo()
- Moved gettitle() and gettimeformat() to 'Custom subs'
- Altered gettitle()'s errorhandling a bit
0.10.0-alpha5
- Made getsonginfo() return a hash instead of an array
- Streamlined add()/delete()/move()/swap()
- Made (almost) all functions undef on succes and 1 on error. Last error can
be retrieved by $self->geterror()
- search() now accepts filenames too (thanks sbh)
- delete() can take ranges (thanks sbh)
- Added the 'Custom functions'-part
- Added searchadd() (thanks sbh)
- Repaired add()
- Added playlist()
0.10.0-alpha4
- Fixed bug where last song on playlist was not present
- Made getstatus() call playlistinfo if playlist had changed
- Implemented getsonginfo() for returning information from @playlist (Thanks msells)
- Added $self->{module_version}
- Empties @playlist, when renewing it
- A bit of optimizing and cleanup around getplaylist (Thanks msells)
0.10.0-alpha3
- Fixed error in add()-comments
- Moved $host and $port parameter to new() - It finally works!
0.10.0-alpha2
- Added nextinfo() and changed lsinfo() and listallinfo()
- Changed version-numbering to fit MPD standards
**
0.1
- Initial release