Edward J. Allen III > Music-Tag-LyricsFetcher-0.03 > Music::Tag::LyricsFetcher

Download:
Music-Tag-LyricsFetcher-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source  

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_tag();
   
        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.