WinTV Nova-T-500 LIRC Configs

From MythTV Official Wiki
Jump to: navigation, search

lircd.conf

#
# brand:                       Hauppauge NOVA-T-500
# model no. of remote control: Hauppauge Nova-T-500 Snowboard Shape Silver over Black
#

begin remote

 name  NOVA-T500
 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
         Star                     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-500 PCI Dual Tuners DVB-T
# Snowboard shape remote
# Silver on top Black underneath
# 45 buttons
#
# Originally 
# By Jarod Wilson, 2003/12/21
# Amalgamated from Jeff Campbell's .lircrc



################## MythTV Control ######################
### http://www.mythtv.org/wiki/index.php/Keybindings ###

#	Remote Button
##	MythTV function


#	Go
##	Go to home page
begin
prog = mythtv
button = Go
config = ALT+H
end

#	Power
##	Turns monitor in Standby
begin
prog = irexec
button = Power
config = sudo vbetool dpms on ; sudo vbetool dpms off
end

#	TV
##	Go to Watch TV
begin
prog = mythtv
button = TV
config = ALT+T
end

#	Videos
##	Go to MythVideo
begin
prog = mythtv
button = Videos
config = ALT+V
end

#	Music
##	Go to MythMusic
begin
prog = mythtv
button = Music
config = ALT+M
end

#	Pictures
##	Go to MythGallery
begin
prog = mythtv
button = Pictures
config = ALT+P
end

#	Guide
##	display EPG
begin
prog = mythtv
button = Guide
config = s
end

#	Radio



#	ArrowUp
##	Up
begin
prog = mythtv
button = ArrowUp
config = Up
end

#	ArrowLeft
##	Left
begin
prog = mythtv
button = ArrowLeft
config = Left
end

#	OK
##	Select/enter/resolve
begin
prog = mythtv
button = OK
config = Space
end

#	ArrowRight
##	Right
begin
prog = mythtv
button = ArrowRight
config = Right
end

#	ArrowDown
##	Down
begin
prog = mythtv
button = ArrowDown
config = Down
end

#	BackExit
##	Exit/go back/cancel
begin
prog = mythtv
button = BackExit
config = Esc
end

#	Menu
##	Menu
begin
prog = mythtv
button = Menu
config = m
end

#	VolumeUp
##	Volume Up
begin
prog = mythtv
button = VolumeUp
config = F11
end

#	VolumeDown
##	Volume down
begin
prog = mythtv
button = VolumeDown
config = F10
end

#	PrevCh
##	Change tuner card input
begin
prog = mythtv
button = PrevCh
config = c
end

#	Mute
##	Mute
begin
prog = mythtv
button = Mute
config = F9
end

#	ChannelUp
begin
prog = mythtv
button = ChannelUp
config = Up
end

#	ChannelDown
begin
prog = mythtv
button = ChannelDown
config = Down
end

#	Record
begin
prog = mythtv
button = Record
config = R
end

#	Rewind
begin
prog = mythtv
button = Rewind
config = Left
end

#	SkipBack
begin
prog = mythtv
button = SkipBack
config = PgUp
end

#	Play
begin
prog = mythtv
button = Play
config = Return
end

#	Pause
begin
prog = mythtv
button = Pause
config = P
end

#	Stop
begin
prog = mythtv
button = Stop
config = Esc
end

#	Fwdwind
begin
prog = mythtv
button = Fwdwind
config = Right
end

#	SkipFwd
begin
prog = mythtv
button = SkipFwd
config = PgDown
end

#	1
begin
prog = mythtv
button = 1
config = 1
end

#	2
begin
prog = mythtv
button = 2
config = 2
end

#	3
begin
prog = mythtv
button = 3
config = 3
end

#	4
begin
prog = mythtv
button = 4
config = 4
end

#	5
begin
prog = mythtv
button = 5
config = 5
end

#	6
begin
prog = mythtv
button = 6
config = 6
end

#	7
begin
prog = mythtv
button = 7
config = 7
end

#	8
begin
prog = mythtv
button = 8
config = 8
end

#	9
begin
prog = mythtv
button = 9
config = 9
end

#	Star
##	Info
begin
prog = mythtv
button = Star
config = i
end

#	0
begin
prog = mythtv
button = 0
config = 0
end

#	#
##	Toggle recording of current program (cycles through types)
begin
prog = mythtv
button = #
config = r
end

#	Red
##	Picture zoom
begin
prog = mythtv
button = Red
config = W
end

#	Green
#	OSD navigation through channels/programs
begin
prog = mythtv
button = Green
config = O
end

#	Yellow
begin
prog = mythtv
button = Yellow
config = Q
end

#	Blue
begin
prog = mythtv
button = Blue
config = Z
end