An open API service indexing awesome lists of open source software.

https://github.com/youpy/ruby-itunes-observer

Observe iTunes and notify when starting playng track
https://github.com/youpy/ruby-itunes-observer

Last synced: 10 months ago
JSON representation

Observe iTunes and notify when starting playng track

Awesome Lists containing this project

README

          

= itunes-observer

Observe iTunes and notify when playing/stopping/pausing

== Description

== Installation

=== Archive Installation

rake install

=== Gem Installation

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

== Features/Problems

== Synopsis

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

== See Also

* http://blog.8-p.info/articles/2006/12/24/rubycocoa-skype-itunes

== Copyright

Author:: youpy
Copyright:: Copyright (c) 2009 youpy
License:: MIT