Everynight with my star friends
We eat caviar and drink champage
A small Web interface to play, pause, change volume or skip the currently playing song in iTunes, MPD, Rhythmbox, XMMS2 or Amarok.

Setup
With ruby, rubygems, the bundler gem (gem install bundler) and git, you can install it this way:
$ git clone git://github.com/sunny/so-nice.git
$ cd so-nice
$ bundle install
Launch it with:
$ bundle exec thin start
Then visit http://localhost:3000
Configuration
The configuration options are at the top of the config.ru file (all settings are enabled by default):
-
ENV['SONICE_CONTROLS']to disable on-screen controls -
ENV['SONICE_VOTING']to disable voting
Players
Supports iTunes Mac, iTunes Windows, Spotify Mac, MPD, Rhythmbox, Amarok and XMMS2 thanks to anyplayer.
Then visit http://localhost:3000
Contributing
Feel free to help with the development by submitting issues and pull requests on github.
Licenced under the WTFPL, made by these awesome contributors.