Another way to have iTunes pause after playing

Nov 09, '10 07:30:00AM

Contributed by: llee

This hint is a followup to this previous hint.

It provides an alternative to clicking a selected track in iTunes then hitting the play button. That action, of course, results in continued playback until the rest of the playlist to which the track belongs has finished playing, whereas running the script results in cessation of playback after the selected track has finished playing. If multiple tracks are selected, only the last selected track plays. Keyboard shortcuts remain available for controlling transport actions while the track plays. To give the script a keyboard shortcut (emphatically recommended), use the instructions found here (among other places). I gave mine the shortcut Command+Option+P. Works in 10.6.4 with iTunes 10.0.1.

Type the following script into AppleScript Editor:

tell application "iTunes" to play selection with once

Save the script to ~/Library/iTunes/Scripts or Library/iTunes/Scripts to use the keyboard shortcut method referenced above.

[crarko adds: I tested this, and it works as described. I saved the script to ~/Library/Scripts/Applications/iTunes so I could select it from the Scripts menu while in iTunes, and that worked fine too. There is a wealth of other good scripts available at Doug's AppleScripts for iTunes, which is linked to above.]

Comments (2)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20101109044926101