Opened 14 years ago
Closed 14 years ago
#10167 closed Patch - Bug Fix (Fixed)
Mark as watched broken for video files
| Reported by: | Owned by: | robertm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - Video Library | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
the number of available frames are determined wrong for videos. attached patch will fix this. perhaps the expression QueryTranscodeStatus() != TRANSCODING_COMPLETE can be removed completely.
there is still an error with mythvideo-popup-menu, because after successfully mark as watched it still displays the "mark as seen" menu entry instead of "mark as unseen". But the DB contains now watched=1 in videometadata
Attachments (1)
Change History (3)
by , 14 years ago
| Attachment: | mark_as_watched_fix.diff added |
|---|
comment:1 by , 14 years ago
| Component: | MythTV - General → MythTV - Video Library |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 14 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

patch