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


Click here to return to the 'Get the lyrics even if iTunes not playing the track.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Get the lyrics even if iTunes not playing the track.
Authored by: snow white on Jul 22, '03 04:00:09AM

An easy script modification makes it work even if the selected track is not currently playing. Add two "playpause" commands right after the tell command to iTunes, as in--

tell application "iTunes"
playpause
playpause

copy name of current track to nameOfTrack
...

This mod works by toggling the iTunes play/pause button twice.

---
snow white

[ Reply to This | # ]