Jump to content

MTAudio.au3


FuryCell
 Share

Recommended Posts

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 tool

Download

Small Example

#Include<MTAudio.au3>

$Title="Bloodline"
$Artist="Slayer"

$Lyrics=_MTAudio_GetLyrics(1,$Artist,$Title)

MsgBox(0,$Title,$Lyrics)
Edited by FuryCell
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
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...