Opened 20 years ago
Closed 20 years ago
Last modified 20 years ago
#230 closed defect (fixed)
New debugging displayed even when running with standard verbosity
| Reported by: | Robert Kulagowski | Owned by: | Isaac Richards |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
mythbackend has started to fill my logfile with the following. Based on timestamps it's most likely the commercial flagging thread.
2005-08-19 04:33:43.531 Scheduled 621 items in 5.8 = 1.15 match + 4.62 place 2005-08-19 04:37:31.514 AVFD: Opened codec 0x80bd110, id(MPEG2VIDEO) type(Video) 2005-08-19 04:37:31.664 AVFD: Opened codec 0x80bd4e0, id(MP2) type(Audio) 2005-08-19 04:37:31.776 AvFormatDecoder::DoFastForward(58, do flush) 2005-08-19 04:37:31.916 AvFormatDecoder::DoFastForward(117, do flush) 2005-08-19 04:37:32.086 AvFormatDecoder::DoFastForward(176, do flush) 2005-08-19 04:37:32.260 AvFormatDecoder::DoFastForward(235, do flush) 2005-08-19 04:37:32.368 AvFormatDecoder::DoFastForward(294, do flush) 2005-08-19 04:37:32.542 AvFormatDecoder::DoFastForward(353, do flush) 2005-08-19 04:37:32.660 AvFormatDecoder::DoFastForward(412, do flush) <snip>
Change History (3)
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 20 years ago
(In [7344]) Closes #230 by applying patch.
Basically it fetches the channel_timeout from the DB, and if it takes longer than that to start getting data from the backend it pops up an informational dialog.
The change in mythdialog is to add MythMainWindow::GetKey() which is symmetric to RegisterKey(). It fetches the key binding from the database for display in informational dialogs like the above. This lets you tell the user exactly what key to press, even if they have remapped the keys.

(In [7087]) Fixes #230.
Changed two VB_IMPORTANT -> VB_PLAYBACK.