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


Click here to return to the 'Play LastFM customized radio streams in iTunes' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Play LastFM customized radio streams in iTunes
Authored by: flupirupi on Apr 24, '07 06:07:35AM
This hint is great. I don't like to use 5 different apps just to list to my music. iTunes all the way. However, I came up with this little script to skip the currently playing track

tell application "iTunes"
  try
    open location "http://localhost:1881/skip"
  on error
    open location "http://localhost:1881/lastfm.mp3"
  end try
end tell

I don't know why, but trying to play the "skip" part, throws an error. Any hints?
Now I only would like to retrieve the artwork from last.fm?

[ Reply to This | # ]