granth / controllercontroller forked from mferrier/controllercontroller
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
core_extensions.rb | ||
| |
doc/ | ||
| |
helpers.rb | ||
| |
itunes.rb | ||
| |
library.rb | ||
| |
public/ | ||
| |
server.rb | ||
| |
track.rb | ||
| |
views/ |
README
controllercontroller ======================= Sinatra server for unlimited users to control iTunes remotely. Add/remove tracks from the playlist, browse the library, control play/pause/volume/etc. Design ======================= Best used in Firefox 3 or Safari. Opera is okay, but not as nice. It is passable in Internet Explorer, but not great. I have no plans to support IE, so you can just DEAL! haha! Dependencies ======================= active_support sinatra rb-appscript Running ======================= $ ruby server.rb Then connect to http://your_ip:4567. (C) 2008 Mike Ferrier (mferrier@gmail.com)


