[mythtv-commits] Ticket #9753: Live TV Idle Timeout bug

MythTV noreply at mythtv.org
Wed Apr 27 01:39:54 UTC 2011


#9753: Live TV Idle Timeout bug
-----------------------------------+----------------------------------
 Reporter:  kgroeneveld@…          |           Type:  Patch - Bug Fix
   Status:  new                    |       Priority:  minor
Milestone:  unknown                |      Component:  MythTV - General
  Version:  0.24-fixes             |       Severity:  medium
 Keywords:                         |  Ticket locked:  0
-----------------------------------+----------------------------------
 The live TV idle timeout is not reset correctly after selecting "yes" from
 the dialog asking if you are still watching TV after a timeout occurs.

 You can duplicate this bug fairly quickly by setting the timeout to one
 minute.  Start live TV playback, wait one minute, select yes (do not press
 any other keys after selecting yes).  After a minute the timeout should
 occur again but it does not.

 The attached patch should fix the problem.  When the timeout was reset,
 the value db_idle_timeout was multiplied by 1000.  However, when this
 setting is read from the database it was already multiplied by 1000 before
 being stored in the db_idle_timeout variable.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9753>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list