Update to My Last.fm Scrobbling Test

I spent a bit of time this evening updating my Last.fm scrobbler (if you can call it that), which I have written about before.
It simply makes it a lot easier to use: enter your username and password, click the button (I know the enter key doesn’t work, and I hate myself for not being able [...]

Posted at 2:21 on November 16th 2008, tagged as , , , , with 2 comments

Here’s One I Made Earlier

.blue {color:blue !important;}
.bluebold {color:blue !important;font-weight:bold !important;}
.green {color:green !important;}

This is hardly complicated, but it’s something that’s been bugging me. A few minutes later, tada: a script that will open the Last.fm page of the currently playing iTunes track.

tell application "iTunes"
  try
    set theArtist to artist of current track
    set theSong to name of current track
  end try
end tell
tell application "System [...]

Posted at 16:05 on November 9th 2008, tagged as , , , , with no comments yet