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 iTunes, resuming playback at same point in QuickTime at 1.5x playback rate--Keep in ~/Library/Scripts/Applications/iTunes/--Adapted from http://hints.macworld.com/article.php?story=20060103000452805tell application "iTunes" pause set my_track to location of current track set my_seconds to player positionend telltell application "QuickTime Player" activate open my_track set my_movie to first document set current time of my_movie to my_seconds set rate of my_movie to 1.5 -- starts playingend tell