comparison DOCS/LIRC @ 592:13868d43269a

mplayer -> mplayer_lirc (thanx to kmarty@IRC)
author arpi_esp
date Mon, 23 Apr 2001 17:10:14 +0000
parents 884ea555b1a2
children 34c1a9fb631b
comparison
equal deleted inserted replaced
591:d4e467a0b942 592:13868d43269a
18 If everything went fine, MPlayer will print a message like 18 If everything went fine, MPlayer will print a message like
19 LIRC init was successful. 19 LIRC init was successful.
20 on startup. If an error occurs it will tell you. If it doens't tell you 20 on startup. If an error occurs it will tell you. If it doens't tell you
21 anything about LIRC there's no support compiled in. That's it :-) 21 anything about LIRC there's no support compiled in. That's it :-)
22 22
23 The application name for MPlayer is - oh wonder - mplayer. 23 The application name for MPlayer is - oh wonder - mplayer_lirc.
24 It understands the following commands: 24 It understands the following commands:
25 25
26 PAUSE - pause playing. Any other keystroke will continue replay. 26 PAUSE - pause playing. Any other keystroke will continue replay.
27 QUIT - exit mplayer 27 QUIT - exit mplayer
28 RWND - 10 secs back 28 RWND - 10 secs back
37 Don't forget to enable the repeat flag for RWND/FWD in .lircrc. Here's an 37 Don't forget to enable the repeat flag for RWND/FWD in .lircrc. Here's an
38 excerpt from my .lircrc: 38 excerpt from my .lircrc:
39 39
40 begin 40 begin
41 remote = CU-SX070 41 remote = CU-SX070
42 prog = mplayer 42 prog = mplayer_lirc
43 button = Tape_Play 43 button = Tape_Play
44 repeat = 1 44 repeat = 1
45 config = FFWD 45 config = FFWD
46 end 46 end
47 47
48 begin 48 begin
49 remote = CU-SX070 49 remote = CU-SX070
50 prog = mplayer 50 prog = mplayer_lirc
51 button = Tape_Stop 51 button = Tape_Stop
52 config = QUIT 52 config = QUIT
53 end 53 end
54 54
55 Enjoy 55 Enjoy