remote.xml not working

  • I have just migrated from Openelec to Libreelec. I noticed that my custom remote.xml had been renamed to a .bak file. When I place a new remote.xml in the userdata/keymaps, it does not work.

    Does Libreelec work differently in this regard? How should this be done?

  • Hi @,

    a little late but here is my keymaps.xml file:

    XML
    <?xml version="1.0" encoding="UTF-8"?>
    <keymap>
      <global>
        <remote>
          <yellow>XBMC.ActivateWindow(VideoFiles,multipath://%2fmedia%2fSEAGATE_1%2fFILME_SEAGATE_1%2fMOVIES%20-%202D%2f/%2fmedia%2fSEAGATE_1%2fFILME_SEAGATE_1%2fMOVIES%20-%203D%2f/%2fmedia%2fSEAGATE_2%2fFILME_SEAGATE_2%2fMOVIES%20-%202D%2f/%2fmedia%2fSEAGATE_2%2fFILME_SEAGATE_2%2fMOVIES%20-%203D%2f/)</yellow>
          <blue>XBMC.ActivateWindow(VideoFiles,multipath://%2fmedia%2fSEAGATE_1%2fSERIALS_SEAGATE_1%2f/%2fmedia%2fSEAGATE_2%2fSERIALS_SEAGATE_2%2f/)</blue>
          <green>XBMC.ActivateWindow(VideoFiles,/media/SEAGATE_1/VIDEOMUSIC/)</green>
        </remote>
      </global>
    </keymap>


    Whatever I do it doesn't get me where I want. The multipath source is correct because I checked it with the log.

    Is there any other command I should write to make my custom key work?

    EDIT: I got it. It seams that from Kodi 13. videofiles doesn't work anymore. I changed it with video and it's ok.

    Edited once, last by DoDe (November 20, 2016 at 2:09 PM).