1irdb-get(1) User Commands irdb-get(1)
2
3
4
6 irdb-get - list, search and download lirc configuration files.
7
9 irdb-get update
10
11 irdb-get find <string>
12
13 irdb-get info <id>
14
15 irdb-get download <id>
16
17 irdb-get list [pattern]
18
19 irdb-get find-driver <string>
20
21 irdb-get yaml-config
22
23 irdb-get <-h|--help|-v|--version>
24
25
27 irdb-get can list, search and download lirc remote configuration files.
28 It works by downloading an index file, making all operations besides
29 the actual download local.
30
31 Entries in the index are identified by an id. Such an id is on the form
32 dir/remote e. g., x10/ati_remote_wonder_III
33
34
36 update
37 Download the index from the remote repository.
38
39 find <string>
40 List all entries in the index file matching <string>. Matching is
41 done using regular shell match syntax (i. e., not regex).
42
43 find-driver <string>
44 List all entries in the index with a given driver. The matching is
45 exact, no wildcards.
46
47 info <id>
48 Print some more info about a given entry.
49
50 download <id>
51 Download the configuration file for a given entry. The filename is
52 printed on stdout.
53
54 list <pattern>
55 List entries matching <pattern>. <pattern> is on the form
56 dir/remote e. g., x10/ati* or */ati_remote_wonder* .
57
58 The first word in the list is something like -RL- where the letters
59 represent:
60
61 R Raw configuration.
62
63 T Remote has timing information i. e., it can be used with
64 generic capture devices.
65
66 L Remote has a lircmd config file.
67
68 P Remote has a photo.
69
70
71 yaml-config
72 Prints a YAML file on stdout which maps drivers to remote files
73 with corresponding driver attribute. The format is unstable and
74 primarely used by lirc-setup(1).
75
76
78 -h , --help
79 Print help message.
80
81
82 -v , --version
83 Print version info.
84
85
87 LIRC_REMOTES_URL
88 The base URL used when downloading config files, defaults to
89 https://sourceforge.net/p/lirc-remotes/code/ci/master/tree.
90
91
92 LIRC_REMOTES_LIST
93 URL to a file listing all remotes, as created by lirc-lsremotes(1).
94 Defaults to http://lirc-remotes.sourceforge.net/remotes.list.
95
96
97 XDG_CACHE_HOME
98 If defined, relocates the cached, downloaded remotes listing file
99 to $XDG_CACHE_HOME/remotes.list, see FILES.
100
101
102
104 ~/.cache/remotes.list
105 The index file downloaded on demand or by the update command.
106
107
109 http://sourceforge.net/projects/lirc-remotes
110
111
112
113irdb-get 0.10.0 Last change: Sep 2015 irdb-get(1)