Difference between revisions of "WinTV Nova-T-USB2 LIRC Configs"

From MythTV Official Wiki
Jump to: navigation, search
(Created page with 'lircd.conf <pre> # Please make this file available to others # by sending it to <lirc@bartelmus.de> # # this config file was automatically generated # using lirc-0.8.1-CVS(dev/in…')
 
m (Fixed typos)
 
Line 10: Line 10:
 
#
 
#
 
# brand:                      irrecord.nova-T-usb
 
# brand:                      irrecord.nova-T-usb
# model no. of remote control: Hauppage Nova-T USB Snowboard Shape Silver over Black
+
# model no. of remote control: Hauppauge Nova-T USB Snowboard Shape Silver over Black
 
# devices being controlled by this remote: MythTV
 
# devices being controlled by this remote: MythTV
 
#
 
#

Latest revision as of 07:10, 28 October 2017

lircd.conf

# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.8.1-CVS(dev/input) on Sun Oct  8 22:51:46 2006
#
# contributed by JonS
#
# brand:                       irrecord.nova-T-usb
# model no. of remote control: Hauppauge Nova-T USB Snowboard Shape Silver over Black
# devices being controlled by this remote: MythTV
#
 
begin remote
 
  name  irrecord.nova-T-usb
  bits           16
  eps            30
  aeps          100
 
  one             0     0
  zero            0     0
  pre_data_bits   16
  pre_data       0x1
  gap          199999
  toggle_bit      0
 
 
      begin codes
          Go                       0x0162
          Power                    0x0074
          TV                       0x0179
          Videos                   0x0189
          Music                    0x0188
          Pictures                 0x00E2
          Guide                    0x016D
          Radio                    0x0181
          ArrowUp                  0x0067
          ArrowLeft                0x0069
          OK                       0x0160
          ArrowRight               0x006A
          ArrowDown                0x006C
          BackExit                 0x009E
          Menu                     0x008B
          VolumeUp                 0x0073
          VolumeDown               0x0072
          PrevCh                   0x016B
          Mute                     0x0071
          ChannelUp                0x0192
          ChannelDown              0x0193
          Record                   0x00A7
          Rewind                   0x00A8
          SkipBack                 0x0195
          Play                     0x00CF
          Pause                    0x0077
          Stop                     0x0080
          Fwdwind                  0x00D0
          SkipFwd                  0x0197
          1                        0x0002
          2                        0x0003
          3                        0x0004
          4                        0x0005
          5                        0x0006
          6                        0x0007
          7                        0x0008
          8                        0x0009
          9                        0x000A
          *                        0x0037
          0                        0x000B
          #                        0x0029
          Red                      0x018E
          Green                    0x018F
          Yellow                   0x0190
          Blue                     0x0191
      end codes
 
end remote

lircrc

# /etc/lircrc
# ln ~mythtv/.mythtv/lircrc
#
# MythTV native LIRC config file for
# Hauppage Nova-T USB 2 
# Snowboard shape remote
# Silver on top
# Black underneath
# Lots of buttons...
#
# Originally 
# By Jarod Wilson, 2003/12/21
# Amalgamated from Jeff Campbell's,
# .lircrc, the mythtv.org docs, and
# a few touches of my own. :)
# then messed around with by JonS 
# Sept/Oct 2006

 
# Channel Up
begin
prog = mythtv
button = ArrowUp
config = Up
end
 
# Channel Down
begin
prog = mythtv
button = ArrowDown
config = Down
end
 
# General Left
begin
prog = mythtv
button = ArrowLeft
config = Left
end
 
# General Right
begin 
prog = mythtv
button = ArrowRight
config = Right
end
#
 
# Volume Up
begin
prog = mythtv
button = VolumeUp
config = F11
end
 
# Volume Down
begin
prog = mythtv
button = VolumeDown
config = F10
end
 
# Channel Up
begin
prog = mythtv
button = ChannelUp
config = Up
end
 
# Channel Down
begin
prog = mythtv
button = ChannelDown
config = Down
end
 
 
# OK/Select
begin
prog = mythtv
button = OK
config = Space
end
 
# Play
begin
prog = mythtv
button = Play
config = Return
end
 
# Stop
begin
prog = mythtv
button = Stop
config = Esc
end
 
# Escape/Exit/Back
begin
prog = mythtv
button = BackExit
config = Esc
end
 
