1IRRECORD(1) User Commands IRRECORD(1)
2
3
4
6 irrecord - application for recording IR-codes for usage with LIRC
7
9 irrecord [options] file
10
12 This program will record the signals from your remote control and cre‐
13 ate a config file for lircd. A proper config file for lircd is maybe
14 the most vital part of this package, so you should invest some time to
15 create a working config file. Although I put a good deal of effort in
16 this program it is often not possible to automatically recognize all
17 features of a remote control.
18
19 If the program fails to recognize the protocol of the remote control
20 you should use the --force option to at least create a config file in
21 raw mode.
22
23 If file already exists and contains a valid config irrecord will use
24 the protocol description found there and will only try to record the
25 buttons. This is very useful if you want to learn a remote where config
26 files of the same brand are already available. Of course this will only
27 work if the remotes use the same protocol but it's worth a try. You
28 will find template files for the most common protocols in the
29 remotes/generic/ directory of this package. The name of the new file is
30 created by appending .conf to the given filename in this case.
31
32 -h --help
33 display this message
34
35 -v --version
36 display version
37
38 -a --analyse
39 analyse raw_codes config files
40
41 -f --force
42 force raw mode
43
44 -n --disable-namespace
45 disables namespace checks
46
47 -l --list-namespace
48 list valid button names
49
50 -H --driver=driver
51 use given driver
52
53 -d --device=device
54 read from given device
55
57 The documentation for lirc is maintained as html pages. They are
58 located under html/ in the documentation directory.
59
60 Further information on this topic is available in section "Adding new
61 remote controls" in html/help.html
62
63
64
65irrecord $Revision: 5.101 $ March 2011 IRRECORD(1)