Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#8910 closed defect (fixed)
CHECK_AVAILABILITY called constantly when a missing recording is selected in Watch Recordings
| Reported by: | sphery | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I had an unmounted file system and got:
2010-09-10 23:10:46.863 PlaybackBoxHelper Error: CHECK_AVAILABILITY 'myth://192.168.1.5:6543/1351_20100728200000.mpg' file not found
3 times per file, upon entering Watch Recordings. When selecting or scrolling past a missing recording, the message is repeated constantly as long as the missing recording is selected.
Change History (3)
Note:
See TracTickets
for help on using tickets.

In [26235] Fixes #8910. Make sure we don't repeatedly check the availability of the currently selected recording, but that we still check the availability when it first appears on screen and when first selected. There are still some extra checks but there this breaks the event loop.