[mythtv-users] Jump Point [playbackrecordings]

Thomas Boehm mythtv-users at lists.boehmi.net
Wed May 22 18:11:31 UTC 2013


Blammo wrote:
> 
> ok, I'm stumped.
> 
> I'm trying to help a friend set up his new Myth system, and he wants to
> be able to press a single key on his remote, and go DIRECTLY to the
> "Watch Recordings" section. 
> 
> I know this is possible, since "jump playbackrecordings" works within
> the MythFrontend Network Control interface. But I've spent a good hour
> digging through all the "Edit Keys" settings, and none of the
> jump-points I see defined under "Contexts:JumpPoints:Actions" take you
> there.
> 
> What am I missing? How does one get there in a single keypress?

Find the name of the button with irw

Then add this to your ~/.lirc/mythtv

-------
...
begin
    remote = mceusb
    prog = mythtv
    button = RecTV
    config = Alt+R
    repeat = 0
    delay = 0
end
...
-------

and finally assign the key (in my case Alt+R) to "TV Recording Playback"

HTH
Thomas


More information about the mythtv-users mailing list