drewish


Text mode Cover Flow   09 January 2009

textTunes

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 imagemagick

You need to use Ruby’s gem to install ncurses and appscript:

sudo gem install ncurses rb-appscript

The 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.

← Back to the top