This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Releases: bart-kneepkens/OpenHeosControl
Releases · bart-kneepkens/OpenHeosControl
OpenHeosControl v0.2
Version 0.2 of OpenHeosControl is quite an improvement compared to the previous version. It is primarily improved on the usability side; to make it somewhat usable.
Features
- Automagically find HEOS systems on your network and control them
- UI that is responsive to HEOS events, i.e. volume changes from other controllers
- UI shows more info, i.e. song progress
Running this version
Simply open up a terminal, find this binary and type the following:
java -jar -Djava.net.preferIPv4Stack=true OpenHeosControl-0.2.jar
OpenHeosControl v0.1 - Barebone
This version includes minimal functions for controlling a HEOS sound system.
Features:
- Connect to a HEOS system using its IP address.
- Play, pause and stop music.
- Change the volume of the HEOS system.
The GUI is nothing fancy, but does the job. In further versions the GUI will be updated accordingly and get a well-deserved upgrade to keep your eyes from burning.
Connecting to a HEOS system
- Open by typing
java -jar OpenHeosControl-0.1.jar
in a terminal. - Type in the IP address of your HEOS system at the top, hit 'Connect'.
- Have fun!