XBMC PVR screen usability

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
xxxnelly Offline
Senior Member
Posts: 155
Joined: Dec 2010
Reputation: 1
Post: #11
Thanks dushmaniac.

I will raise tickets for each of these.

I have started looking at reconfiguring some of the mce to see if I can get some of the functionality I want.

I have added this to one of the keys but wondered if there was a list of the PVR commands. XBMC.ActivateWindow(PVROSDGuide)

Thanks,
Neil
find quote
decaturguy Offline
Senior Member
Posts: 144
Joined: Mar 2009
Reputation: 0
Location: Sweden
Post: #12
xxxnelly Wrote:Thanks dushmaniac.

I will raise tickets for each of these.

I have started looking at reconfiguring some of the mce to see if I can get some of the functionality I want.

I have added this to one of the keys but wondered if there was a list of the PVR commands. XBMC.ActivateWindow(PVROSDGuide)

Thanks,
Neil

my pvr keys in remote.xml

<global>
<remote>
<mytv>XBMC.ActivateWindow(MyTV)</mytv>
</remote>
</global>

<FullscreenVideo>
<remote>
<guide>XBMC.ActivateWindow(PVROSDGuide)</guide>
<recordedtv>XBMC.ActivateWindow(Teletext)</recordedtv>
</remote>
</FullscreenVideo>

<Visualisation>
<remote>
<playlist>XBMC.ActivateWindow(PVROSDChannels)</playlist>
</remote>
</Visualisation>
find quote
xxxnelly Offline
Senior Member
Posts: 155
Joined: Dec 2010
Reputation: 1
Post: #13
decaturguy Wrote:my pvr keys in remote.xml

<global>
<remote>
<mytv>XBMC.ActivateWindow(MyTV)</mytv>
</remote>
</global>

<FullscreenVideo>
<remote>
<guide>XBMC.ActivateWindow(PVROSDGuide)</guide>
<recordedtv>XBMC.ActivateWindow(Teletext)</recordedtv>
</remote>
</FullscreenVideo>

<Visualisation>
<remote>
<playlist>XBMC.ActivateWindow(PVROSDChannels)</playlist>
</remote>
</Visualisation>

Thanks,

This is a good one instead of using the timeline all the time.
XBMC.ActivateWindow(PVROSDChannels)
find quote
Post Reply