Coder Social home page Coder Social logo

wjanssen / roon-extension-onkyo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mediabuff/roon-extension-onkyo

0.0 1.0 0.0 32 KB

Roon extension for source and volume control of Onkyo and Pioneer receivers

License: Apache License 2.0

JavaScript 95.69% Shell 4.31%

roon-extension-onkyo's Introduction

Controlling Onkyo/Pioneer AV receivers from Roon

This project provides a Roon Volume/Source Control extension that allows you to control volume and mute from within Roon. It does so by connecting the receiver via its network interface.

Credits: This code is based on the Denon/Marantz volume control by DocBobo: https://github.com/docbobo/roon-extension-denon

Installation

  1. Install Node.js from https://nodejs.org.

    • On Windows, install from the above link.
    • On Mac OS, you can use homebrew to install Node.js.
    • On Linux, you can use your distribution's package manager, but make sure it installs a recent Node.js. Otherwise just install from the above link.

    The extension has been developed with Node v8.0.0. While it may work with older versions, it's not something that I've tested.

  2. Install Git from https://git-scm.com/downloads.

    • Following the instructions for the Operating System you are running.
  3. Download the Onkyo AVR extension.

  4. Extract the zip file in a local folder.

  5. Change directory to the extension in the local folder:

    cd <local_folder>/roon-extension-denon
    

    Replace <local_folder> with the local folder path.

  6. Install the dependencies:

    npm install
  7. Run it!

    node .

    The extension should appear in Roon now. See Settings->Setup->Extensions and you should see it in the list. Once it has been properly configured, it can be added as 'Volume Control' extension to an existing output zone.

Notes

  • Setups with more than one Roon Core on the network are not currently tested.
  • For source control and power signalling to work correctly, you need to enter the name of the source in the settings for the extension (e.g. cd or aux).
  • To turn on the receiver from Roon (and set correct source), you need to make sure that network standby is enabled on the receiver.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.