PDA

View Full Version : Set Videos section to default to top level


Avigrace
2009-05-08, 16:02
When on the home screen and I goto 'Videos' it always goes to the last screen I was on, so I could find myself in the trailers app, or in iplayer etc. Is it possible when I goto 'Videos' for it to always default to the top level list?

oddity
2009-05-24, 08:53
i also think this would be really helpful

jalesm
2009-05-24, 09:31
Open Includes_MainMenu.xml, find this line

<onclick>XBMC.ActivateWindow(MyVideoFiles)</onclick>

and replace it with this

<onclick>XBMC.ActivateWindow(MyVideoFiles,home)</onclick>

Avigrace
2009-05-24, 11:52
I'll try this, many thanks!