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()
, 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:
(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
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.