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

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

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

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


Optional array reference containing list of Lyrics::Fetcher plugins.
OVerwrite lyrics, even if they exists.

Returns the default options for the plugin.
Not used by this plugin.
Uses Lyrics::Fetcher to fetch lyrics and add to object.

Let me know.

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

Edward Allen III <ealleniii _at_ cpan _dot_ org>

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.