This shows you the differences between two versions of the page.
|
remotes [2014/06/15 09:46] curlymo |
remotes [2016/02/05 09:38] (current) jvig Link to fixing double commands with single keystroke issue |
||
|---|---|---|---|
| Line 71: | Line 71: | ||
| One important step for creating a custom LIRC map is that you give logical names to each button. Those names are uniform among remotes. | One important step for creating a custom LIRC map is that you give logical names to each button. Those names are uniform among remotes. | ||
| - | For that purpose LIRC has create ‘namespaces’. A list of namespaces can be found [[http://arnaud.quette.free.fr/lirc/lirc-nns.html|here]]. | + | For that purpose LIRC has create ‘namespaces’. A list of namespaces can be found [[http://arnaud.quette.free.fr/lirc/lirc-nns.html|here]] or by running: |
| + | <code>$ irrecord --list-namespace</code> | ||
| Creating a custom LIRC map is done by using irrecord: | Creating a custom LIRC map is done by using irrecord: | ||
| Line 217: | Line 218: | ||
| This only applies to a network-enabled setup. Change wlan0 to eth0 if you use Ethernet. | This only applies to a network-enabled setup. Change wlan0 to eth0 if you use Ethernet. | ||
| + | Known issue with lirc remotes and Kodi: | ||
| + | If you press a button on your remote once and the command is executed twice, follow the instructions here: http://forum.xbian.org/thread-2967-post-30449.html#pid30449 | ||