Skip to content

Instantly share code, notes, and snippets.

@nandff
Created February 25, 2010 00:29
Show Gist options
  • Save nandff/314081 to your computer and use it in GitHub Desktop.
Save nandff/314081 to your computer and use it in GitHub Desktop.
AppleScript: iTunes: refresh podcasts whose name is "the_name_of_a_podcast"
-- iTunes: refresh podcasts whose name is "the_name_of_a_podcast"
-- podcast "the_name_of_a_porcast" cannot be empty
set album_name to "the_name_of_a_podcast"
tell application "iTunes"
updatePodcast (first track of playlist "Podcasts" whose album is album_name)
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment