2011-10-11, 05:28
I updated to 111007 and now XBMC freezes when I choose the profile with the Night skin but works fine with a profile that has a different skin..
![Huh Huh](https://forum.kodi.tv/images/smilies/question.png)
tbird2340 Wrote:I updated to 111007 and now XBMC freezes when I choose the profile with the Night skin but works fine with a profile that has a different skin..
tbird2340 Wrote:So is "Night" separate from "Night 2.0" ? I Just want a working "Night" type skin as it's my favorite. In your previous post you said to upgrade to a nightly which I did but then it broke.
Thanks for the awesome skin!
Kokonutcreme Wrote:Yes Night 2.0 is intended to be used with nightly builds only. The standard Night skin is to be used with Dharma. To avoid the skin being automatically updated to Night 2.0, disable the auto update setting in the Add ons menu and just select Notification only.
skabyss Wrote:Also is the ball still rolling on this skin? Looks like there hasn't been any official support for it in nearly 6 months..adface:
<window id="104">
<controls>
<control type="group">
<include>Animation_CommonFade</include>
<control type="group">
<visible>!player.passthrough</visible>
<control type="group">
<posx>1150</posx>
<posy>90</posy>
<control type="image">
<texture>volume/vol1.png</texture>
<colordiffuse>mainblue</colordiffuse>
<visible>IntegerGreaterThan(player.volume,-1)</visible>
</control>
<control type="image">
<texture>volume/vol2.png</texture>
<colordiffuse>mainblue</colordiffuse>
<visible>IntegerGreaterThan(player.volume,14)</visible>
</control>
<control type="image">
<texture>volume/vol3.png</texture>
<colordiffuse>mainblue</colordiffuse>
<visible>IntegerGreaterThan(player.volume,39)</visible>
</control>
<control type="image">
<texture>volume/vol4.png</texture>
<colordiffuse>mainblue</colordiffuse>
<visible>IntegerGreaterThan(player.volume,54)</visible>
</control>
<control type="image">
<texture>volume/vol5.png</texture>
<colordiffuse>mainblue</colordiffuse>
<visible>IntegerGreaterThan(player.volume,69)</visible>
</control>
<control type="image">
<texture>volume/vol6.png</texture>
<colordiffuse>mainblue</colordiffuse>
<visible>IntegerGreaterThan(player.volume,84)</visible>
</control>
<control type="image">
<texture>volume/vol7.png</texture>
<colordiffuse>mainblue</colordiffuse>
<visible>IntegerGreaterThan(player.volume,99)</visible>
</control>
<control type="image">
<texture>volume/mute.png</texture>
<posy>20</posy>
<posx>20</posx>
<colordiffuse>mainblue</colordiffuse>
<visible>!IntegerGreaterThan(player.volume,1)</visible>
</control>
<control type="image">
<texture>volume/volume.png</texture>
<posy>20</posy>
<posx>20</posx>
<colordiffuse>mainblue</colordiffuse>
<visible>IntegerGreaterThan(player.volume,1)</visible>
</control>
</control>
</control>
<control type="group">
<visible>player.passthrough</visible>
<control type="label">
<posx>460</posx>
<posy>0</posy>
<width>810</width>
<height>38</height>
<font>Font_Bartowski_Digital_Clock</font>
<textcolor>mainblue</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[29802]</label>
</control>
</control>
</control>
<include condition="Skin.HasSetting(debugmode)">Debug</include>
</controls>
</window>