man MusicBrainz::Client::Simple::Track () - MusicBrainz Track Information

NAME

MusicBrainz::Client::Simple::Track - MusicBrainz Track Information

SYNOPSIS

DESCRIPTION

MusicBrainz::Client::Simple::Track is a class providing access to track information.

CONSTRUCTOR

Users of this class need no constructor. Instances are made available through MusicBrainz::Client::Simple.

METHODS

get_artist()
Returns a MusicBrainz::Client::Simple::Artist object describing the artist of this track.
get_duration()
Returns the duration of this track in milliseconds.
get_id()
Returns the TrackID that uniquely identifies this track at MusicBrainz.
get_name()
Returns the track's name.
get_num()
Returns the number of this track on the album.

EXPORT

None by default.

SEE ALSO

 MusicBrainz::Client::Simple
 MusicBrainz::Client::Simple::Album
 MusicBrainz::Client::Simple::Artist
 MusicBrainz::Client
 http://www.musicbrainz.org
 perl(1)

AUTHORS

 Matthias Friedrich, <matt@mafr.de>
 Sander van Zoest, <svanzoest@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2003 by Matthias Friedrich <matt@mafr.de> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.