NAME
Audio::MPD::Common - a bunch of common helper classes for mpd
DESCRIPTION
Depending on whether you're using a POE-aware environment or not, people wanting to tinker with mpd (Music Player Daemon) will use either POE::Component::Client::MPD or Audio::MPD.
But even if the run-cores of those two modules differ completely, they are using the exact same common classes to represent the various mpd states and information.
Therefore, those common classes have been outsourced to Audio::MPD::Common.
This module does not export any methods, but the dist provides the following classes that you can query with perldoc:
- o Audio::MPD::Common::Item
- o Audio::MPD::Common::Item::Directory
- o Audio::MPD::Common::Item::Playlist
- o Audio::MPD::Common::Item::Song
- o Audio::MPD::Common::Stats
- o Audio::MPD::Common::Status
- o Audio::MPD::Common::Time
Note that those modules should not be of any use outside the two mpd modules afore-mentioned.
SEE ALSO
AUTHOR
Jerome Quelin, <jquelin at cpan.org>
COPYRIGHT & LICENSE
Copyright (c) 2007 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.