This commit is contained in:
theDeadMan 2018-02-13 13:06:29 +00:00
parent 092d68f0db
commit cda563cb0d
17 changed files with 14 additions and 22 deletions

View File

@ -74,18 +74,8 @@
</control>
</itemlayout>
<focusedlayout width="col-5-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>82</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
<bordersize>0,0,3,0</bordersize>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>81</posx>
<posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>2-row</height>

View File

@ -26,6 +26,8 @@
- check controls for new window: MyGames.xml
- musicvideos
- Screenshots etc need updating
- global search needs updating

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

View File

@ -2,6 +2,6 @@
<smartplaylist type="tvshows">
<name>recentEpisodes</name>
<match>all</match>
<limit>20</limit>
<limit>10</limit>
<order direction="descending">dateadded</order>
</smartplaylist>

View File

@ -2,6 +2,6 @@
<smartplaylist type="movies">
<name>recentMovies</name>
<match>all</match>
<limit>20</limit>
<limit>10</limit>
<order direction="descending">dateadded</order>
</smartplaylist>

View File

@ -12,32 +12,32 @@
</override>
<override action="ActivateWindow(Videos,videodb://movies/titles/)" group="mainmenu">
<action>::ACTION::</action>
<action>control.setfocus(9103)</action>
<action>control.setfocus(9103,0,absolute)</action>
</override>
<override action="ActivateWindow(Videos,videodb://movies/titles/)" group="videosubmenu">
<condition>!window.isactive(videos)</condition>
<action>::ACTION::</action>
<action>control.setfocus(9103)</action>
<action>control.setfocus(9103,0,absolute)</action>
</override>
<override action="ActivateWindow(Videos,videodb://movies/titles/)" group="videosubmenu">
<condition>window.isactive(videos)</condition>
<action>Container.Update(videodb://movies/titles/)</action>
<action>control.setfocus(9103)</action>
<action>control.setfocus(9103,0,absolute)</action>
</override>
<override action="ActivateWindow(Videos,videodb://tvshows/titles/)" group="mainmenu">
<action>::ACTION::</action>
<action>control.setfocus(9203)</action>
<action>control.setfocus(9203,0,absolute)</action>
</override>
<override action="ActivateWindow(Videos,videodb://tvshows/titles/)" group="videosubmenu">
<condition>!window.isactive(videos)</condition>
<action>::ACTION::</action>
<action>control.setfocus(9203)</action>
<action>control.setfocus(9203,0,absolute)</action>
</override>
<override action="ActivateWindow(Videos,videodb://tvshows/titles/)" group="videosubmenu">
<condition>window.isactive(videos)</condition>
<action>Container.Update(videodb://tvshows/titles/)</action>
<action>control.setfocus(9203)</action>
<action>control.setfocus(9203,0,absolute)</action>
</override>
<override action="ActivateWindow(Music,musicdb://artists/)" group="musicsubmenu">
@ -51,17 +51,17 @@
<override action="ActivateWindow(Music,musicdb://albums/)" group="mainmenu">
<action>::ACTION::</action>
<action>control.setfocus(9998)</action>
<action>control.setfocus(9998,0,absolute)</action>
</override>
<override action="ActivateWindow(Music,musicdb://albums/)" group="musicsubmenu">
<condition>!window.isactive(music)</condition>
<action>::ACTION::</action>
<action>control.setfocus(9998)</action>
<action>control.setfocus(9998,0,absolute)</action>
</override>
<override action="ActivateWindow(Music,musicdb://albums/)" group="musicsubmenu">
<condition>window.isactive(music)</condition>
<action>Container.Update(musicdb://albums/)</action>
<action>control.setfocus(9998)</action>
<action>control.setfocus(9998,0,absolute)</action>
</override>
<override action="ActivateWindow(Music,musicdb://genres/)" group="musicsubmenu">