Files Mode
#1
Question 
I apologize if this has been answered somewhere, i haven't found it.

I know Focus is preferred/designed to run in Library mode but I'd like to run it in Files Mode. I can go in to Movies or Tv, etc , click left and change it to Files Mode and it does change. The problem is the setting do not stick after a restart of XBMC. How do I get this setting to stick?

thanks

oh PS. great minimal skin!
Reply
#2
The entries in the homescreen menu link to the library sections, so they will always lead to that. Only way to change this is to edit homesubmenu.xml and change the buttons like:

PHP Code:
<onclick>ActivateWindow(MyVideoLibrary,movietitles)</onclick

to
PHP Code:
<onclick>ActivateWindow(MyVideoFiles,movies)</onclick

Greetings,
Jeroen
Reply
#3
Thanks Jeroen.

Not sure I know the options available but I'll give it a go.
Reply

Logout Mark Read Team Forum Stats Members Help
Files Mode0