Posts: 3,639
Joined: Sep 2009
Reputation:
121
Is there any way to get XBMC to re-read the userdata/keymaps/keymap.xml file without rebooting/restarting (e.g doe reloading the skin do it?)
Would be very helpful for tweaking remote keys!
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | Caber Toss | Switchback | XSqueezeDisplay | Kodi 2nd Display
Sorry, no help w/out a
*full debug log*.
Posts: 3,639
Joined: Sep 2009
Reputation:
121
Bumping an age old thread as an answer would be super handy!
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | Caber Toss | Switchback | XSqueezeDisplay | Kodi 2nd Display
Sorry, no help w/out a
*full debug log*.
Posts: 7,256
Joined: Nov 2008
Reputation:
121
Not in Dharma. In Eden (including the current nightlies) you can trigger a reload by connecting or disconnecting a remote control.
JR
Posts: 3,639
Joined: Sep 2009
Reputation:
121
A receiver I guess you mean?
Might be nice to add it as a callable function so you can bind it to a key to make it super simple.
But great to know it's there, and thanks!
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | Caber Toss | Switchback | XSqueezeDisplay | Kodi 2nd Display
Sorry, no help w/out a
*full debug log*.
Posts: 1,355
Joined: Oct 2011
Reputation:
70
Been searching for exactly the same and finally found it!!
xbmc.executebuiltin('Action(reloadkeymaps)')
Obvious when you know how!!
Posts: 3,639
Joined: Sep 2009
Reputation:
121
and if you want to do it from your remote itself, this works:
<seven>XBMC.Action(reloadkeymaps)</seven>
(changing the seven to your appropriate key of course...)
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | Caber Toss | Switchback | XSqueezeDisplay | Kodi 2nd Display
Sorry, no help w/out a
*full debug log*.