8000 GitHub - forzalife/noson-app: The essential to control music from your SONOS devices on Linux platforms
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

forzalife/noson-app

 
 

Repository files navigation

Gitter Build Status

Noson

A fast and smart SONOS controller for Linux platforms.

Go to project page for further details. Translations are managed by transifex at noson-translations.

Build instructions

The build can be achieved on any platform supporting Qt version 5.9. See debian/control file for more details about dependencies.

Linux/BSD

  • Install the packages libpulse-dev, libflac-dev, libflac++-dev to enable the stream output feature.
  • git clone https://github.com/janbar/noson-app.git
  • cd noson-app && mkdir build && cd build
  • cmake -DCMAKE_BUILD_TYPE=Release ..
  • make -j5
  • sudo make install

The noson-app files will be placed in /usr/local/bin /usr/local/lib/${ARCH} /usr/local/share.

Enabling debug output

Launch the Noson application from command line as follows.

  • noson-app --debug 2>&1 | tee noson.log

Also that will write debug output into the file noson.log. Please be carefull to not paste debug log on public area before cleaning it from any credentials. Debugging registration of music services will log entered credentials.

About

The essential to control music from your SONOS devices on Linux platforms

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.5%
  • Perl 11.2%
  • C++ 7.9%
  • Makefile 6.9%
  • Shell 2.2%
  • Assembly 1.8%
  • Other 6.5%
0