Linux Kodi 16.1 Can't find button favourites
#1
[/b]Hey,

So finally worked my way through the remote headaches by using inputlirc and treating it as a standard remote control. but now I am getting something very weird happening
favourites seems to be missing from my build? This is my Lircmap.xml line

-- CUT --
Quote: <favourites>KEY_F19</favourites>


but this happens.


Quote:INFO: Loading special://masterprofile/keymaps/remote.xml
12:38:04 T:139807881422848 ERROR: Remote Translator: Can't find button favourites
12:38:04 T:139807881422848 INFO: Loading special://profile/keymaps/gen.xml
12:38:04 T:139807881422848 INFO: Loading special://profile/keymaps/remote.xml
12:38:04 T:139807881422848 ERROR: Remote Translator: Can't find button favourites
12:38:04 T:139807881422848 INFO: Loading special://xbmc/system/Lircmap.xml

This gives rise to the remote not being mapped to the favourites window

Quote:20:31:01 T:140386217228288 DEBUG: LIRC: Update - NEW at 26959:bd 0 KEY_F19 /dev/input/event3 (KEY_F19)
20:31:01 T:140386217228288 ERROR: Remote Translator: Can't find button favourites

Now I check the Kodi Wiki Page for Keymaps and sure enough that is correctly spelled etc.

I even checked the source to see where it is defined.

Quote:ButtonTranslator.cpp: { "favourites" , WINDOW_DIALOG_FAVOURITES },

So where the hell has it gone? I even tried adding my own keymap event in keymaps.

Quote:cat keymaps/remote.xml
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<remote>
<favourites>ActivateWindow(favourites)</favourites>
</remote>
</global>
</keymap>

Which is the correct function for calling the favourites window according to the Wiki.


Is this just me or has anyone else been able to map favourites to a remote button on Ubuntu 14.04 with Kodi 16.01?

Cheers,
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 16.1 Can't find button favourites0