Run Addon from remote

  • I want to run Advanced Wake on Lan from the remote with the # button. On two windows PC's I can do it by adding <hash>runaddon(script.advanced.wol)</hash> to the keyboard.xml file. I put the same keyboard.xml file under /storage/.kodi/userdata/keymaps. I boot up LibreELEC which is running on an Odriod C2 and press the # button and it takes me to the settings menu. Am I missing something or does anyone have any ideas?

  • Enable debug log in kodi and check what happen when you press this hash key.

    Under which xml node you have specified this runaddon()? Do you even have addon installed?

  • Preferably you will have to find the key id of your # button..

    Code
    <keymap><global><keyboard><key id="61475">runaddon(script.advanced.wol)</key></keyboard></global></keymap>