Slug: podcast-helper-proof-of-concept Date: 2005-03-09 Title: PodCast Helper proof-of-concept layout: post
PodCast Helper is a stay-open AppleScript that looks at the current track in iTunes; if the genre is "podcast", it grabs the comment from the track, and parses it for timecodes and notes of the form:
>@4:35 some note
If it finds any, it will watch the track and when it hits the appropriate timecode, it will use Growl (http://growl.info) to popup a notification with the note. Ideally, Growl would be able to show HTML, or at least text with links in it, so pocasters could include clickable links in the notes. Sans that, this script is really more of a proof of concept.
Usage: expand the archive and put the script somewhere. Double click the script and click "Run" when it opens. That's it. Of course, the podcast must have notes of the appropriate format for this to work. The format, again, is:
> @mm:ss note
Download: PodCast Helper
If you want to port this to Cocoa or some other environment, please do. It's licensed under a CC license (http://creativecommons.org/licenses/by-nc-sa/2.0/)
This work is licensed under a Creative Commons License.