Various
This commit is contained in:
parent
4d799922b1
commit
3913348a65
|
@ -92,6 +92,14 @@
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
<content>
|
<content>
|
||||||
|
<item id="10">
|
||||||
|
<visible>System.GetBool(pvrmanager.enabled)</visible>
|
||||||
|
<label>31006</label>
|
||||||
|
<label2/>
|
||||||
|
<onclick>ActivateWindow(TVChannels)</onclick>
|
||||||
|
<onclick>Control.SetFocus(50)</onclick>
|
||||||
|
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
||||||
|
</item>
|
||||||
<item id="1">
|
<item id="1">
|
||||||
<visible>!Skin.HasSetting(hideVideo)</visible>
|
<visible>!Skin.HasSetting(hideVideo)</visible>
|
||||||
<label>31000</label>
|
<label>31000</label>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<width>3-col-textbox</width>
|
<width>3-col-textbox</width>
|
||||||
<height>3-col-textbox</height>
|
<height>3-col-textbox</height>
|
||||||
<aspectratio>scale</aspectratio>
|
<aspectratio>scale</aspectratio>
|
||||||
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
|
<texture fallback="colors/black.png" border="0">$INFO[Listitem.art(thumb)]</texture>
|
||||||
<colordiffuse>44FFFFFF</colordiffuse>
|
<colordiffuse>44FFFFFF</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
<variable name="homescreenCollage">
|
<variable name="homescreenCollage">
|
||||||
<value condition="Container(9000).HasFocus(1)">special://skin/extras/playlists/randomVideos.xsp</value>
|
<value condition="Container(9000).HasFocus(1)">special://skin/extras/playlists/randomVideos.xsp</value>
|
||||||
<value condition="Container(9000).HasFocus(2)">special://skin/extras/playlists/randomAlbums.xsp</value>
|
<value condition="Container(9000).HasFocus(2)">special://skin/extras/playlists/randomAlbums.xsp</value>
|
||||||
|
<value condition="Container(9000).HasFocus(10)">special://skin/extras/playlists/randomTVShows.xsp</value>
|
||||||
</variable>
|
</variable>
|
||||||
<!--Star rating for music tracks-->
|
<!--Star rating for music tracks-->
|
||||||
<variable name="starRating">
|
<variable name="starRating">
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<!--track info-->
|
<!--track info-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-5-begin</posx>
|
<posx>col-5-begin</posx>
|
||||||
<posy>row-19-begin</posy>
|
<posy>row-22-begin</posy>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>3-col-indent</posx>
|
<posx>3-col-indent</posx>
|
||||||
<posy>-8</posy>
|
<posy>-8</posy>
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
<font>largeBlack</font>
|
<font>largeBlack</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<scroll>false</scroll>
|
<scroll>false</scroll>
|
||||||
<label>[COLOR highlight]$INFO[MusicPlayer.artist,, ][/COLOR]$INFO[MusicPlayer.Title]</label>
|
<label>$INFO[MusicPlayer.Title]</label>
|
||||||
<shadowcolor>00000000</shadowcolor>
|
<shadowcolor>00000000</shadowcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
<font>regularStrong</font>
|
<font>regularStrong</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<scroll>false</scroll>
|
<scroll>false</scroll>
|
||||||
<label>$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
|
<label>[COLOR highlight]$INFO[MusicPlayer.artist,, ][/COLOR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
|
||||||
<shadowcolor>00000000</shadowcolor>
|
<shadowcolor>00000000</shadowcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
<smartplaylist type="episodes">
|
||||||
|
<name>Random episodes</name>
|
||||||
|
<match>all</match>
|
||||||
|
<limit>50</limit>
|
||||||
|
<order direction="ascending">random</order>
|
||||||
|
</smartplaylist>
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
<smartplaylist type="movies">
|
<smartplaylist type="movies">
|
||||||
<name>randomVideos</name>
|
<name>randomMovies</name>
|
||||||
<match>all</match>
|
<match>all</match>
|
||||||
<limit>50</limit>
|
<limit>50</limit>
|
||||||
<order direction="ascending">random</order>
|
<order direction="ascending">random</order>
|
||||||
|
|
Loading…
Reference in New Issue