This commit is contained in:
theDeadMan 2018-10-24 20:07:23 +01:00
parent ed96fdda92
commit 271aafe999
2 changed files with 12 additions and 14 deletions

View File

@ -29,9 +29,9 @@
<include file="Includes_mediaShowcase.xml"/> <include file="Includes_mediaShowcase.xml"/>
<!--view type conditions--> <!--view type conditions-->
<expression name="isVideoList">!String.Contains(container.folderpath,special://profile/playlists/video) + !String.Contains(container.folderpath,videodb://) + !String.Contains(container.folderpath,plugin://) | container.content(files) | String.IsEmpty(container.content) | container.content(playlists) | container.content(addons) | container.content(videos)</expression> <expression name="isVideoList">!String.Contains(container.folderpath,special://profile/playlists/video) + !String.Contains(container.folderpath,videodb://) + !String.Contains(container.folderpath,plugin://) | container.content(files) | String.IsEmpty(container.content) | container.content(playlists) | container.content(addons) | container.content(videos) | container.content(episodes)</expression>
<expression name="isMovie">container.content(movies) + [String.Contains(container.folderpath,videodb://) | String.Contains(container.folderpath,special://profile/playlists/video)]</expression> <expression name="isMovie">container.content(movies) + [String.Contains(container.folderpath,videodb://) | String.Contains(container.folderpath,special://profile/playlists/video)]</expression>
<expression name="isAddonMovieOrTVshow">!String.Contains(container.folderpath,videodb://) + String.Contains(container.folderpath,plugin://) + [container.content(movies) | container.content(tvshows) | container.content(seasons) | container.content(episodes)]</expression> <expression name="isAddonMovieOrTVshow">!String.Contains(container.folderpath,videodb://) + String.Contains(container.folderpath,plugin://) + [container.content(movies) | container.content(tvshows) | container.content(seasons)]</expression>
<expression name="isTVShow">container.content(tvshows) + [String.Contains(container.folderpath,videodb://) | String.Contains(container.folderpath,special://profile/playlists/video)]</expression> <expression name="isTVShow">container.content(tvshows) + [String.Contains(container.folderpath,videodb://) | String.Contains(container.folderpath,special://profile/playlists/video)]</expression>
<expression name="isSeason">container.content(seasons) + String.Contains(container.folderpath,videodb://)</expression> <expression name="isSeason">container.content(seasons) + String.Contains(container.folderpath,videodb://)</expression>

View File

@ -35,7 +35,7 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>180</width> <width>288</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -43,7 +43,7 @@
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>4-col-gutter</posx> <posx>5-col-gutter</posx>
<posy>0</posy> <posy>0</posy>
<width>2-col-textbox</width> <width>2-col-textbox</width>
<height>2-row</height> <height>2-row</height>
@ -55,9 +55,9 @@
<label>[B]$INFO[ListItem.starttime][/B]</label> <label>[B]$INFO[ListItem.starttime][/B]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>6-col</posx> <posx>7-col</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col-gutter</width> <width>6-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -80,7 +80,7 @@
<control type="label"> <control type="label">
<posx>16-col</posx> <posx>16-col</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col-gutter</width> <width>6-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -114,17 +114,15 @@
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
<width>168</width> <width>288</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
<scroll>true</scroll>
</control> </control>
<control type="label"> <control type="label">
<posx>4-col-gutter</posx> <posx>5-col-gutter</posx>
<posy>0</posy> <posy>0</posy>
<width>2-col-textbox</width> <width>2-col-textbox</width>
<height>2-row</height> <height>2-row</height>
@ -136,9 +134,9 @@
<label>[B]$INFO[ListItem.starttime][/B]</label> <label>[B]$INFO[ListItem.starttime][/B]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>6-col</posx> <posx>7-col</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col-gutter</width> <width>6-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -161,7 +159,7 @@
<control type="label"> <control type="label">
<posx>16-col</posx> <posx>16-col</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col-gutter</width> <width>6-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>