Audio-MPD
view release on metacpan or search on metacpan
- 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)
lib/Audio/MPD.pm view on Meta::CPAN
my @handlers = $mpd->urlhandlers;
Return an array of supported URL schemes.
=head1 HANDLING VOLUME & OUTPUT
=head2 volume
$mpd->volume( [+][-]$volume );
Sets the audio output volume percentage to absolute C<$volume>. If
C<$volume> is prefixed by '+' or '-' then the volume is changed
relatively by that value.
=head2 outputs
my @outputs = $mpd->outputs( );
Return a list of C<Audio::MPD::Common::Outputs> with all outputs
available within MPD.
( run in 0.322 second using v1.01-cache-2.11-cpan-709fd43a63f )