Automator - Updating podcasts

Joined
Oct 24, 2010
Messages
3
Reaction score
0
Hey all,

New to the forum... and Macs.

I'm using automator to do a few tasks, one of them is a simple update,

It's updating my mail account, Ical account and some RSS feeds, I now want it to update my itunes podcast, which requires it to go onto podcasts and press the "refresh" button.

I'm currently using the "watch me" to achieve this but there are a lot of flaws, (ie, if itunes is open but not on screen). Is there an easier way to achieve this...?

I've been trying for a hour or so with no luck, I'm no good at applescript but could use it with some help..

Cheers,

Sam
Nottingham - UK
 
Joined
Oct 24, 2010
Messages
3
Reaction score
0
Found a way if anyone is interested.

Using applescript in automator

on run {input, parameters}

tell application "iTunes"
updateAllPodcasts
end tell

return input
end run
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top