FuryCell Posted May 9, 2010 Posted May 9, 2010 (edited) This is a small udf library I have created with the following functions. It should be useful for music related apps and is used in my upcoming "SnagLyrics" app. All code is GPLv3._MTAudio_GetLyrics()- Get lyrics for a track from either LYRDB or LyricsPlugin.com_MTAudio_GetID() - Get "Artist" and "Title" of a track using MusicBrainz and the GenPUID toolDownloadSmall Example#Include<MTAudio.au3> $Title="Bloodline" $Artist="Slayer" $Lyrics=_MTAudio_GetLyrics(1,$Artist,$Title) MsgBox(0,$Title,$Lyrics) Edited May 9, 2010 by FuryCell HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now