All Projects → sunny → So Nice

sunny / So Nice

Small Web interface to control iTunes, Spotify, Rdio, MPD, Rhythmbox, Amarok and XMMS2. ♫

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to So Nice

Ablemusicplayer
🎵 A Youtube Music like app with a Spotify like design - ad free and open source. Feel free to PR. NOTE: BEING REWRITTEN, HENCE THE REPO WILL BE INACTIVE FOR A WHILE
Stars: ✭ 167 (+18.44%)
Mutual labels:  hacktoberfest, spotify, music-player
Rompr
Web client for Mopidy and MPD
Stars: ✭ 115 (-18.44%)
Mutual labels:  spotify, music-player, mpd
Counsel Spotify
Control Spotify App through Emacs
Stars: ✭ 49 (-65.25%)
Mutual labels:  hacktoberfest, spotify
Forked Daapd
Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay devices (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
Stars: ✭ 1,073 (+660.99%)
Mutual labels:  spotify, mpd
Hassio Addons
The repository for my Home Assistant Supervisor Add-ons.
Stars: ✭ 71 (-49.65%)
Mutual labels:  hacktoberfest, mpd
Raveberry
A multi-user music server with a focus on participation
Stars: ✭ 442 (+213.48%)
Mutual labels:  spotify, music-player
Hifiberry Os
Linux distribution optimized for audio playback
Stars: ✭ 487 (+245.39%)
Mutual labels:  spotify, mpd
Timberx
Material theme music player that works across all form factors (phones, wear, auto, cast, assistant) and uses latest tools (Kotlin, Architecture components, Room, Databinding)
Stars: ✭ 1,103 (+682.27%)
Mutual labels:  hacktoberfest, music-player
rpi-mpd
MPD (Music Player Daemon) on Raspberry Pi / ARM
Stars: ✭ 16 (-88.65%)
Mutual labels:  music-player, mpd
Spotify Dart
A dart library for interfacing with the Spotify API.
Stars: ✭ 109 (-22.7%)
Mutual labels:  hacktoberfest, spotify
Pasta For Spotify
A material design Spotify client for Android
Stars: ✭ 93 (-34.04%)
Mutual labels:  spotify, music-player
Spotify Playlist Archive
Daily snapshots of public Spotify playlists
Stars: ✭ 111 (-21.28%)
Mutual labels:  hacktoberfest, spotify
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (+114.18%)
Mutual labels:  spotify, music-player
Olivia
Elegant music player for LINUX
Stars: ✭ 261 (+85.11%)
Mutual labels:  spotify, music-player
Tauonmusicbox
The Linux desktop music player from the future! 🌆
Stars: ✭ 494 (+250.35%)
Mutual labels:  spotify, music-player
blade-player
Android music player that plays from local library, Spotify or Deezer
Stars: ✭ 67 (-52.48%)
Mutual labels:  spotify, music-player
A Pop
🎶 HD Music Streaming and Sharing Web App
Stars: ✭ 55 (-60.99%)
Mutual labels:  spotify, music-player
owntone-server
OwnTone is forked-daapd's new name. Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay devices (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
Stars: ✭ 1,408 (+898.58%)
Mutual labels:  spotify, mpd
spotube
A lightweight free Spotify 🎧 desktop-client 🖥 which handles playback manually, streams music using Youtube & no Spotify premium account is needed 😱
Stars: ✭ 361 (+156.03%)
Mutual labels:  spotify, music-player
Pause On Lock
Pause/Resume your music player when locking/unlocking your Linux desktop.
Stars: ✭ 79 (-43.97%)
Mutual labels:  spotify, music-player

So Nice ♫

Gem Version

“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

Install

Make sure you have Ruby > 1.9 and Rubygems installed. You can then type in a terminal:

$ gem install sonice

Launch it with:

$ sonice

Then visit http://localhost:3000

Configuration

You can launch sonice with these environment options:

  • SONICE_CONTROLS=0 to disable on-screen controls
  • SONICE_VOTING=0 to disable voting
  • SONICE_PORT=12345 to change port (default 3000)

Example:

$ SONICE_CONTROLS=0 SONICE_VOTING=0 sonice

If you don't want to type them all the time, add them to your .bashrc:

export SONICE_CONTROLS=0
export SONICE_VOTING=0

Players

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

Development Setup

With bundler (gem install bundler) and git, get the code and get started:

$ git clone https://github.com/sunny/so-nice
$ cd so-nice
$ bundle install

Launch the binary with:

$ ruby -Ilib bin/sonice

Contribute

Feel free to help with the development by submitting issues and pull requests on github.

Licenced under the WTFPL, made by these awesome contributors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].