economysizegeek / unoffical-sonos-controller-for-linux

An Electron based linux app for controlling your sonos system.

Home Page:http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

#Unofficial Sonos Controller for Linux

First I was tinkering with chrome apps and sonos, but chrome apps are a dying platform, so I've moved over to Electron. The project is written in ES6 and utilizes Preact and flux to manage the UI

##Why?

I use Ubuntu as my main OS, and there's no decent controller app. So I am aiming to at some point provide a usable sonos controller that can run on Linux also, installed via deb file. Maybe it won't have all the functions of the real sonos player, but if I can browse the library and manage the queue, I'll be pretty damn happy. Previously this was a chrome app, and I had a good 70k users on the chrome store.

##Install via .deb file

You can find the latest .deb on the release page. You can doubleclick it on Ubuntu to install it via the Software Center, alternatively run

sudo dpkg -i sonos-controller-unofficial-amd64.deb

##Install and Run locally

You will need node.js for this.

First, initialize the project:

npm install

Second, start the electron app in develop mode:

npm run develop

Building a deb:

npm run dist

This might require some additional binaries, like graphicsMagick and icnsutils, which you can install via apt

##Firewall settings

You will need to whitelist these if you run Ubuntu firewall for example:

  • TCP 1400 outgoing
  • TCP 3400 incoming
  • UDP 1900 outgoing
  • UDP 1905 incoming

##Thanks to other projects

About

An Electron based linux app for controlling your sonos system.

http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/


Languages

Language:JavaScript 89.5%Language:CSS 10.3%Language:HTML 0.2%