Change EPG View via Remote
#1
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?
Reply
#2
it should be possible if you place your button mapping into the MyTV block.

Code:
<MyTV>
  <remote>
    <button>SendClick(31)</button>
  </remote>
</MyTV>
Reply
#3
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?
Reply

Logout Mark Read Team Forum Stats Members Help
Change EPG View via Remote0