Kodi Community Forum

Full Version: How to modify the code sets a scraper for a first time to use the default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ver: Kodi 14
Platform:win7/android
I would like to ask how to modify the code sets a scraper for a first time to use the default
The first increase video directory can default a scraper.
Thank you very much

I guess may be the following two pieces of code, but do not know how to modify.

<control type="spincontrolex" id="20">
<description>Directory Content</description>
<posx>0</posx>
<posy>0</posy>
<width>962</width>
<label>20344</label>
<align>left</align>
<include>DialogButton</include>
<textoffsetx>20</textoffsetx>
<spinposx>5</spinposx>
<textureup>common/spinctrl/arrow-light-up-nf.png</textureup>
<texturedown>common/spinctrl/arrow-light-down-nf.png</texturedown>
<textureupfocus>common/spinctrl/arrow-light-up-fo.png</textureupfocus>
<texturedownfocus>common/spinctrl/arrow-light-down-fo.png</texturedownfocus>
<texturefocus border="2">dialogs/default/highlight.png</texturefocus>
<onup>8002</onup>
<ondown condition="!SubString(System.BuildVersion,14,left)">4</ondown>
<ondown condition="SubString(System.BuildVersion,14,left)">21</ondown>
<onleft>8002</onleft>
<onright>8002</onright>
<visible>SubString(System.BuildVersion,14,left)</visible>
</control>

----------------------------------
<control type="list" id="21">
<onup>20</onup>
<include>DialogContentSettingsList</include>
<visible>SubString(System.BuildVersion,14,left)</visible>
</control>


Don't want to figure 1 Effect
Image

I want to figure 2 Effect
Image
I hope to get help thanks to this problem can be solved
I have no idea what you are asking
please explain a bit more
Thanks for the reply

A scraper is arranged as a permanent default
In fact, the purpose is very simple is to help users to reduce the operation steps.