bakkdoor / wuby_tunes
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.textile | ||
| |
back.rhtml | ||
| |
index.rhtml | ||
| |
layout/ | ||
| |
lib/ | ||
| |
next.rhtml | ||
| |
play_pause.rhtml | ||
| |
stop_wuby_daemon.rb | ||
| |
style/ | ||
| |
wuby.rb |
README.textile
wubyTunes is a very lightweight iTunes-Controller-Webapp (for Mac OS X) running on the micro webserver Wuby (see: http://www.wuby.org).
It is licensed under the GPL v2. For more information take a look at the LICENSE file or at http://www.gnu.org/licenses/
Created by Christopher Bertels (bakkdoor) in 2008.
Dependencies
Currently wubyTunes only has one external dependency:
ruby-osaA OSA-binding for Ruby, making it easy to control Mac OS X apps directly from Ruby (similar to AppleScript).
Get it here:
http://rubyosa.rubyforge.org/Or via rubygems:
sudo gem install rubyosaHow to run
To run wubyTunes, simply run the following command:
ruby wuby.rbWhich will start a Wuby webserver thread on port 8080.
For more available options on Wuby, checkout the official website: http://www.wuby.org/
or take a look in the wuby.rb file.

