textFlow

Ruby script to convert iTunes album art into ASCII

View the Project on GitHub drewish/textFlow

textFlow

textFlow is an ruby script for OS X that talks to iTunes via AppleScript and converts the current track's album art into ASCII for display in a terminal.

Requirements

You'll need to use Homebrew to install ImageMagick and jp2a:

brew install jp2a imagemagick

You'll also need to install the appscript gem:

gem install rb-appscript

or

bundle install

Operation

Start the program:

./textFlow.rb

Then:

For more information

See http://drewish.com/node/130 or http://github.com/drewish/textFlow