Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bakkdoor/wuby_tunes

A very lightweight iTunes-Controller-Webapp running on the micro webserver Wuby
https://github.com/bakkdoor/wuby_tunes

Last synced: 1 day ago
JSON representation

A very lightweight iTunes-Controller-Webapp running on the micro webserver Wuby

Awesome Lists containing this project

README

        

*wubyTunes* is a very lightweight iTunes-Controller-Webapp (for Mac OS X) running on the micro webserver *Wuby* (see: "http://www.wuby.org":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/":http://www.gnu.org/licenses/

Created by Christopher Bertels (bakkdoor) in 2008.

h2. Dependencies

Currently *wubyTunes* only has one external dependency:

ruby-osa

A 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/":http://rubyosa.rubyforge.org/

Or via rubygems:

sudo gem install rubyosa

h2. How to run

To run *wubyTunes*, simply run the following command:

ruby wuby.rb

Which will start a Wuby webserver thread on port 8080.
For more available options on Wuby, checkout the official website: "http://www.wuby.org/":http://www.wuby.org/
or take a look in the wuby.rb file.