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
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
EvilLyrics LCD Plugin!
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
EvilLyrics LCD Plugin!
You do not have the required permissions to view the files attached to this post.
-
- Site Admin
- Posts: 104
- Joined: February 13th, 2005, 5:09 pm
- Location: UK
- Contact:
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
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
[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
-
- Posts: 2
- Joined: March 10th, 2009, 10:37 pm
fix for evillyrics
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.
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.
-
- Posts: 26
- Joined: November 1st, 2009, 2:13 pm
Re: EvilLyrics LCD Plugin!
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:
but I think it's conflict with my another actions:
Someone can help?
Is there a plugin to scroll a file from the beginning to the end with a vertical scroll?
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)
Code: Select all
if $WinampStat = playing then EnableScreen(2)
if $WinampStat = stopped then GottoScreen(1)
Is there a plugin to scroll a file from the beginning to the end with a vertical scroll?
-
- Posts: 26
- Joined: November 1st, 2009, 2:13 pm
Re: EvilLyrics LCD Plugin!
I finally do it. I create a new theme (theme nr2) with the winamp screen and the evillyris karaoke screen. And in actions:
For a better synchronize to show the screens, I put 2sec for winamp status screen and 30sec to the evillyrics screen.

Code: Select all
if $WinampStat = playing then GotoTheme(2)
if $WinampStat = stopped then GotoTheme(1)





