Req Create new Skin
#1
I'm trying to make the Skin Titan personalized.

I would like to delete some existing categories in Setting.

Such as:

Live - TV,
Profiles,
Player Setting.

I am editing the settings.xml file:

xml:
<!--List 9000-->
<control type="panel" id="9000">
<viewtype label="31437">icons</viewtype>
<right>80</right>
<top>20</top>
<height>780</height>
<width>1200</width>
<orientation>vertical</orientation>
<onup>9000</onup>
<ondown>9000</ondown>
<preloaditems>4</preloaditems>
<itemlayout height="260" width="300">
<control type="group">
<width>280</width>
<height>240</height>
<include>SquarePosterPanelLayout</include>
</control>
</itemlayout>
<focusedlayout height="260" width="300">
<control type="group">
<width>280</width>
<height>240</height>
<include>SquarePosterPanelLayoutFocus</include>
</control>
</focusedlayout>
<content>
<item id="11">
<description>Skin Settings</description>
<label>20077</label>
<label2>31407</label2>
<onclick>activatewindow(skinsettings)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_skin_settings.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/addonskin.png</thumb>
</item>
<item id="1">
<description>Interface</description>
<label>14206</label>
<label2>31400</label2>
<onclick>activatewindow(InterfaceSettings)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_interface.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/interface.png</thumb>
</item>
<item id="2">
<description>Media Settings</description>
<label>14212</label>
<label2>14212</label2>
<onclick>activatewindow(MediaSettings)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_media_settings.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/media.png</thumb>
</item>
<item id="4">
<description>Player</description>
<label>14201</label>
<label2>14201</label2>
<onclick>ActivateWindow(PlayerSettings)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_player_settings.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/player.png</thumb>
</item>
<item id="5">
<description>Addons</description>
<label>24001</label>
<label2>31408</label2>
<onclick>activatewindow(AddonBrowser)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_addons.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/program.png</thumb>
</item>
<item id="8">
<description>Network/Services</description>
<label>14036</label>
<label2>31405</label2>
<onclick>activatewindow(ServiceSettings)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_services.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/addonservice.png</thumb>
</item>
<item id="9">
<description>System</description>
<label>13000</label>
<label2>31406</label2>
<onclick>activatewindow(SystemSettings)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_system.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/harddisk.png</thumb>
</item>
<item id="10">
<description>System Info</description>
<label>130</label>
<label2>31409</label2>
<onclick>activatewindow(7)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_system_info.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/cpu.png</thumb>
</item>
<item id="12">
<description>Profiles</description>
<label>13200</label>
<label2>31421</label2>
<onclick>activatewindow(Profiles)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_profiles.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/actor.png</thumb>
</item>
</content>
</control>

But if I try to delete this piece of code:

xml:
<item id="4">
<description>Player</description>
<label>14201</label>
<label2>14201</label2>
<onclick>ActivateWindow(PlayerSettings)</onclick>
<icon>resource://resource.images.skinbackgrounds.titanium/settings_player_settings.jpg</icon>
<thumb>resource://resource.images.skinicons.wide/player.png</thumb>
</item>

I compress everything in zip.

and kodi does not install it

"failed to install add-ons from zip file".

How can I delete some entries in the setting part of kodi without receiving this error?
Reply
#2
Moved to the titan skin section - this has nothing to do with add-ons per-se.
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
If leia,switch to skin.estuary and restart kodi before update currently used skin.

Side note , you need also edit the default setting bools . If not the skin will set those settings to true if deleted from the setrings.xml or not.
Skins |  Titan M O D   •   S W A N (WIP)
Reply
#4
In addition.if it is just for personal usage you should is this

https://kodi.wiki/view/Advancedsettings....l_settings
Skins |  Titan M O D   •   S W A N (WIP)
Reply

Logout Mark Read Team Forum Stats Members Help
Create new Skin0