2017-03-28, 10:39
(2017-03-28, 10:14)gillmacca Wrote: Had to reinstall tv guide due to an issue my end I couldn't resolve. Everything is working fine now, except for one thing.
I have keymapped some buttons (s for search, r for remind, c for categories). Search and Remind are working fine, but when pressing 'c' the categories are not appearing. The current program is no longer highlighted (which is what normally happens when the categories are shown, but nothing appears at the top of the guide.). If I swap to the catbar skin, the categories are listed there, but not in the default skin. I have the menu line in the actions.py, and menu is assigned to 61507. There have been a couple of updates to the tv guide, so not sure if something has broken there. This was working fine before I reinstalled the tv guide
edit: I have also tried re-assigning the menu button to another button, but the same thing happens
I'm not sure if something has changed to do with this. I added a lot of changes for tycoo's forthcoming skin recently which might affect some controls.
I don't think it is a good idea to map up "c" to something as the default is to open the context menu everywhere in Kodi.
The default setting to get to the category bar in catbar is the "Show OSD" command which doesn't have a default setting in Kodi.
I just mapped it up to "a" and that worked ok.
Normally you just go Up on the first page of channels to get to it, or change
Settings \ Appearance \ Up to Category Bar
The category bar in the Default skin is different than the CatBar category bar. By default the "m" "menu" key will bring it up in both skins.
In ActionEditor.py the actions are:
to get to the CatBar skin category bar
Code:
"CATEGORIES_BAR": ["ACTION_SHOW_OSD"],
Code:
"CATEGORIES": ["ACTION_MENU"],