Opened 18 years ago
Closed 18 years ago
#2275 closed defect (fixed)
internal dvd player. make channelup/channeldown keys behave like the jumpfwnd/jumprwnd keys.
Reported by: | skamithi | Owned by: | skamithi |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
problem with internal dvd player reported on mythtv-dev alias where user say "jump back/jump forward" messages followed by a hang, instead of mythtv jumping to the next title.
if you hit the channelup/channeldown button in a title where there is only one chapter, the dvd will not skip to the next title. instead it may hang.
will create a function , or two, that both the channelup/channeldown & jumpfwnd and jumprwnd can call when playing a dvd.
this function will perform the tasks done shown in the jumpfwd and jumprwnd dvd sections of tv_play.cpp.
channelup ->jumprwnd : skip to the previous chapter if available, or skip to the previous title, if possible
channeldown -> jumpfwnd: skip to the next title if at the end of the title, or jump to the next chapter if available
Attachments (1)
Change History (2)
Changed 18 years ago by
Attachment: | dvdkeybinding.diff added |
---|
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [11014]) Closes #2275. internal dvd player. make channelup/channeldown keys behave like the jumpfwnd/jumprwnd keys.