[mythtv] [PATCH] MythVideo - Switch between views

thor mythtv at lamedomainname.com
Sat Sep 6 20:44:37 EDT 2003


On Saturday 06 September 2003 05:34 pm, Jeff Doozan wrote:
> I've created a patch that will let you switch between MythVideo vies
> using the "L", "B", and "M" keys to switch to the List, Browse, and
> Manage views, respectively.

	I started stepping through this, but I think there's a basic problem ... if 
you alternate between List and Browse, you're building a chain of screens 
that you'll need a heap of ESC's to get out of (unless I've missed something 
...).

	The "Right Way" (?) would be to create the dialogs in main(), have them set 
pointers to each others, and then show() and hide() them (I think). Also, you 
may want to think about just List and Browse which can pass each other the 
current parental level as well. Since Manage gives you access to all levels, 
switching to it would require the password popup, and Manage is not something 
you really want to be casually hoping in and out of in any case.

>
> I find it nice to be able to scroll through the list of movies using
> the List View, switch over to Browse to get detailed information
> about the selected movie, and then switch back to the list view.
>

	Idea is great. =)

>
> I don't know if these are the best keybindings to use, I just picked
> three that were available.
>

	If you did just List and Browse (as above), you could bind it all to a single 
key, such as a keypad number (higher than 4, as 1-4 are used to change 
Parental Level).

- thor




More information about the mythtv-dev mailing list