Timeline view command does not work anymore in 14 aplha 2
#1
hi all,

today I've installed helix alpha 2.
in gotham this command brings up the timeline view: XBMC.ActivateWindowAndFocus(MyPVR,31,0,10,0)
in helix this brings up the channel osd.

does anyone know the new command to bring up the timeline view?
Reply
#2
ok looked in debug logs.
timeline view is in window id 10617

17:38:38 T:3001161536 DEBUG: Activating window ID: 10617

but how do I open that on a remote key.... tbc

ok,

XBMC.ActivateWindow(10617)

does the job

it's undocumented....

@Lars....

do you have some preliminary data on this?
Reply
#3
http://forum.xbmc.org/showthread.php?tid=201289
Reply
#4
we have changed the pvr windows in XBMC 14. take a look at the new window names https://github.com/xbmc/xbmc/blob/master...te.xml#L71
Reply
#5
Hi. What is the "channel group" window ID or name?
Reply
#6
Line 189 230 and 231 do not correspond to line 72. I think it should all be TVChannels right?

Oh and tvchannels is window 10617 timeline view?
Reply

Logout Mark Read Team Forum Stats Members Help
Timeline view command does not work anymore in 14 aplha 20