When select video direct to files view and not library view
#1
Hello everyone,
I like when I select “video” in the xbmc main menu move directly to files view and not to the library view. Is there a change doing this?

I hobe this is not a permanent upcoming question but I did not find the solution with the search.

Thank you for your help.
Best regards
Cons

[Edit] Is someone is interested, this worked for me:
In Home.xml
<item id="2">
<label>31953</label>
<!-- <onclick condition="StringCompare(Window.Property(VideosDirectLink),True)">ActivateWindow(Videos)</onclick>
<onclick condition="!StringCompare(Window.Property(VideosDirectLink),True)">ActivateWindow(Videos,root)</onclick> -->
<onclick>ActivateWindow(Videos,Files,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<!-- <visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible> -->
</item>
Reply

Logout Mark Read Team Forum Stats Members Help
When select video direct to files view and not library view0