[mythtv-users] Waking from dark screen with remote

Matthew K. Lee fratlee at gmail.com
Wed Jul 13 15:27:01 EDT 2005


On 7/13/05, Michael Jones <m_g_j at michaelandholly.com> 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.


More information about the mythtv-users mailing list