I am an avid user and fan of Luke Melia’s applescript that I can invoke with Quicksilver to add actions to Tracks.
I made a version of the script for each of my contexts. I also replaced the notification with something like this:
tell application "Quicksilver"
show notification "Tracks" text "Action added
to @calls."
end tell
which I thought looked a little better on my Growl.
Here’s my question: is it doable to also include, at the end of a script, instructions to check if Tracks is currently in a browser window, and if so, to refresh that window? It seems like it should be possible but I don’t know enough about Applescript to get it to work.
