bug fixes
This commit is contained in:
parent
21226e3f50
commit
078a78fcbf
|
@ -61,7 +61,6 @@
|
||||||
<!--touchscreen back function-->
|
<!--touchscreen back function-->
|
||||||
<expression name="openSideBlade">[window.isactive(pictures) + String.IsEqual(container.folderpath,] | String.IsEqual(container.folderpath,addons://sources/game) | [window.isactive(games) + String.IsEqual(container.folderpath,] | String.IsEqual(container.folderpath,sources://video/) | String.IsEqual(container.folderpath,special://videoplaylists/) | String.IsEqual(container.folderpath,addons://sources/video) | String.IsEqual(container.folderpath,pvr://recordings/tv/active/) | String.IsEqual(container.folderpath,sources://music/) | String.IsEqual(container.folderpath,addons://sources/audio) | String.IsEqual(container.folderpath,special://musicplaylists/) | String.IsEqual(container.folderpath,musicdb://genres/) | String.IsEqual(container.folderpath,musicdb://artists/) | String.IsEqual(container.folderpath,musicdb://albums/) | container.content(movies) | container.content(tvshows) | window.isactive(TVChannels) | window.isactive(RadioChannels) | window.isactive(TVGuide) | window.isactve(TVRecordings)</expression>
|
<expression name="openSideBlade">[window.isactive(pictures) + String.IsEqual(container.folderpath,] | String.IsEqual(container.folderpath,addons://sources/game) | [window.isactive(games) + String.IsEqual(container.folderpath,] | String.IsEqual(container.folderpath,sources://video/) | String.IsEqual(container.folderpath,special://videoplaylists/) | String.IsEqual(container.folderpath,addons://sources/video) | String.IsEqual(container.folderpath,pvr://recordings/tv/active/) | String.IsEqual(container.folderpath,sources://music/) | String.IsEqual(container.folderpath,addons://sources/audio) | String.IsEqual(container.folderpath,special://musicplaylists/) | String.IsEqual(container.folderpath,musicdb://genres/) | String.IsEqual(container.folderpath,musicdb://artists/) | String.IsEqual(container.folderpath,musicdb://albums/) | container.content(movies) | container.content(tvshows) | window.isactive(TVChannels) | window.isactive(RadioChannels) | window.isactive(TVGuide) | window.isactve(TVRecordings)</expression>
|
||||||
|
|
||||||
|
|
||||||
<!--item fanart-->
|
<!--item fanart-->
|
||||||
<include name="itemFanart">
|
<include name="itemFanart">
|
||||||
<control type="wraplist" id="99999">
|
<control type="wraplist" id="99999">
|
||||||
|
@ -311,7 +310,7 @@
|
||||||
|
|
||||||
<!--standard back-->
|
<!--standard back-->
|
||||||
<control type="button" id="8542">
|
<control type="button" id="8542">
|
||||||
<visible>!$EXP[openSideBlade]</visible>
|
<visible>!$EXP[openSideBlade] | window.isactive(1103)</visible>
|
||||||
<description>back button</description>
|
<description>back button</description>
|
||||||
<posx>-5</posx>
|
<posx>-5</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
@ -329,7 +328,7 @@
|
||||||
|
|
||||||
<!--sideblade open-->
|
<!--sideblade open-->
|
||||||
<control type="button" id="8514">
|
<control type="button" id="8514">
|
||||||
<visible>$EXP[openSideBlade]</visible>
|
<visible>$EXP[openSideBlade] + !window.isactive(1103)</visible>
|
||||||
<description>back button</description>
|
<description>back button</description>
|
||||||
<posx>-5</posx>
|
<posx>-5</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
@ -349,7 +348,6 @@
|
||||||
<!--home-->
|
<!--home-->
|
||||||
<control type="button" id="8520">
|
<control type="button" id="8520">
|
||||||
<description>home</description>
|
<description>home</description>
|
||||||
<enabled>!window.isactive(home)</enabled>
|
|
||||||
<posx>-5</posx>
|
<posx>-5</posx>
|
||||||
<posy>810</posy>
|
<posy>810</posy>
|
||||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||||
|
@ -361,6 +359,7 @@
|
||||||
<textcolor>22FFFFFF</textcolor>
|
<textcolor>22FFFFFF</textcolor>
|
||||||
<focusedcolor>22FFFFFF</focusedcolor>
|
<focusedcolor>22FFFFFF</focusedcolor>
|
||||||
<label></label>
|
<label></label>
|
||||||
|
<onclick>dialog.close(all,true)</onclick>
|
||||||
<onclick>activateWindow(home)</onclick>
|
<onclick>activateWindow(home)</onclick>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<font>menuTitle3</font>
|
<font>menuTitle3</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<scroll>false</scroll>
|
<scroll>true</scroll>
|
||||||
<label>$INFO[MusicPlayer.Title]</label>
|
<label>$INFO[MusicPlayer.Title]</label>
|
||||||
<shadowcolor>99000000</shadowcolor>
|
<shadowcolor>99000000</shadowcolor>
|
||||||
<wrapmultiline>true</wrapmultiline>
|
<wrapmultiline>true</wrapmultiline>
|
||||||
|
@ -132,7 +132,7 @@
|
||||||
<height>1-col</height>
|
<height>1-col</height>
|
||||||
<width>1-col</width>
|
<width>1-col</width>
|
||||||
<font>symbol</font>
|
<font>symbol</font>
|
||||||
<textoffsetx>24</textoffsetx>
|
<textoffsetx>25</textoffsetx>
|
||||||
<textcolor>22FFFFFF</textcolor>
|
<textcolor>22FFFFFF</textcolor>
|
||||||
<focusedcolor>22FFFFFF</focusedcolor>
|
<focusedcolor>22FFFFFF</focusedcolor>
|
||||||
<label></label>
|
<label></label>
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
<height>1-col</height>
|
<height>1-col</height>
|
||||||
<width>1-col</width>
|
<width>1-col</width>
|
||||||
<font>symbol</font>
|
<font>symbol</font>
|
||||||
<textoffsetx>24</textoffsetx>
|
<textoffsetx>25</textoffsetx>
|
||||||
<textcolor>22FFFFFF</textcolor>
|
<textcolor>22FFFFFF</textcolor>
|
||||||
<focusedcolor>22FFFFFF</focusedcolor>
|
<focusedcolor>22FFFFFF</focusedcolor>
|
||||||
<label></label>
|
<label></label>
|
||||||
|
|
Loading…
Reference in New Issue