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.
- Host: GitHub
- URL: https://github.com/thelartians/denon-cli
- Owner: TheLartians
- Created: 2021-08-08T19:19:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T19:19:32.000Z (about 4 years ago)
- Last Synced: 2024-10-06T09:44:04.375Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```