An open API service indexing awesome lists of open source software.

https://github.com/thelartians/denon-cli

A simple command line interface for controlling Denon AVR receivers.
https://github.com/thelartians/denon-cli

Last synced: 6 months ago
JSON representation

A simple command line interface for controlling Denon AVR receivers.

Awesome Lists containing this project

README

          

# Denon-CLI

A simple command line interface for controlling Denon AVR receivers.

## Installation

Until this repo is added to npm, the CLI must be installed manually. To do so, clone this repo and run the following from inside the repos' root directory.

```bash
yarn install
yarn build
yarn global install $(pwd)
```

## Usage

```bash
Usage: denon-cli [options]

Options:
-V, --version output the version number
-d, --debug output extra debugging
-m, --mode sets the surround mode (choices: "mstereo", "dolby", "dts", "rock", "jazz", "stereo", "direct")
-c, --command send a command to the receiver (choices: "on", "off", "play", "pause", "stop", "next", "prev")
-v, --volume sets the volume mode
-h, --help display help for command
```