Edward J. Allen III > Music-Tag-Lyrics-0.29 > Music::Tag::Lyrics

Download:
Music-Tag-Lyrics-0.29.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.29   Source  

NAME ^

Music::Tag::Lyrics - Screen Scraping plugin for downloading lyrics from the web.

SYNOPSIS ^

        use Music::Lyrics

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

DESCRIPTION ^

Music::Tag::Lyrics is a screen scraper which supports a few lyrics sites to gather lyrics from. Please note that lyrics are copyright'd material and downloading them from these sites should only be done for personal use, and never if the artist has expressed his/her/their desire to not publize their lyrics.

REQUIRED VALUES ^

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

SET VALUES ^

lyrics

LYRICS SOURCES ^

filename

Looks for $filename.txt

wearethelyrics.com
nomorelyrics.com
www.uppercutmusic.com
www.houseoflyrics.com
leoslyrics.com
lyricsmania.com

OPTIONS ^

lyrics_path

Path to folder containing lyrics text files.

BUGS ^

This method is always unreliable unless great care is taken in file naming.

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>

LICENSE ^

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

COPYRIGHT ^

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