drewish / textFlow

Ruby script to convert iTunes album art into ASCII

textFlow / README
100644 18 lines (14 sloc) 0.55 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Overview
--------
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 MacPorts (http://www.macports.org) to install ImageMagick
and jp2a:
    sudo port install jp2a imagemagick
 
You'll also need to use Ruby's gem to install ncurses and appscript:
    sudo gem install ncurses rb-appscript
 
For more information
--------------------
See http://drewish.com/node/130 or http://github.com/drewish/textFlow