itunes-observer

Observe iTunes and notify when starting playng track

Description

Installation

Archive Installation

rake install

Gem Installation

gem sources -a http://gems.github.com/  
gem install youpy-itunes-observer

Features/Problems

Synopsis

ITunesObserver.new {|result|
 puts '%s - %s' % [result['Artist'], result['Name']]
}.run

See Also

Author

youpy <[email protected]>

Copyright

Copyright © 2009 youpy

License

MIT