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.
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
- 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>
COPYRIGHT
Copyright (c) 2007 Edward Allen III. All 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.
7 POD Errors
The following errors were encountered while parsing the POD:
- Around line 37:
You forgot a '=back' before '=head1'
- Around line 39:
'=item' outside of any '=over'
- Around line 79:
You forgot a '=back' before '=head1'
- Around line 81:
'=item' outside of any '=over'
- Around line 1262:
You forgot a '=back' before '=head1'
- Around line 1264:
'=item' outside of any '=over'
- Around line 1268:
You forgot a '=back' before '=head1'