LinHES Forums http://forums.linhes.org/ |
|
Remote control problem with recordings (long) http://forums.linhes.org/viewtopic.php?f=11&t=1116 |
Page 1 of 1 |
Author: | computerguy5 [ Thu Apr 01, 2004 9:21 pm ] |
Post subject: | Remote control problem with recordings (long) |
I'm quite confused. I have got my remote control set up with LIRC and working well. I can go through the myth menus and change channels and everything. There is just one slight issue remaining: IF I go to watch a previously recorded show, no matter what button I press on the remote (except the button mapped to the escape key, which exits me back to the myth menu), I am prompted with the dialog "Are you sure you want to delete..." etc etc. No, I don't want to delete it, of course, I want to watch it. But not a single remote control button works like it should. Even pressing the button mapped to the enter key brings up the same dialog! My lircrc file is as follows: Code: # lircrc.example.HauppaugeGrey-nativelirc
# 2003-09-17, Robert Kulagowski # mailto:rkulagow@rocketmail.com # Save this file in ~/.mythtv/lircrc #begin # prog = mythtv # button = Off # config = Esc #end #begin # prog = mythtv # button = Go # Swap the PiP windows # config = N #end begin prog = mythtv button = 1 config = 1 end begin prog = mythtv button = 2 config = 2 end begin prog = mythtv button = 3 config = 3 end begin prog = mythtv button = 4 config = 4 end begin prog = mythtv button = 5 config = 5 end begin prog = mythtv button = 6 config = 6 end begin prog = mythtv button = 7 config = 7 end begin prog = mythtv button = 8 config = 8 end begin prog = mythtv button = 9 config = 9 end begin prog = mythtv button = 0 config = 0 end begin prog = mythtv button = Menu config = Esc end begin prog = mythtv button = Message config = M end begin prog = mythtv button = * config = D end begin prog = mythtv button = Display config = I end # Note the "repeat =" strings in the volume and channel. # This means that if you hold down the key, every nth instance will be # passed. This depends on your system, so you may want to increase or # decrease this and see what happens. repeat = 1 is probably too # fast. begin prog = mythtv button = VolDown repeat = 3 config = F10 end begin prog = mythtv button = VolUp repeat = 3 config = F11 end begin prog = mythtv button = ChanUp repeat = 3 config = Up end begin prog = mythtv button = ChanDown repeat = 3 config = Down end begin prog = mythtv button = Left repeat = 3 config = Left end begin prog = mythtv button = Right repeat = 3 config = Right end begin prog = mythtv button = Up repeat = 3 config = Up end begin prog = mythtv button = Down repeat = 3 config = Down end begin prog = mythtv button = Enter config = Return end begin prog = mythtv button = Mute config = F9 end #begin # prog = mythtv # Change focus for PiP (to change channel in the other window) # button = Blank # config = B #end #begin # prog = mythtv # Toggle PiP on/off # button = Full # config = V #end #begin # prog = mythtv # button = Rew # config = Left #end #begin # prog = mythtv # button = Play # config = P #end #begin # prog = mythtv # button = FFW # config = Right #end #begin # prog = mythtv # button = Record # config = R #end #begin # prog = mythtv # Teletext # button = Stop # config = T #end begin prog = mythtv button = # config = P end begin prog = mythtv button = Button1 # Use for backwards commercial skip config = Q end begin prog = mythtv button = Button2 # Use for forward commercial skip config = Z end #MPlayer begin prog = mplayer button = Menu config = quit end begin prog = mplayer button = Display config = osd end begin prog = mplayer button = Left config = seek -10 repeat = 1 end begin prog = mplayer button = Right config = seek +10 repeat = 1 end begin prog = mplayer button = Button1 config = seek -60 repeat = 1 end begin prog = mplayer button = Button2 config = seek +60 repeat = 1 end begin prog = mplayer button = Down config = pause end begin prog = mplayer button = Down config = pause end begin prog = mplayer button = VolUp config = volume +1 repeat = 1 end begin prog = mplayer button = VolDown config = volume -1 repeat = 1 end begin prog=mplayer button=Mute config=mute end |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |