Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucagerlich/yamaharx-vdesktopapp_electron

A node module based desktop application made with JavaScript and electron to control your yamaha receiver. Tested with my RX-V475, should work with all yamaha receivers with a network interface that interact via XML.
https://github.com/lucagerlich/yamaharx-vdesktopapp_electron

client desktop electron javascript receiver yamaha yamaha-av-receiver yamaha-avr yamaha-nodejs yamaha-receiver

Last synced: about 1 month ago
JSON representation

A node module based desktop application made with JavaScript and electron to control your yamaha receiver. Tested with my RX-V475, should work with all yamaha receivers with a network interface that interact via XML.

Awesome Lists containing this project

README

        

# YamahaRX-VDesktopApp_Electron

A node module based desktop application made with JavaScript and electron to control your yamaha receiver. Tested with my RX-V475, should work with all yamaha receivers with a network interface that interacts via XML.

This was made possible by [PSeitz](https://github.com/PSeitz/yamaha-nodejs)!

To use the app just download it and change the ip address in the Project/src/main.js file to yours. Regard that the automatic IP finder will cause a bug that'll make the program crash. I will fix this problem later on.

To compile an exe for your system you can use ```npm run make```