debian man page for webservice::musicbrainz::label

Query: webservice::musicbrainz::label

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WebService::MusicBrainz::Label(3pm)			User Contributed Perl Documentation		       WebService::MusicBrainz::Label(3pm)

NAME
WebService::MusicBrainz::Label
SYNOPSIS
use WebService::MusicBrainz::Label; my $ws = WebService::MusicBrainz::Label->new(); my $response = $ws->search({ NAME => 'warner music' }); my $label = $response->label(); # get first in list print $label->name(), " ", $artist->type(), " "; # OUTPUT: Warner Music Australia Distributor
DESCRIPTION
This module is used to query an artist from the MusicBrainz web service.
METHODS
new() This method is the constructor and it will make a call for initialization. my $ws = WebService::MusicBrainz::Label->new(); query() This method returns the cached WebService::MusicBrainz::Query object. search() This method will perform the search of the MusicBrainz database through their web service schema and return a response object. my $ws = WebService::MusicBrainz::Label->new(); my $response = $ws->search({ MBID => 'd15721d8-56b4-453d-b506-fc915b14cba2' }); my $response = $ws->search({ NAME => 'throwing muses' }); my $response = $ws->search({ NAME => 'james', LIMIT => 5 }); my $response = $ws->search({ NAME => 'beatles', OFFSET => 5 }); my $response = $ws->search({ MBID => '65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab', INC => 'aliases' }); my $response = $ws->search({ MBID => '65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab', INC => 'artist-rels' }); my $response = $ws->search({ MBID => '65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab', INC => 'release-rels' }); my $response = $ws->search({ MBID => '65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab', INC => 'track-rels' }); my $response = $ws->search({ MBID => '65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab', INC => 'url-rels' });
AUTHOR
Bob Faist <bob.faist@gmail.com>
COPYRIGHT AND LICENSE
Copyright 2006-2007 by Bob Faist This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
http://wiki.musicbrainz.org/XMLWebService perl v5.10.1 2009-12-06 WebService::MusicBrainz::Label(3pm)
Related Man Pages
webservice::musicbrainz::track(3pm) - debian
webservice::musicbrainz::releasegroup(3pm) - debian
webservice::musicbrainz::response(3pm) - debian
webservice::youtube(3pm) - debian
webservice::youtube::feeds(3pm) - debian
Similar Topics in the Unix Linux Community
getppmp3 0.5 (Default branch)
RBrainz 0.4.1 (Default branch)
Label: Fcp_array_err4
RBrainz 0.4.2 (Default branch)
Get List of Unique File Names