You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Pauses QuickTime, resuming playback at same point in iTunes.--Assumes you have the same file open in iTunes.--Keep in ~/Library/Scripts/Applications/QuickTime Player/--Adapted from http://hints.macworld.com/article.php?story=20060103000452805tell application "QuickTime Player" set my_movie to first document set my_seconds to (current time of my_movie) close my_movieend telltell application "iTunes" activate set player position to my_seconds playend tell