[mythtv-users] Watch Recordings scrolling and update

Jim Stichnoth stichnot at gmail.com
Fri Aug 21 04:01:52 UTC 2015


On Thu, Aug 20, 2015 at 6:32 PM, Jerome Yuzyk <jerome at supernet.ab.ca> wrote:

> On Thursday, August 20, 2015 04:28:06 PM Jim Stichnoth wrote:
> > On Wed, Aug 19, 2015 at 1:33 PM, Karl Newman <newmank1 at asme.org> wrote:
> >
> > >   2 - when "All Programs" is highlighted, new recordings do not appear
> at
> > >>       the top of the programs column on the right. I have to go down
> and
> > >>       back up for that list to refresh.
> > >>
> > >
> > > That one may be a MythUI issue. That bugs me, too. New recordings
> actually
> > > are added to the list, but it's added above the top line, so you have
> to
> > > move into the list and scroll up to see it.
> > >
> > > Not MythUI.  This is directly in the mythfrontend program:
> >
> https://github.com/MythTV/mythtv/blob/master/mythtv/programs/mythfrontend/playbackbox.cpp#L1589
> >
> > In  PlaybackBox::UpdateUILists(), it tries to preserve the cursor state
> > after asynchronous changes come in, such as a new recording, or another
> > frontend deleted an existing recording.  It does this via calls to
> > save_position() and restore_position().  It's nice that the cursor
> remains
> > fairly stable when these changes happen.
> >
> > That said, if the focus is on the group list, and the episode list is
> > already at the top, and a new episode comes in, it would seem to make
> sense
> > to scroll the episode list to show the new item.
>
> That's how it worked for me with 0.21 and the Retro theme, which is why I
> noticed it was different.
>

Looks like the commit with the last major change in behavior was in 2010:
https://github.com/MythTV/mythtv/commit/ea972f0e380883dbd47e50b74d272fd862f22d87

My feeling is that this kind of behavior is tricky enough to get right
without causing possibly worse side effects, that it's going to take a
truly bothered person to dig in and find that fix...  FWIW, I've trained
myself to glance at the upscrollarrow which in my theme is grayed out when
it's all the way at the top.

Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20150820/bc8b165b/attachment.html>


More information about the mythtv-users mailing list