MAN page from Mandriva 2010 perl-Audio-MPD-Common-1.100.430-1mdv2010.1.noarch.rpm
Audio::MPD::Common
Section: User Contributed Perl Documentation (3)
Updated: 2010-02-13
Index NAME
Audio::MPD::Common - common helper classes for mpd
VERSION
version 1.100430
DESCRIPTION
Depending on whether you're using a POE-aware environment or not, peoplewanting to tinker with mpd (Music Player Daemon) will use eitherPOE::Component::Client::MPD or Audio::MPD.
But even if the run-cores of those two modules differ completely, theyare using the exact same common classes to represent the various mpdstates and information.
Therefore, those common classes have been outsourced toAudio::MPD::Common.
This module does not export any methods, but the dist provides thefollowing classes that you can query with perldoc:
- *
- Audio::MPD::Common::Item
- *
- Audio::MPD::Common::Item::Directory
- *
- Audio::MPD::Common::Item::Playlist
- *
- Audio::MPD::Common::Item::Song
- *
- Audio::MPD::Common::Stats
- *
- Audio::MPD::Common::Status
- *
- Audio::MPD::Common::Time
- *
- Audio::MPD::Common::Types
Note that those modules should not be of any use outside the two mpdmodules afore-mentioned.
SEE ALSO
You can look for information on this module at:
- *
- Search CPAN
<http://search.cpan.org/dist/Audio-MPD-Common>
- *
- See open / report bugs
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Audio-MPD-Common>
- *
- Git repository
<http://github.com/jquelin/audio-mpd-common.git>
- *
- AnnoCPAN: Annotated CPAN documentation
<http://annocpan.org/dist/Audio-MPD-Common>
- *
- CPAN Ratings
<http://cpanratings.perl.org/d/Audio-MPD-Common>
You may want to look at the modules really accessing MPD:
- *
- Audio::MPD
- *
- POE::Component::Client::MPD
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it underthe same terms as the Perl 5 programming language system itself.
Index
- NAME
- VERSION
- DESCRIPTION
- SEE ALSO
- AUTHOR
- COPYRIGHT AND LICENSE
This document was created byman2html,using the manual pages.