This commit is contained in:
Chris Bevan 2015-11-25 16:55:01 +00:00
parent d843bae471
commit 8bb1a0baec
7 changed files with 37 additions and 10 deletions

View File

@ -27,6 +27,7 @@
</control>
</control>
<control type="label" id="30">
<visible>!StringCompare(control.getlabel(30),control.getlabel(31))</visible>
<description>heading</description>
<posx>24</posx>
<posy>0</posy>
@ -42,6 +43,23 @@
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation>
</control>
<control type="label">
<visible>StringCompare(control.getlabel(30),control.getlabel(31))</visible>
<description>heading</description>
<posx>24</posx>
<posy>0</posy>
<font>itemSubTitle</font>
<width>468</width>
<height>60</height>
<aligny>center</aligny>
<label>31023</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation>
</control>
<control type="label" id="31">
<description>message</description>
<posx>24</posx>

View File

@ -20,7 +20,7 @@
<value condition="Window.IsActive(videolibrary) + Container.Content(movies)">$LOCALIZE[20342] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR]</value>
<value condition="Window.IsActive(videolibrary) + [Container.Content(seasons) | Container.Content(tvshows) | Container.Content(episodes)]">$LOCALIZE[20343] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR]</value>
<value condition="Window.IsActive(videolibrary) + !isEmpty(container.foldername)">$INFO[container.foldername]</value>
<value condition="Window.IsActive(videolibrary) + isEmpty(container.foldername)">$LOCALIZE[31012]</value>
<value condition="Window.IsActive(videolibrary) + isEmpty(container.foldername)">$LOCALIZE[31012]</value>
<value condition="Window.IsActive(musiclibrary) + SubString(skin.string(showRecentMusicItems),true)">$LOCALIZE[31053]</value>
<value condition="Window.IsActive(musiclibrary) + SubString(container.folderpath,addons://)">$LOCALIZE[31058]</value>
@ -29,7 +29,6 @@
<value condition="Window.IsActive(musiclibrary) + Container.Content(songs)">$LOCALIZE[31182]</value>
<value condition="Window.IsActive(musiclibrary) + !container.content(genres) + SubString(container.folderpath,musicdb://genres)">$LOCALIZE[31199] [COLOR highlight]$INFO[container.foldername][/COLOR]</value>
<value condition="Window.IsActive(musiclibrary) + !isEmpty(container.foldername)">$INFO[container.foldername]</value>
<value condition="Window.IsActive(musiclibrary) + isEmpty(container.foldername)">$LOCALIZE[31053]</value>

View File

@ -192,7 +192,7 @@
<item id="2">
<description>Cancel</description>
<label>222</label>
<label2></label2>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(129,19)</onclick>
</item>

View File

@ -38,12 +38,10 @@
<texture border="0">colors/black.png</texture>
<colordiffuse>ccffffff</colordiffuse>
</control>
<!--titles-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-6-begin</posy>
<control type="label">
<posx>24-col</posx>
<posy>0</posy>
@ -236,12 +234,12 @@
<onclick>noop</onclick>
</item>
<item id="2">
<label>special://skin/extras/playlists/recentAlbums.xsp</label>
<label>special://skin/extras/playlists/topAlbums.xsp</label>
<property name="textTitle">31187</property>
<onclick>noop</onclick>
</item>
<item id="3">
<label>special://skin/extras/playlists/recentAlbums.xsp</label>
<label>special://skin/extras/playlists/randomAlbums.xsp</label>
<property name="textTitle">31181</property>
<onclick>noop</onclick>
</item>

View File

@ -34,11 +34,9 @@
***To do***
Finish Info screen rework for the OSD (match movie info style instead)
Finish Info screen rework for the OSD (match movie info style instead - use a fillbar for duration)
Check extra button to dialogAddonInfo.xml (auto update)
Music smartplaylists
Touch support for file seeking etc
on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems)

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="albums">
<name>randomAlbums</name>
<match>all</match>
<limit>10</limit>
<order direction="ascending">random</order>
</smartplaylist>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="albums">
<name>topAlbums</name>
<match>all</match>
<limit>10</limit>
<order direction="descending">playcount</order>
</smartplaylist>