[mythtv-users] Reading DVD TOC

Steven mythmail at richardstraat.homedns.org
Mon Jul 26 11:04:33 EDT 2004


Paul Woodward wrote:

> One reason is that I can't figure out how to get it to let me control
> the menu with arrow keys (despite the key mappings in place) and hence
> use my usual myth remote which sends keypresses.
> 

have you tried this in .lircrc?:
(search the archives for the words xine lirc)

# Up event.
begin
         button = CH+
         prog   = xine
         repeat = 0
         config = EventUp
end

# Down event.
begin
         button = CH-
         prog   = xine
         repeat = 0
         config = EventDown
end

# Left event.
begin
         button = VOL-
         prog   = xine
         repeat = 0
         config = EventLeft
end

# Right event.
begin
         button = VOL+
         prog   = xine
         repeat = 0
         config = EventRight
end

begin
         button = OK
         prog   = xine
         repeat = 0
         config = EventSelect
end



More information about the mythtv-users mailing list