Win How to hide ALL Addons buttons
#1
Hi,

If you don't want to have users able to add or modify addons, here is the 3 steps to remove all addons buttons on the GUI:

N°1: advancedsettings.xml :
<advancedsettings>
<virtualshares>false</virtualshares>
</advancedsettings>

N°2: IncludesHomeMenuItems.xml
Example for music:

<!--<control type="button" id="90116"> <include>ButtonHomeSubCommonValues</include> <label>14022</label> <onclick>ActivateWindow(MusicLibrary,root)</onclick> <visible>Library.HasContent(Music)</visible> </control> <control type="button" id="90117"> <include>ButtonHomeSubCommonValues</include> <label>24001</label> <onclick>ActivateWindow(MusicLibrary,Addons,return)</onclick> <visible>Library.HasContent(Music)</visible> </control>-->
<!--<control type="button" id="90118"> <include>ButtonHomeSubCommonValues</include> <label>24001</label> <onclick>ActivateWindow(MusicFiles,Addons,return)</onclick> <visible>!Library.HasContent(Music)</visible> </control> <control type="image" id="90119"> <width>35</width> <height>35</height> <texture border="0,0,0,3">HomeSubEnd.png</texture> </control>-->


N°3: C:\Program Files (x86)\Kodi\system\library\video\addons.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!--<node order="22" type="folder">
<label>1037</label>
<icon>DefaultAddonVideo.png</icon>
<path>addons://sources/video/</path>
</node>-->


For me it was necessary...
Reply

Logout Mark Read Team Forum Stats Members Help
How to hide ALL Addons buttons0