https://github.com/rossant/yam
Command-line remote controller for Yamaha AV network systems
https://github.com/rossant/yam
Last synced: 5 months ago
JSON representation
Command-line remote controller for Yamaha AV network systems
- Host: GitHub
- URL: https://github.com/rossant/yam
- Owner: rossant
- Created: 2015-07-19T17:12:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T11:59:26.000Z (almost 10 years ago)
- Last Synced: 2025-01-20T23:27:51.892Z (12 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remote controller for Yamaha AV network systems
This Python module provides a `RemoteController` class and a CLI tool to control a Yamaha AV network system.
## Dependencies
* Python 2 or Python 3
* six
* xmltodict
## Installation
```bash
git clone https://github.com/rossant/yam.git
cd yam
python setup.py install
```
## Usage
```bash
yam power on
yam tuner
yam preset 5
yam server
yam list
yam select 3
yam play
yam pause
yam stop
yam nav myartist myalbum mysingle
```
## Notes
* This script is customized to my home audio installation -- you'll have to edit the module to make it work on your own installation.
* There is no documentation.