Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lucagerlich/yamaharx-vdesktopapp_electron
- Owner: LucaGerlich
- Created: 2020-07-10T11:50:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:19:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:19:13.391Z (almost 2 years ago)
- Topics: client, desktop, electron, javascript, receiver, yamaha, yamaha-av-receiver, yamaha-avr, yamaha-nodejs, yamaha-receiver
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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```