Post

Replies

Boosts

Views

Activity

Reply to Check to make sure iTunes is playing - AppleEvent timed out. (-1712)
Sorry for the formatting, I am used to real forums, not ones that format differently and don't respect the returns entered in the text box. Also, I can't seem to edit my initial post, and I can't seem to find an AppleScript-specific forum or post to it. The code: repeat tell application "iTunes" if player state is paused then tell application "iTunes" to play end if delay 30 end tell end repeat
4w