Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewish/textflow
Ruby script to convert iTunes album art into ASCII
https://github.com/drewish/textflow
Last synced: 18 days ago
JSON representation
Ruby script to convert iTunes album art into ASCII
- Host: GitHub
- URL: https://github.com/drewish/textflow
- Owner: drewish
- License: gpl-2.0
- Created: 2009-05-24T07:28:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-08-14T06:41:04.000Z (over 11 years ago)
- Last Synced: 2024-10-31T04:07:17.916Z (2 months ago)
- Language: Ruby
- Homepage: http://drewish.github.io/textFlow/
- Size: 156 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://brew.sh/) 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:
- switch between songs with the arrow keys
- pause and play with the `space`
- mute and unmute (100% volume) with down and up keys
- save current album art to artwork with `s`
- quit with `q`## For more information
See http://drewish.com/node/130 or http://github.com/drewish/textFlow