Hi,
maybe someone can help. I am usin a customized remote.xml (which is normally in the userdata/keymaps folder) since years. I am using that with Kosi on differnet Linux systems. Remote is the HAMA Mediacenter remote. I installed Libreelec and copied it into the folder however it is not recognized. E.G. the Red key still opens the Video-Folder instead of favourites. Any advice if there's something different in Libreelec (It's the latest verion i installed)
XML
<?xml version="1.0" encoding="UTF-8"?>
<!-- Remote Hama MCE Mapping -->
<keymap>
<global>
<remote>
<red>XBMC.ActivateWindow(favourites)</red>
<green>XBMC.ActivateWindow(tvrecordings)</green>
<yellow>RunScript(script.globalsearch)</yellow>
<blue>XBMC.ActivateWindow(addonbrowser)</blue>
<power>XBMC.ActivateWindow(ShutdownMenu)</power>
<display>AspectRatio</display>
<start>ContextMenu</start>
<record>XBMC.PlayerControl(Record)</record>
<star>PowerDown</star>
<hash>XBMC.ActivateWindow(OSDAudioSettings)</hash>
</remote>
</global>
<FullscreenVideo>
<remote>
<red>AudioNextLanguage</red>
<green>NextSubtitle</green>
<yellow>ShowVideoMenu</yellow>
<blue>XBMC.ActivateWindow(OSDAudioSettings)</blue>
<select>Playlist</select>
</remote>
</FullscreenVideo>
<FullscreenInfo>
<remote>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
</remote>
</FullscreenInfo>
<FullscreenLiveTV>
<remote>
<red>AudioNextLanguage</red>
<green>NextSubtitle</green>
<yellow>ActivateWindow(Teletext)</yellow>
<blue>XBMC.ActivateWindow(OSDAudioSettings)</blue>
<pageplus>ChannelUp</pageplus>
<pageminus>ChannelDown</pageminus>
<left>StepBack</left>
<right>StepForward</right>
<up>BigStepForward</up>
<down>BigStepBack</down>
<return>PlayList</return>
</remote>
</FullscreenLiveTV>
<Visualisation>
<remote>
<back>PreviousMenu</back>
</remote>
</Visualisation>
<SlideShow>
<remote>
<back>PreviousMenu</back>
</remote>
</SlideShow>
<VideoOSD>
<remote>
<back>PreviousMenu</back>
</remote>
</VideoOSD>
<TV>
<remote>
</remote>
</TV>
<Teletext>
<remote>
</remote>
</Teletext>
</keymap>
Display More