[MPlayer-users] Re: lirc problem

Anssi Saari as at sci.fi
Sun Mar 3 22:18:02 CET 2002


On Sun, Mar 03, 2002 at 12:51:39AM +0100, Gabucino wrote:
> If you get it to work, send me sample config files for documenting...

Well, here are my before and after .lircrc files.

-------------- next part --------------
begin
	remote = JVC_PQ21953A
	prog = mplayer
	button = rewind
	config = seek -10
end
begin
	remote = JVC_PQ21953A
	prog = mplayer
	button = fast_forward
	config = seek 10
end
begin
	remote = JVC_PQ21953A
	prog = mplayer
	button = jog_left
	config = seek -60
end
begin
	remote = JVC_PQ21953A
	prog = mplayer
	button = jog_right
	config = seek 60
end
begin
        remote = JVC_PQ21953A
        prog = mplayer
        button = jog_up
        config = audio_delay 0.1
end
begin
        remote = JVC_PQ21953A
        prog = mplayer
        button = jog_down
        config = audio_delay -0.1
end
begin
	remote = JVC_PQ21953A
	prog = mplayer
	button = stop
	config = quit
end
begin
	remote = JVC_PQ21953A
	prog = mplayer
	button = pause
	config = pause
end
begin
	remote = JVC_PQ21953A
	prog = mplayer
	button = display
	config = osd
end
-------------- next part --------------
begin
	remote = JVC_PQ21953A
	prog = mplayer_lirc
	button = rewind
	config = RWND
end
begin
	remote = JVC_PQ21953A
	prog = mplayer_lirc
	button = fast_forward
	config = FWD
end
begin
	remote = JVC_PQ21953A
	prog = mplayer_lirc
	button = jog_left
	config = FRWND
end
begin
	remote = JVC_PQ21953A
	prog = mplayer_lirc
	button = jog_right
	config = FFWD
end
begin
        remote = JVC_PQ21953A
        prog = mplayer_lirc
        button = jog_up
        config = ASYNC+
end
begin
        remote = JVC_PQ21953A
        prog = mplayer_lirc
        button = jog_down
        config = ASYNC-
end
begin
	remote = JVC_PQ21953A
	prog = mplayer_lirc
	button = stop
	config = QUIT
end
begin
	remote = JVC_PQ21953A
	prog = mplayer_lirc
	button = pause
	config = PAUSE
end
begin
	remote = JVC_PQ21953A
	prog = mplayer_lirc
	button = display
	config = OSD
end


More information about the MPlayer-users mailing list