Opened 16 years ago
Closed 16 years ago
#7985 closed defect (fixed)
repair jump to program option (show watch recordings screen version)
| Reported by: | skamithi | Owned by: | skamithi |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.23 |
| Component: | MythTV - General | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
jump to recorded program feature where it shows the "Watch recording screen" instead showing the current recording group in the osd is broken.
attached patch removes unused "show pip/pbp" options in playbackbox code, removes unused related code in tv_play.cpp, and, selecting play, from the watch recording screen, for a different program, starts the selected program
tried to apply the patch to 0.22 fixes but i got memory corruption. when sending the mythevent to tv thread.
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | jump_to_rec_watch_recordings_screen_version.diff added |
|---|
comment:1 by , 16 years ago
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [23427]) Refs #7985. fix jump to recorded program where it shows the watch recording screen instead of osd of recorded shows. remove unused code related to this feature.