File Manager to Home Menu
#1
Hi guys

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

ThanksAngel
Reply
#2
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.
Reply
#3
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
Reply
#4
(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
Reply

Logout Mark Read Team Forum Stats Members Help
File Manager to Home Menu0