NAME
Music::Tag::Coveralia - Get cover art from coveralia.com
SYNOPSIS
use Music::Tag;
my $mt = Music::Tag->new($filename);
$mt->add_plugin('Coveralia');
$mt->get_tag;
DESCRIPTION
This plugin gets cover art from http://coveralia.com, based on album and (optionally) artist.
REQUIRED DATA VALUES
- album
-
Used as the search term.
USED DATA VALUES
- artist
-
If present, the first album found from this artist is chosen. Otherwise the first album found is chosen.
SET DATA VALUES
- picture
SEE ALSO
Music::Tag, WWW::Search::Coveralia, http://coveralia.com
AUTHOR
Marius Gavrilescu, <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2014-2015 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available.