Live TV Default Screen
#1
I am a new XBMC user. Loving everything so far. I have live tv setup and its all working pretty good. Running Frodo with NextPVR.

When I select Live TV from the main screen, it goes to the channel list with the preview window on the right by default. If possible, how can I get xbmc to go directly to my EPG timeline when selecting Live TV from the main screen? Or is there a key I can map to go directly to the EPG timeline or something?
Reply
#2
I use this in remote.xml to launch timeline EPG from my remote

XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)
Reply
#3
(2013-02-12, 22:21)teeedubb Wrote: I use this in remote.xml to launch timeline EPG from my remote

XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)

Is this something I can put in keyboard.xml?
Reply
#4
When I get home tonight, I'll try adding this to the keyboard.xml file to map it to the g key.

<g>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</g>

I think this may work.
Reply
#5
I don't see why not. I've never edited keyboard.XML but I'm guessing that only the key maps differ between the two.
Reply

Logout Mark Read Team Forum Stats Members Help
Live TV Default Screen0