NAME

Music::Tag::LyricsFetcher - Music::Tag plugin to use Lyrics::Fetcher

SYNOPSIS

	use Music::Tag;

	my $info = Music::Tag->new($filename, { quiet => 1 });
	$info->add_plugin("Lyrics");
	$info->get_info();
   
	print "Lyrics are ", $info->lyrics;

DESCRIPTION

Music::Tag::LyricsFetcher is an interface to David Precious' Lyrics::Fetcher module.

REQUIRED VALUES

Artist and Title are required to be set before using this plugin.

SET VALUES

lyrics

OPTIONS

lyricsfetchers

Optional array reference containing list of Lyrics::Fetcher plugins.

lyricsoverwrite

OVerwrite lyrics, even if they exists.

METHODS

default_options

Returns the default options for the plugin.

set_tag

Not used by this plugin.

get_tag

Uses Lyrics::Fetcher to fetch lyrics and add to object.

BUGS

Let me know.

SEE ALSO INCLUDED

Music::Tag, Music::Tag::Amazon, Music::Tag::File, Music::Tag::FLAC, Music::Tag::M4A, Music::Tag::MP3, Music::Tag::MusicBrainz, Music::Tag::OGG, Music::Tag::Option

AUTHOR

Edward Allen III <ealleniii _at_ cpan _dot_ org>

COPYRIGHT

Copyright (c) 2007 Edward Allen III. Some rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, distributed with Perl.