# Power Off/Exit
begin
prog = mythtv
button = Power
config = Esc 
end
 
# Red means stop!
begin
prog = mythtv
button = Red
config = Esc
end
 
# Pause
begin
prog = mythtv
button = Pause
config = P
end
 
# Mute
begin
prog = mythtv
button = Mute
config = F9
end
 
# Fast forward (10 sec default)
begin
prog = mythtv
button = Fwdwind
config = Right
end
 
# Rewind (10 sec default)
begin
prog = mythtv
button = Rewind
config = Left
end
 
# Skip forward (10 min default)
begin
prog = mythtv
button = SkipFwd
config = PgDown
end
 
# Skip backward (10 min default)
begin
prog = mythtv
button = SkipBack
config = PgUp
end
 
# Record
begin
prog = mythtv
button = Record
config = R
end
 
# Delete
begin
prog = mythtv
button = BLANK
config = D
end
 
# OSD browse
begin
prog = mythtv
button = Green
config = O
end
 
# Display EPG while in live TV,
# View selected show while in EPG
begin
prog = mythtv
button = Menu
config = M
end
 
# Bring up OSD info
begin
prog = mythtv
button = Guide
config = I
end
 
# Change display aspect ratio
begin
prog = mythtv
button = Go
config = W
end
 
# Seek to previous commercial cut point
begin
prog = mythtv
button = Yellow
config = Q
end
 
# Seek to next commercial cut point
begin
prog = mythtv
button = Blue
config = Z
end
 
# Numbers 0-9
 
begin
prog = mythtv
button = 0
config = 0
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 = TV
config = T
end
 
begin
prog = mythtv
button = Videos
config = V
end
 
begin
prog = mythtv
button = Music
config = N
end
 
begin
prog = mythtv
button = Pictures
config = Q
end
 
### MPlayer lirc setup
 
# Show OSD
begin
prog = mplayer
button = Menu
config = osd
end
 
# Pause playback
begin
prog = mplayer
button = Pause
config = pause
end
 
# Skip ahead a minute if playing
# If paused, resume playing
begin
prog = mplayer
button = Play
config = seek +1
end
 
# Stop playback and exit
begin
prog = mplayer
button = Stop
config = quit
end
 
# Mute
begin
prog = mplayer
button = Mute
config = mute
end
 
# Seek back 10 seconds
begin
prog = mplayer
button = Replay
config = seek -10
end
 
# Seek forward 30 seconds
begin
prog = mplayer
button = Skip
config = seek +30
end
 
# Quit
begin
prog = mplayer
button = BackExit
config = quit
end
 
# Seek forward 10 minutes
begin
prog = mplayer
button = SkipSkip
config = seek +600
end
 
# Seek backward 10 minutes
begin
prog = mplayer
button = ReplaySkip
config = seek -600
end
 
# Toggle full-screen
begin
prog = mplayer
button = FULL
config = vo_fullscreen
end
 
### Xine lirc setup
 
begin
prog = xine
button = PLAY
config = Play
end
 
begin
prog = xine
button = STOP
config = Stop
end
 
begin
prog = xine
button = OFF
config = Quit
end
 
begin
prog = xine
button = PAUSE
config = Pause
end
 
begin
prog = xine
button = CH+
config = EventUp
end 
 
begin
prog = xine
button = CH-
config = EventDown
end
 
begin
prog = xine
button = VOL-
config = EventLeft
end
 
begin
prog = xine
button = VOL+
config = EventRight
end
 
begin
prog = xine
button = OK
config = EventSelect
end
 
begin
prog = xine
button = BACK/EXIT
config = Menu
end
 
begin
prog = xine
button = FFW 
#config = SpeedFaster
config = SeekRelative+60
end
 
begin
prog = xine
button = REW
#config = SpeedSlower
config = SeekRelative-60
end
 
begin
prog = xine
button = FULL
config = Volume+
end
 
begin
prog = xine
button = BLANK
config = Volume-
end
 
begin
prog = xine
button = MUTE
config = Mute
end
 
begin
prog = xine
button = MENU
config = RootMenu
end 
 
begin
prog = xine
button = SKIP
config = EventNext
end
 
begin
prog = xine
button = REPLAY
config = EventPrior
end
 
begin
prog = xine
button = GO
config = OSDStreamInfos
end
 
begin
prog = xine
button = RED
config = Quit
end
 
begin
prog = xine
button = RED
config = Quit
end