svn diff libs/libmythtv/tv_play.cpp Index: libs/libmythtv/tv_play.cpp =================================================================== --- libs/libmythtv/tv_play.cpp (revision 17246) +++ libs/libmythtv/tv_play.cpp (working copy) @@ -2602,7 +2602,10 @@ VERBOSE(VB_IMPORTANT, LOC + "ProcessKeypress() ignoreKeys: "< 0) + { + idleTimer.start(); + } bool was_doing_ff_rew = false; bool redisplayBrowseInfo = false; @@ -2941,7 +2944,10 @@ if (result == 1) { idleDialogTimer.stop(); - idleTimer.start(); + if (db_idle_timeout > 0) + { + idleTimer.start(); + } } else {