Kodi Community Forum

Full Version: File Manager to Home Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys

Is it possible to add FILE MANAGER to favorites or to the home screen menu?

ThanksAngel
In the Includes.xml ... add it.

Code:
<item id="21" description="File Manager">
      <label>File Manager</label>
      <thumb fallback="special://skin/backgrounds/default/default.jpg">$INFO[Skin.String(CustomHome.1.Background)]</thumb>
      <onclick>ActivateWindow(filemanager)</onclick>
</item>

Customize as per your requirement ... I have renamed here the custom1.
Hello, can you tell me if, in theory, adding the code to every custom item even before assigning the custom item it would be possible to have the same submenus of the "movies" or "Tv Shows" page (update library, title, genre, browse etc etc)

thx
(2015-06-01, 22:51)garbokawa Wrote: [ -> ]In the Includes.xml ... add it.

Code:
<item id="21" description="File Manager">
      <label>File Manager</label>
      <thumb fallback="special://skin/backgrounds/default/default.jpg">$INFO[Skin.String(CustomHome.1.Background)]</thumb>
      <onclick>ActivateWindow(filemanager)</onclick>
</item>

Customize as per your requirement ... I have renamed here the custom1.

Brilliant as usual....thanks a lotBig Grin