PVR Questions..
#1
Firstly, is it possible to add a timer with remote button directly from timeline EPG? Ideally what I want is to add a timer when I press the record button and switch if I press ok. If I press ok on a show that is not currently running open the usual dialog. The only thing I have found from searching is: XBMC.PlayerControl(Record)

Secondly, is it possible to bring up the bottom OSD (it shows now and next in aeon nox) and cycle through without switching channels? That way it would be more like my tivo, can see whats on and then press ok to switch. This is the OSD:

Image

Would recommend these keymaps to anyone to get a tivo like experience (I use a harmony one remote with MCE mappings on openelec):

Code:
<FullscreenLiveTV>
    <remote>
<!--Opens EPG at whichever view you last opened (I leave it on timeline) when i press guide-->
        <title>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</title>

<!--Goes back to main screen when I press exit-->
        <back>FullScreen</back>

<!--brings up list of channels on right of screen in aeon nox-->
        <select>XBMC.ActivateWindow(PVROSDChannels)</select>
    </remote>
  </FullscreenLiveTV>

Cheers.
Reply

Logout Mark Read Team Forum Stats Members Help
PVR Questions..0