ActivateWindow(PVROSDChannels) brings only channel list without description window
#1
Hello dear Kodi members. I am quite new to Kodi and do try to configure my remote experience for Live TV. I wanted when watching the live tv to bring the channel list by pressing the ''OK'' button. This was an easy task via googling a bit, I found that this works:

xml:
<keymap>
<FullscreenLiveTV>
<keyboard>
  <key id ="61453">XBMC.ActivateWindow(PVROSDChannels)</key>
  </keyboard>
  </FullscreenLiveTV>
</keymap>

But it bring only channel list without the description box.
This is how this looks:
Image

And this is how I want it to look: (And it looks like this when I open Live TV Channels from Main Menu):
Image


Anyone knows the name if this ''menu'' so I can change it in keymap? Looks like it's not PVROSDChannels but something different
Reply
#2
Solved:
xml:
XBMC.ActivateWindow(tvchannels)
The only problem now is when I press back button from chanel list it brings me to main menu but I just want it to go back to FullscreenLiveTV. Will try to figure this out.
Reply
#3
Try to map back button to previous menu in tv channels window, not global
Reply

Logout Mark Read Team Forum Stats Members Help
ActivateWindow(PVROSDChannels) brings only channel list without description window0