Opened 17 years ago
Closed 17 years ago
#6392 closed defect (duplicate)
False "Recording Unavailable" message
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - Recording | Version: | 0.21-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I am in the "watch recordings" screen of the frontend as a new recording is started. A preview animation of the ongoing recording appears at the bottom right of the screen. However, if I try to play the recording I am told "This recording is not yet available." Waiting a while and then trying again makes no difference. If I exit using Esc, and then re-enter the watch recordings screen, I can play back the recording just fine.
My research seems to indicate that sometimes the correct rec->availableStatus is not set by the time it reaches PlaybackBox::showAvailablePopup() in playbackbox.cpp. I'm still digging through the source trying to figure out where this status should actually be changed...

Dup of #4536 ?