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


Click here to return to the 'A script to display the current iTunes song's lyrics' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to display the current iTunes song's lyrics
Authored by: ansoni on Jan 04, '04 04:24:27AM
Just downloaded the script and started to play with it.

To enable Japanese you need to edit the google search string that the script uses.
set URL of document 1 to "http://www.google.com/search?btnI=1&ie=UTF-8&oe=UTF-8&q= +lyrics -amazon.com -review" & nameOfTrack & nameOfArtist & nameOfAlbum

This is the new line that I ended up with. Also note that I added a -amazon.com and a -review because I kept getting those for some reason. The important piece on that line is the ie=UTF-8.

[ Reply to This | # ]