Changeset 609


Ignore:
Timestamp:
01/08/10 03:32:21 (14 years ago)
Author:
Nicholas Riley
Message:

Start podcast update first; update for new iTunes UI layout (thanks, PreFab UI Browser!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Update Podcasts/update_podcasts.py

    r574 r609  
    8787
    8888def iTunes_main_pane():
    89     return app(u'System Events').application_processes[u'iTunes'].windows[u'iTunes'].splitter_groups[1].scroll_areas[1]
     89    return app(u'System Events').application_processes[u'iTunes'].windows[u'iTunes'].splitter_groups[1].scroll_areas[2]
    9090
    9191def wait_for_podcast_update(iTunes):
     
    111111if __name__ == '__main__':
    112112    iTunes = app('iTunes')
     113    print >> sys.stderr, 'Starting podcast update...'
     114    iTunes.updateAllPodcasts()
    113115    print >> sys.stderr, 'Synchronizing iPod...'
    114116    iTunes.update()
Note: See TracChangeset for help on using the changeset viewer.