Opened 14 years ago
Closed 14 years ago
#9753 closed Patch - Bug Fix (Fixed)
Live TV Idle Timeout bug
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | 0.24-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | patch.diff added |
---|
comment:1 Changed 14 years ago by
Milestone: | unknown → 0.25 |
---|---|
Owner: | set to paulh |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
Fix live TV idle timeout not being reset properly after the OSD prompt.
Fixes #9753.
Signed-off-by: Paul Harrison <pharrison@…>