Audio-MPD
view release on metacpan or search on metacpan
- fix test breakages due to mpd output changes (rt#91082)
- migrated to @AUthor::JQUELIN
1.120610 2012-03-01 09:31:01 Europe/Paris
- fix rt#75436 - mpd-rate and mpd-dynamic should fail gracefully when
no song is playing (florian)
- fix rt#75437 - fix mpd-rate and mpd-dynamic pod names
1.113280 2011-11-24 15:07:47 Europe/Paris
- fix rt#68357 - ipv6 support
- fix rt#71201 - url handlers can vary with mpd installation
- fix rt#71202 - requiring software mixer for tests
- tests for all_genres, artists_by_genre (sebastien nobili)
- better namespace for scripts
1.112670 2011-09-24 11:40:44 Europe/Paris
- collection: new method all_genres (sebastien nobili)
- collection: new method artists_by_genre (sebastien nobili)
1.111200 2011-04-30 10:21:31 Europe/Paris
- removing misleading example in pod
1.110560 2011-02-25 15:28:59 Europe/Paris
- new command available: outputs
1.102260 2010-08-14 19:21:51 Europe/Paris
- new script mpd-rate to rate a song / display current rating
1.100430 2010-02-12 12:51:18 Europe/Paris
- WARNING: no more makefile.pl supplied, only a build.pl
- sub::exporter no more used internally
1.093170 Fri Nov 13 19:06:54 2009
- removed no more used prereq class::accessor
- revamped pod with podweaver
- introducing audio::mpd::types
- using moosex::has::sugar
1.092950 Thu Oct 22 19:34:35 2009
- module is quite stable now, bumping to 1.yydddn version
- migrated to moose
- password() method renamed to set_password()
- no more vars exported, use 'reuse' and 'once' strings for conntype
**
0.19.10 Wed Oct 21 14:20:09 2009
- update list of static prereqs, not caught by autoprereq
- bump min version for test-corpus-audio-mpd
0.19.9 Sun Oct 18 11:49:57 2009
- using test::corpus::audio::mpd for tests (regains mpd 0.15.x compatibility)
0.19.8 Wed Oct 14 18:05:29 2009
- migrated to dist-zilla (transparent for end-user)
0.19.7 Wed Sep 30 16:56:37 2009
- fix #50109 problem with newer class::accessor
0.19.6 Sat Feb 14 13:03:22 CET 2009
- doc update (catched by streamingmeemee)
0.19.5 Mon Jan 5 15:31:29 CET 2009
- updated to match mpd 0.14 behaviour
- doc update
0.19.4 Sat Aug 16 10:38:12 CEST 2008
- doc update
- listing mpd-dynamic script prereqs as module prereqs
0.19.3 Tue Aug 12 19:04:23 CEST 2008
- version() reports *protocol* version, not real mpd version
- fix some tests that failed because of detection method not precise
enough (timing issues)
0.19.2 Tue Jun 17 19:24:16 CEST 2008
- mpd-dynamic should lookup ratings with utf8 encoded pathes
0.19.1 Mon Dec 3 18:23:58 CET 2007
- new method all_playlists() (courtesy of Joey Hess)
- fix for filenames / playlists beginning with a space (courtesy of
Joey Hess)
0.19.0 Thu Nov 29 20:10:18 CET 2007
- changed constructor api: using a hash for options instead of
positional paraemters
- new conntype param for constructor to change the way connection is
handled
- MPD_HOST env var supports password@host
- mpd-dynamic daemonizes after mpd connection to trap problems
**
0.18.3 Mon Nov 26 12:51:40 CET 2007
- kwalitee/cpants release
0.18.2 Tue Nov 13 20:20:59 CET 2007
- fixing bug 29232 (courtesy of David Bitseff)
0.18.1 Thu May 31 20:57:47 CEST 2007
- fixing mantis bug #556: support for multiple $path in playlist->add
0.18.0 Wed May 30 12:29:11 CEST 2007
- moved to perl license
- using common classes outsourced in audio::mpd::common, namely: item*,
stats, status and time.
- new methods AM::Collection::all_songs()
**
0.17.2 Sun Apr 8 15:35:43 CEST 2007
- introducing AM::Stats for better encapsulation
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
( run in 0.927 second using v1.01-cache-2.11-cpan-140bd7fdf52 )