Jump to content

Lyrics Finder... UDF! updated different site, way better


ludocus
 Share

Recommended Posts

I haven't post in a long time (2 weeks)

but now I do.. :)

So I made this _FindLyrics udf for my White Dragon media player (check sig)..

I hope you like it >_<

old:

Find_Lyrics.au3

previous downloads: 16

New:

Find_Lyrics_Pro.au3

, ludocus..

; fixed error if title isn't found..

; added example..

; Find Lyrics Pro uses a different site and is much better!!

Edited by ludocus
Link to comment
Share on other sites

dude I tried:

$l = _FindLyrics('Psychosocial', 'Slipknot')

if $l <> -1 then

if $l[0] <> 1 Then ShellExecute($l[2])

msgbox(32, 'Find', $l[1])

ClipPut($l[1])

EndIf

it worked..

and I also tried All Hope is gone

that worked too...

Link to comment
Share on other sites

fixed that error...

what variable are you talking about?

You declare $text as global even though you only use it as local :), thats a waste of memory etc

global $text[3]
global $text[2]
Edited by AdmiralAlkex
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...