Page 1 of 1
EvilLyrics LCD Plugin!
Posted: May 10th, 2005, 3:38 pm
by limbo
Evillabs - Evillyrics is a tool that automatically searches for lyrics as your song is played in your player.
http://www.evillabs.sk/evillyrics/
Now an
LCD Smartie plugin is available form more goto:
[url]
http://www [dot] evillabs [dot] sk/forum/about1078 [dot] html[/url]
broken link - plugin attached to this post
Posted: May 11th, 2005, 8:04 pm
by clansley
I've added a link to it from our download page.
Posted: October 18th, 2005, 6:33 pm
by limbo
New version of this plugin can downloaded here:
[url]
http://users [dot] pandora [dot] be/thedeath/UTerror/evillyrics/evillyrics [dot] rar[/url]
Forum thread:
http://www.evillabs.sk/forum/index.php/ ... 078.0.html
fix for evillyrics
Posted: March 12th, 2009, 2:20 am
by droppedd
The linked plugin seems to work spottily as of 3/2009 - and lyrics display requires not just milkdrop support but milkdrop actually running. And the old version of milkdrop, too (1.04 - 2.0 seems to be unsupported). but with the newer versions of EvilLyrics, there's actually a better solution that doesn't depend on milkdrop running in winamp and should work with any player EvilLyrics works with - no extra plugins required!
Open EvilLyrics
Go to Settins -> Advanced -> Other Options
Under the Other section:
[SaveCurrent] 1
(instead of 0)
Also, set EvilLyrics to automatically download karaoke files.
This will keep a file for songs that are playing you can read with the built-in File function of Smartie:
$File(C:\Program Files\EvilLyrics\lyrline.txt,1)
Tada! Hope this helps others.
Re: EvilLyrics LCD Plugin!
Posted: November 11th, 2009, 10:41 pm
by elkulo
Just like droppedd said no extra plugins required! Just $File(C:\Program Files\EvilLyrics\lyrline.txt,1)...
There is another interesting file in evillyric folder that shows the whole lyric of the current song (if you don't have the karaoke file): C:\Program Files\EvilLyrics\nowplaying.txt
If someone knows, how to switch between the lyrline.txt (if the karoke is running (the line of the file change) and the nowplaying.txt (if the karaoke is not running (the line in lyrline.txt is just the title of the song)...please post it !
I try in actions:
Code: Select all
if $File(C:\Program Files\EvilLyrics\lyrline.txt,1) <> $WinampTitle then EnableScreen(20)
but I think it's conflict with my another actions:
Code: Select all
if $WinampStat = playing then EnableScreen(2)
if $WinampStat = stopped then GottoScreen(1)
Someone can help?
Is there a plugin to scroll a file from the beginning to the end with a vertical scroll?
Re: EvilLyrics LCD Plugin!
Posted: November 14th, 2009, 2:10 am
by elkulo