PDA

View Full Version : [SOLVED] no response from record button


iitywygms
September 29th, 2008, 09:59 PM
When I press r on the keyboard, live tv start to record.
If I press rec on the remote, nothing happens.
Here is the relevant portion of my lircrc.

begin
remote = mceusb
prog = mythtv
button = RecTV
config = R
repeat = 0
delay = 0
end

here is output for irw

000000037ff07be8 00 Record mceusb

What gives?

mythbuntu with 8.04.01 latest updates

anonymousdog
September 29th, 2008, 10:15 PM
The relevant portion of ~/.mythtv/lircrc needs to refer to the button as "Record" vs. "RecTV". Other lirc configuration (like ~/.lirc/mythtv files may override that setting (IDK); so, you may need to modify those too.

iitywygms
September 29th, 2008, 10:28 PM
button=Record

fixed.

Thank you.