Skip to content
forked from sunny/so-nice

Small Web interface to control iTunes, MPD, Rhythmbox, XMMS2 or Amarok

Notifications You must be signed in to change notification settings

mubbashir/so-nice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

So Nice ♫

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 Mac, iTunes Windows, Spotify Mac, MPD, Rhythmbox, Amarok and XMMS2.

Screenshot

Setup

With ruby, 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):

  • SONICE_CONTROLS enables/disables on-screen controls
  • SONICE_VOTING enables/disables voting

Players

Supports iTunes Mac, iTunes Windows, Spotify Mac, MPD, Rhythmbox, Amarok and XMMS2 thanks to anyplayer.

Licence

WTFPL, Contributors

About

Small Web interface to control iTunes, MPD, Rhythmbox, XMMS2 or Amarok

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 38.5%
  • JavaScript 35.1%
  • HTML 14.3%
  • CSS 12.1%