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
- Host: GitHub
- URL: https://github.com/youpy/ruby-itunes-observer
- Owner: youpy
- Created: 2009-09-07T02:47:06.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2012-03-23T11:57:12.000Z (over 14 years ago)
- Last Synced: 2023-04-10T11:22:14.836Z (about 3 years ago)
- Language: Ruby
- Homepage:
- Size: 110 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- Changelog: ChangeLog
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