Created
April 1, 2014 18:41
-
-
Save danielpunkass/9920314 to your computer and use it in GitHub Desktop.
Skip forward by N seconds in iTunes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on SkipSeconds(secondsToSkip) | |
tell application "iTunes" | |
set newPosition to player position + secondsToSkip | |
set player position to newPosition | |
end tell | |
end SkipSeconds | |
SkipSeconds(30.0) |
Love me some FastScripts!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use FastScripts to give this script an iTunes-specific, or global keyboard shortcut:
http://www.red-sweater.com/fastscripts/