Go Back   The macosxhints Forums > OS X Help Requests > AppleScript



Reply
 
Thread Tools Rate Thread Display Modes
Old 11-16-2012, 04:08 PM   #1
montylee
Triple-A Player
 
Join Date: Oct 2005
Posts: 129
iTunes > Apps > Check for Available Downloads

Is there a script or automator action that can get iTunes to automatically check for any available downloads for the mobile apps and then download them?

The iTunes > Preferences > Store for Automatic Downloads does NOT download updates. Selecting Store > Check for Available Downloads only looks for downloads not already downloaded.

I am looking for something to do this automatically when I'm gone on trips instead of coming home and finding 85+ updates.

Any help would be appreciated.
montylee is offline   Reply With Quote
Old 11-16-2012, 05:47 PM   #2
acme.mail.order
League Commissioner
 
Join Date: Sep 2003
Location: Tokyo
Posts: 6,046
There's the "Download all updates" button on the Apps update page...
acme.mail.order is offline   Reply With Quote
Old 11-17-2012, 09:23 AM   #3
montylee
Triple-A Player
 
Join Date: Oct 2005
Posts: 129
Quote:
Originally Posted by acme.mail.order
There's the "Download all updates" button on the Apps update page...

Yes but you can only click that AFTER you first select Apps in the iTunes sidebar, then click on Check for Updates at the bottom of iTunes. Only then do you get the option to "Download all updates."

I'm looking for a solution that implements "Download all updates" right away so Automator or Applescript can execute that (no user interaction needed). Right now the user MUST click the required buttons before that comes up.
montylee is offline   Reply With Quote
Old 01-22-2013, 05:10 PM   #4
moonman239
Registered User
 
Join Date: Jan 2013
Posts: 2
Allow me to chime in here.

I don't think iTunes allows AppleScripts to check for updates. I do know, however, that you can tell the Mac to pretend it's a user who wants to check for updates. Something like this:

Code:
tell application "System Events"
tell process "iTunes"
click X
end tell
end tell
Of course, the Mac actually needs to know where it can find the UI items, so I'd get more info on interacting with application UIs in AppleScript if I were you.
moonman239 is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 12:56 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.