Audio::MPD::Common::Item::Song.3pm

Langue: en

Version: 2009-01-06 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Audio::MPD::Common::Item::Song - a song object with some audio tags

DESCRIPTION

"Audio::MPD::Common::Item::Song" is more a placeholder for a hash ref with some pre-defined keys, namely some audio tags.

PUBLIC METHODS

This module has a "new()" constructor, which should only be called by "Audio::MPD::Common::Item"'s constructor.

The only other public methods are the accessors - see below.

Accessors

The following methods are the accessors to their respective named fields: "album()", "artist()", "dat()", "file()", "genre()", "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

Audio::MPD
POE::Component::Client::MPD

AUTHOR

Jerome Quelin, "<jquelin at cpan.org>" 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.