Since you say you already use Quicksilver as a launcher but use Butler for iTunes, may I suggest adding a few simple iTunes scripts where Quicksiilver can find them (I use a folder Applications/Scripts/iTunes/). For instance to skip to the next track:
tell application "iTunes"
next track
end tell
It takes a few minutes to write, test and save a few useful scripts, but then you have them. (I have one to start iTunes, the one above to skip to the next track and a third to pause).
itunes skip - reowen
Since you say you already use Quicksilver as a launcher but use Butler for iTunes, may I suggest adding a few simple iTunes scripts where Quicksiilver can find them (I use a folder Applications/Scripts/iTunes/). For instance to skip to the next track:tell application "iTunes"
next track
end tell
It takes a few minutes to write, test and save a few useful scripts, but then you have them. (I have one to start iTunes, the one above to skip to the next track and a third to pause).
Reply to This
Thursday, April 14 2005 @ 03:28 PM PDT