Skip to content

youpy/ruby-itunes-observer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Author

youpy <youpy@buycheapviagraonlinenow.com>

Copyright

Copyright © 2009 youpy

License

MIT

About

Observe iTunes and notify when starting playng track

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages