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 apple, code, lastfm, script, with no comments yet












