On 7/13/05, Michael Jones <[EMAIL PROTECTED]> wrote:
> I'm kind of new to this..
> 
> Could you clarify what a "live tv jump point" is?
> 

Yep. 

In my .lircrc file I've got a mapping like this:

begin
remote = grayHauppauge
prog = mythtv
button = TV
repeat = 3
config = F5
end

In the mythconverg database there is a table called jumppoints.  Here you can 
associate a key with a 'global' action.

mysql> select * from jumppoints where destination='Live TV' and
hostname='localhost.localdomain';
+-------------+-------------+---------+-----------------------+
| destination | description | keylist | hostname              |
+-------------+-------------+---------+-----------------------+
| Live TV     |             | F5      | localhost.localdomain |
+-------------+-------------+---------+-----------------------+

This will zip you right to Live TV from anywhere in MythTV by pressing the TV 
button on the remote.  This also seems to work nicely for waking up
the system.
Once I get a TV picture, I can exit out of LiveTV mode and navigate around the 
menu.

I hope this is helpful...

Matt.
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to