Hello, i that possible to have multiple remote.conf configurations? One for default remote and one for universal remote (which has more buttons and could run more actions in Kodi). Currently i'm using /storage/.config/remote.conf to load settings for one remote. Thank you.
multiple remote.conf configuration
-
art.sormy -
January 16, 2017 at 4:07 AM -
Thread is Unresolved
-
-
Hello, i that possible to have multiple remote.conf configurations? One for default remote and one for universal remote (which has more buttons and could run more actions in Kodi). Currently i'm using /storage/.config/remote.conf to load settings for one remote. Thank you.Hi,
Late response but, yes.
lircd.congf should be like (include all remotes you have):Code
Display More# Please make this file available to others # by sending it to <[email protected]> # # this config file was automatically generated # using lirc-0.9.1-git(default) on Wed Dec 14 18:00:44 2016 # # contributed by # # brand: 1st controllers name # model no. of remote control: # devices being controlled by this remote: # begin remote . . . BTN_SELECT 0x412A 0x42D5 BTN_START 0x4602 0x45FD end codes end remote # Please make this file available to others # by sending it to <[email protected]> # # this config file was automatically generated # using lirc-0.9.1-git(default) on Wed Dec 14 18:00:44 2016 # # contributed by # # brand: 2nd controllers name # model no. of remote control: # devices being controlled by this remote: # begin remote . . . BTN_SELECT 0x412A 0x42D5 BTN_START 0x4602 0x45FD end codes end remote
And your lircmap.xml like (include all remotes you have):