(2016-03-05, 20:26)RetardedGoat Wrote: (2016-03-03, 05:15)robinsj Wrote: Thanks for updating this, I have loaded it into my control4 system. One question, or request, is it possible to make it so that when you are browsing your movie/tv area, and you hold down a button on the remote, it continually scrolls, it is kinda annoying to have to rapidly push the arrow buttons to scroll around. It used to work this way a few years ago, but somewhere along the way it changed. Any ideas?
I'll look into it and get back to you. Though I'm hesitant to say it's possible. All I get from control4's media_player proxy is a message that the 'Down' button was pressed. It doesn't tell me if it's being held down. The driver works documentation is pretty spares. But I'll dig around and see what I can find. :-)
Hey,
Great driver, I have only just started looking at the code for this, and the code for creating drivers for control 4 in general, but I have a suggestion.
Since the TV and Surround Receiver Proxies have specific commands for noticing when the remote is starting to press a button and when it has released, would it be possible to use one of these proxies to access this feature.
The way I currenty see it working is piggy backing off the same way that it uses to send the volume command over and over. I havent found any reference to that in the programming as you have said, but there must be a way to pass it through. For example the driver for the RX-A720 [IP] Driver for a yamaha amplifier uses IP and can send volume up with a button hold as well as a button press, I will attempt to look further at this code today, for hints, but at the moment im definitely not the best person to implement it.
Thanks for everyone's work so far on this driver by the way. Its almost perfect
By the way, does anyone know of a driver that could send commands just to the computer (or eventghost, etc), so I could use this to start Kodi in the first place (and other apps)?