All pastes #825378 Raw Edit

/.lircrc

public text v1 · immutable
#825378 ·published 2007-12-20 15:03 UTC
rendered paste body
# irexec
begin
 prog = irexec
 button = POWER
 config = ps -e | grep mot[v] && xawtv-remote quit || motv -device /dev/video0 -noxv -o /src/tv/snap &
end

begin
 prog = irexec
 button = TV
 config = xawtv-remote setstation; xawtv-remote setstation
end

begin
 prog = irexec
 button = VIDEO
 config = ps -e | grep mencode[r] && ( killall -s INT mencoder; xawtv-remote quit; motv -device /dev/video0 -noxv -o /src/tv/snap & ) || tvrecord.sh &
end

begin
 prog = irexec
 button = AUDIO
 config = xawtv-remote snap jpeg full
end

begin
 prog = irexec
 button = TELETEXT
 config = ps -e | grep mt[t] && killall mtt || mtt &
end

#xawtv

begin
 prog = xawtv
 config = eventmap
end

#zapping
begin
prog   = zapping_lirc
button = VOL_UP
config = zapping.control_incr('volume', +5)
end

begin
prog   = zapping_lirc
button = VOL_DOWN
config = zapping.control_incr('volume', -5)
end

begin
prog   = zapping_lirc
button = CH_UP
config = zapping.channel_up()
end

begin
prog   = zapping_lirc
button = CH_DOWN
config = zapping.channel_down()
end