Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Lesser known songs? Use Google!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Lesser known songs? Use Google!
Authored by: dustpuppy on Aug 06, '04 06:47:17AM

I came up with this ugly hack only a while ago:

tell application "iTunes"
  set theArtist to the artist of the current track
  set theTitle to the name of the current track
end tell

set theURL to "http://www.google.com/search?q=" & theArtist & "+" & theTitle & "+lyrics&ie=UTF-8&btnI=Google+Search"

tell application "Safari"
  activate
  set the URL of the front document to theURL
end tell

It isn't guaranteed to work, but it actually does, most of the time. And, you're totally independent of some special lyrics site. You always use that one with the best PageRank :)



[ Reply to This | # ]