NAME

POE::Component::Client::MPD::Item::Song - a song object with some audio tags

DESCRIPTION

POE::Component::Client::MPD::Item::Song is more a placeholder for a hash ref with some pre-defined keys, namely some audio tags.

PUBLIC METHODS

Accessors

The following methods are the accessors to their respective named fields: album(), artist(), file(), id, pos, title(), track(), time(). You can call them either with no arg to get the value, or with an arg to replace the current value.

Methods

$song->as_string()

Return a string representing $song. This string will be:

either "album = track = artist = title"
or "artist = title"
or "title"
or "file"

(in this order), depending on the existing tags of the song. The last possibility always exist of course, since it's a path.

SEE ALSO

For all related information (bug reporting, mailing-list, pointers to MPD and POE, etc.), refer to POE::Component::Client::MPD's pod, section 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.