Fixed stuff to go into the repo
MusicVisualisation.xml remove the BOM at the start of the file addon.xml (case sensitive issue): defaultthemename="textures.xbt" > defaultthemename="Textures.xbt" mind changing these to: noop DialogAddonInfo.xml: <onup>-</onup> DialogAddonInfo.xml: <onup>-</onup> DialogAddonInfo.xml: <ondown>-</ondown> DialogAddonInfo.xml: <ondown>-</ondown> EOL's: LICENSE.txt: Windows (CRLF) sounds/sounds.xml: Windows (CRLF) Pointer.xml ERROR: Control 1 in window 10099 has been asked to focus, but it can't DialogFullScreenInfo.xml ERROR: Control 1 in window 10142 has been asked to focus, but it can't
This commit is contained in:
parent
afd335f5eb
commit
db603f1358
@ -224,8 +224,8 @@
|
|||||||
<font>-</font>
|
<font>-</font>
|
||||||
<onleft>61</onleft>
|
<onleft>61</onleft>
|
||||||
<onright>9000</onright>
|
<onright>9000</onright>
|
||||||
<ondown>-</ondown>
|
<ondown>noop</ondown>
|
||||||
<onup>-</onup>
|
<onup>noop</onup>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
<showonepage>true</showonepage>
|
<showonepage>true</showonepage>
|
||||||
</control>
|
</control>
|
||||||
@ -320,8 +320,8 @@
|
|||||||
<font>-</font>
|
<font>-</font>
|
||||||
<onleft>9000</onleft>
|
<onleft>9000</onleft>
|
||||||
<onright>60</onright>
|
<onright>60</onright>
|
||||||
<ondown>-</ondown>
|
<ondown>noop</ondown>
|
||||||
<onup>-</onup>
|
<onup>noop</onup>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
<showonepage>true</showonepage>
|
<showonepage>true</showonepage>
|
||||||
</control>
|
</control>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<height>170</height>
|
<height>170</height>
|
||||||
<texture>black-back.png</texture>
|
<texture>black-back.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="label" id="1">
|
<control type="label">
|
||||||
<description>System Time Label</description>
|
<description>System Time Label</description>
|
||||||
<posx>1250</posx>
|
<posx>1250</posx>
|
||||||
<posy>10</posy>
|
<posy>10</posy>
|
||||||
@ -252,7 +252,7 @@
|
|||||||
<font>font12</font>
|
<font>font12</font>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="label" id="1">
|
<control type="label">
|
||||||
<description>System Time Label</description>
|
<description>System Time Label</description>
|
||||||
<posx>1250</posx>
|
<posx>1250</posx>
|
||||||
<posy>10</posy>
|
<posy>10</posy>
|
||||||
@ -470,7 +470,7 @@
|
|||||||
<font>font12</font>
|
<font>font12</font>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="label" id="1">
|
<control type="label">
|
||||||
<description>System Time Label</description>
|
<description>System Time Label</description>
|
||||||
<posx>1250</posx>
|
<posx>1250</posx>
|
||||||
<posy>10</posy>
|
<posy>10</posy>
|
||||||
@ -589,7 +589,7 @@
|
|||||||
<height>170</height>
|
<height>170</height>
|
||||||
<texture>black-back.png</texture>
|
<texture>black-back.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="label" id="1">
|
<control type="label">
|
||||||
<description>System Time Label</description>
|
<description>System Time Label</description>
|
||||||
<posx>1250</posx>
|
<posx>1250</posx>
|
||||||
<posy>10</posy>
|
<posy>10</posy>
|
||||||
@ -752,7 +752,7 @@
|
|||||||
<ondown>2</ondown>
|
<ondown>2</ondown>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<control type="label" id="1">
|
<control type="label">
|
||||||
<description>System Time Label</description>
|
<description>System Time Label</description>
|
||||||
<posx>1250</posx>
|
<posx>1250</posx>
|
||||||
<posy>10</posy>
|
<posy>10</posy>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<window>
|
<window>
|
||||||
<defaultcontrol>-</defaultcontrol>
|
<defaultcontrol>-</defaultcontrol>
|
||||||
<allowoverlay>no</allowoverlay>
|
<allowoverlay>no</allowoverlay>
|
||||||
<controls>
|
<controls>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<window>
|
<window>
|
||||||
<defaultcontrol>1</defaultcontrol>
|
<defaultcontrol>-/defaultcontrol>
|
||||||
<coordinates>
|
<coordinates>
|
||||||
<system>1</system>
|
<system>1</system>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</requires>
|
</requires>
|
||||||
<extension
|
<extension
|
||||||
point="xbmc.gui.skin"
|
point="xbmc.gui.skin"
|
||||||
defaultthemename="textures.xbt"
|
defaultthemename="Textures.xbt"
|
||||||
debugging="false"
|
debugging="false"
|
||||||
effectslowdown="1.0">
|
effectslowdown="1.0">
|
||||||
<res width="1280" height="720" aspect="16:9" default="true" folder="720p" />
|
<res width="1280" height="720" aspect="16:9" default="true" folder="720p" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user