I also use
WebSearch Panels plugin, set with two panels:
lyricsplugin.com (more reliable) and
Lyrics-songs.com (better for brazilian music). This way, I can easily fetch lyrics, song-by-song, and embed them with a click. I prefer this approach, instead of using a batch tool, like Lyricator.
Anyway, with these great tools available, I think it's unnecessary to bloat Lyrics Viewer with such features, so it will continue to be just this: a Viewer. Probably.
In case you decide to give WebSearch Panels a try, You can use my
Websearch.xml as a start. It looks like this:
Code: Select all
<?xml version="1.0" encoding="ISO-8859-15"?>
<configuration>
<site>
<name>lyricsplugin</name>
<caption>lyricsplugin</caption>
<description>Search current title's lyrics in lyricsplugin.com</description>
<start>about:blank</start>
<url>http://www.lyricsplugin.com/winamp03/plugin/?title=%title%&artist=%artist%</url>
</site>
<site>
<name>lyricssongs</name>
<caption>Lyrics-songs.com</caption>
<description>Search current title's lyrics in lyrics-songs.com</description>
<start>about:blank</start>
<url>http://www.lyrics-songs.com/winamp.php?musica=%title%&artista=%artist%</url>
</site>
</configuration>