Closed mengalva closed 7 years ago
Solved applying the solution given in the issue #326 by truckershitch to the inputLIRC.cpp (after the change do "sudo make install")
if ((repeatCount % 3) == 0) { //bool up = (command.endsWith("_UP") && (command != "KEY_UP")); //emit receivedInput("LIRC", command, up ? InputBase::KeyUp : InputBase::KeyDown);
emit receivedInput("LIRC", command, InputBase::KeyDown); emit receivedInput("LIRC", command, InputBase::KeyUp); }
Hi,
I'm having troubles with pmp when I try to use my IR remote control configured with LIRC.
The sympton: When I start plexmediaplayer as soon I push any button of my ir remote control it starts autorepeating infinitely until I push another button which also starts autorepeating infinitely etc.
This is my configuration:
LIRC configuration is working fine with my IR remote control, here's a test with irw:
This is the information of the plexmediaplayer.log file so you can review what could be the issue
Thanks in advance !