Version 1 of iPod Kiosk

Updated 2007-03-14 17:35:11

Sean Deely Woods has developed a kiosk system. It is completely button free and automatic. A tcl/tk script on an OS X machine looks for the presence of an iPod. When one is detected, the Tcl script triggers several behaviors in iTunes via Applescript, and ejects the iPod when completed.

It may sound simple, but there are some technical hurdles to overcome. First, iTunes isn't scripted to Apple's own standards. Many alerts are modal dialog boxes, and thus stop the program cold. The preamble to every call to Itunes is slapping the "c" and "n" button to clear away any dialog boxes that prevent the program from responding. Next, iTunes has no way to actually report when a file transfer is completed. So our Tcl program keeps a timer, and watches for a value passed back through a file...


Category Mac