[mythtv] [mythtv-commits] Ticket #7322: JumpPoints dont work in mythvideo gallery view or during gallery view playback

Jim Stichnoth stichnot at gmail.com
Thu Jan 7 22:29:18 UTC 2010


On Thu, Jan 7, 2010 at 1:38 PM, Yeechang Lee <ylee at pobox.com> wrote:
> I wrote:
>> I normally use LIRC's irxevent, but until r23020 (which I manually
>> patched onto my -fixes setup) I had to switch to having mythfrontend
>> directly talk to LIRC. I noticed that the JumpPoint for Watch
>> Recordings wouldn't work during playback until I exited (to Watch
>> Recordings, natch), which doesn't happen when using irxevent. Is this
>> due to what Jim describes?
>
> To clarify, this is the behavior I saw when mythfrontend connected
> directly to LIRC:
>
> * During playback, I push the JumpPoint button for Watch
>  Recordings. Noting happens.
> * I exit playback to Watch Recordings.
> * MythFrontend jumps to Watch Recordings (again).

It's likely that this is the same problem, specifically the fragile
JumpPoint implementation that StuartM commented on.  If any escape-key
handler fails to check the ExitToMainMenu flag and give the expected
response, there may be some stale state left over that another
component later reacts to when it processes an escape-key event.  Are
you still seeing this behavior?

Jim


More information about the mythtv-dev mailing list