Changeset 609 for trunk/Update Podcasts/update_podcasts.py
- Timestamp:
- 01/08/10 03:32:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Update Podcasts/update_podcasts.py
r574 r609 87 87 88 88 def 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] 90 90 91 91 def wait_for_podcast_update(iTunes): … … 111 111 if __name__ == '__main__': 112 112 iTunes = app('iTunes') 113 print >> sys.stderr, 'Starting podcast update...' 114 iTunes.updateAllPodcasts() 113 115 print >> sys.stderr, 'Synchronizing iPod...' 114 116 iTunes.update()
Note:
See TracChangeset
for help on using the changeset viewer.