Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bakkdoor/wuby_tunes
- Owner: bakkdoor
- License: gpl-2.0
- Created: 2008-08-08T14:59:55.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-08-10T01:03:15.000Z (about 16 years ago)
- Last Synced: 2023-04-11T18:18:25.343Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 273 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
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. DependenciesCurrently *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/":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.