Kodi Community Forum

Full Version: Go direct to TV guide from Home
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As an OSMC user, I'm used to going straight to the TV guide on a click of TV. Estuary goes to the Channel list.

Can someone point me to where to tweak Estuary to do the same as OSMC?

I'm using TVHeadend BTW.
In the Estuary xml folder you want Home.xml. Look for a line that says:
Code:
<onclick>ActivateWindow(TVChannels)</onclick>

and change it to:
Code:
<onclick>ActivateWindow(TVGuide)</onclick>

At least I think that's the right window ID. I got it from here:

http://kodi.wiki/view/Window_IDs
Thanks! Sort of obvious when you know!

Took me a while to do it though - that stupid Windows App version has finally gone in the rubbish bin.