There was a post regarding this not too long ago.  The solution was to
change the IR timing.  If you are using Windows then this solution will
only work if you are not using the pre-compiled binary (.exe).  What you
can do is change the IR timing in the slim\hardware\IR.pm file.  Find
the following lines in the file and change them to the below values as
a start.

# If time between IR commands is greater than this, then the code is
considered a new button press
$Slim::Hardware::IR::IRMINTIME  = 0.256;
$Slim::Hardware::IR::IRHOLDTIME  = 0.512;
$Slim::Hardware::IR::IRSINGLETIME = 0.512;


-- 
tgoldstone
------------------------------------------------------------------------
tgoldstone's Profile: http://forums.slimdevices.com/member.php?userid=373
View this thread: http://forums.slimdevices.com/showthread.php?t=19796

_______________________________________________
Discuss mailing list
Discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to