Kodi Community Forum
Change EPG View via Remote - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+--- Thread: Change EPG View via Remote (/showthread.php?tid=198520)



Change EPG View via Remote - ErAzOr2k - 2014-06-23

Hi,

I mapped the Guide button on my Harmony to open EPG (Timeline), while I'm in FullscreenLiveTV.

Because it's hard to get into the view bar in timeline to change the epg view, I'd like to map a button on my remote for that.
With the following command, it's possible to change the view: SendClick(31)

The thing is, it's just working, when I set this command in the global section of remote.xml. But I just need it, while I'm browsing the EPG.

Is it possible?


RE: Change EPG View via Remote - xhaggi - 2014-06-24

it should be possible if you place your button mapping into the MyTV block.

Code:
<MyTV>
  <remote>
    <button>SendClick(31)</button>
  </remote>
</MyTV>



RE: Change EPG View via Remote - ErAzOr2k - 2014-06-25

That was is! Thank you! Smile
One more thing: after pressing the button multiple times the focus changes automatically to the (change view-)button. Is there a way to force focus on epg, while changing the view?