...as we wait to see if closer integration is possible, I've solved one issue I had as an Android User in that there is no TuneBlade remote control outside iOS.
So I wrote a simple HTML/Javascript Based Tuneblade controller for their
API and integrated it into WebGizmo (see pics). It is pretty basic in that it will:
- List all the Airplay devices
- Connect / Disconnect them
- Adjust their individual vol.
In the zip file you will find:
- TuneBlade.html (new file with the code)
- library.html (will replace your existing library.html file, only difference between the two is it has a link to the TuneBlade page so you can navigate to it from the WebGizmo UI).
- images folder with some additional button pngs.
Install: Just extract all the files into your "WebGizmo" folder, which for me is located in "C:\Program Files (x86)\J River\Media Center 22\Data\Panel\Gizmo\Default". You may need admin permissions to do this, and keep a copy of your old "library.html" file if you want to undo it.
One thing I can not work out how to do in is how to use the Tuneblade "Zero-Conf Discovery" from HTML/Javascript so for now you will need to manually edit the IP address and Port in the "tuneblade.html" page yourself;
<script>
var TuneBladeURL = "http://192.168.xxx.xxx:51497"
</script>
Works well for me (tested on Chrome Desktop and Android).