Kodi Community Forum
File Manager to Home Menu - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: File Manager to Home Menu (/showthread.php?tid=228390)



File Manager to Home Menu - Alien0 - 2015-05-31

Hi guys

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

ThanksAngel


RE: File Manager to Home Menu - garbokawa - 2015-06-01

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.


RE: File Manager to Home Menu - wargo - 2015-06-02

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


RE: File Manager to Home Menu - Alien0 - 2015-06-04

(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