Text mode Cover Flow
My side project has been writing some code to display data from iTunes on my Heathkit H19 terminal.
Requirements
You'll need to use MacPorts to install ImageMagick and jp2a:
sudo port install jp2a imagemagickYou need to use Ruby's gem to install ncurses and appscript:
sudo gem install ncurses rb-appscriptThe Code
As of 24 May 2009, I've move this code to GitHub Repository. Now there's publicly accessible version control and people can fork and share changes.

