NAME

Music::Tag::MusicBrainz - Plugin module for Music::Tag to get information from MusicBrainz database.

SYNOPSIS

use Music::Tag

my $info = Music::Tag->new($filename);

my $plugin = $info->add_plugin("MusicBrainz"); $plugin->get_tag;

print "Record Label is ", $info->label();

DESCRIPTION

Music::Tag::MusicBrainz is normally created in Music::Tag. This plugin gathers additional information about a track from amazon, and updates the tag object.

REQUIRED VALUES

artist

USED VALUES

album

This is used to filter results.

releasedate

This is used to filter results.

totaltracks

This is used to filter results.

title

title is used only if track is not true, or if trust_title option is set.

tracknum

tracknum is used only if title is not true, or if trust_track option is set.

SET VALUES

album
title

title is set only if trust_track is true.

track

track is set only if track is not true or trust_title is true.

releasedate

6 POD Errors

The following errors were encountered while parsing the POD:

Around line 34:

You forgot a '=back' before '=head1'

Around line 36:

'=item' outside of any '=over'

Around line 38:

You forgot a '=back' before '=head1'

Around line 40:

'=item' outside of any '=over'

Around line 61:

You forgot a '=back' before '=head1'

Around line 63:

'=item' outside of any '=over'

=over without closing =back