diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2018-07-09 09:03:19 -0700 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2018-07-09 09:06:36 -0700 |
commit | 7fd38536092e8fd49d3096aa1f7ded87dacf0e81 (patch) | |
tree | c8a298a720d0af329a9ea511a384b47de8cdb359 /addons | |
parent | 6e40098cc52bdd0e6e4fce5a30e08f04b2b1e17e (diff) |
MyGames: Update XML with changes made to MyVideos
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/MyGames.xml | 70 | ||||
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 3 |
2 files changed, 55 insertions, 18 deletions
diff --git a/addons/skin.estuary/xml/MyGames.xml b/addons/skin.estuary/xml/MyGames.xml index 617beb617b..286f089b8d 100644 --- a/addons/skin.estuary/xml/MyGames.xml +++ b/addons/skin.estuary/xml/MyGames.xml @@ -17,34 +17,68 @@ <include>View_500_Wall</include> <include>CommonScrollbars</include> <control type="group"> + <depth>DepthContentPanel</depth> <include>OpenClose_Left</include> <visible>Control.IsVisible(55)</visible> <include>Visible_Left</include> - <visible>Container.Content(games)</visible> - <include content="ContentPanel"> - <param name="width" value="656" /> - </include> - <control type="textbox"> - <left>40</left> - <top>360</top> - <width>529</width> - <height>413</height> - <align>center</align> - <aligny>center</aligny> - <font>font27</font> - <textcolor>80FFFFFF</textcolor> - <label>$LOCALIZE[19055]</label> - <visible>!ListItem.IsParentFolder + ListItem.IsFolder</visible> - </control> + <include>ListThumbInfoPanel</include> </control> <control type="group"> + <depth>DepthContentPanel</depth> <include>OpenClose_Left</include> <visible>Control.IsVisible(50) | Control.Isvisible(54) | [Control.IsVisible(501) + String.IsEqual(Skin.AspectRatio,21:9)]</visible> <include>Visible_Left</include> - <include>ListThumbInfoPanel</include> + <include content="ContentPanel"> + <param name="width" value="656" /> + </include> + <control type="group"> + <width>550</width> + <control type="textbox"> + <top>120</top> + <left>30</left> + <width>550</width> + <aligny>center</aligny> + <height>110</height> + <font>font36_title</font> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="textbox"> + <left>30</left> + <top>240</top> + <width>525</width> + <bottom>100</bottom> + <visible>!ListItem.IsCollection</visible> + <label>$INFO[ListItem.Tagline,[I],[/I][CR][CR]]$INFO[ListItem.Plot][CR][CR]</label> + <autoscroll delay="10000" time="3000" repeat="10000">Skin.HasSetting(autoscroll)</autoscroll> + </control> + <control type="textbox"> + <left>30</left> + <top>360</top> + <width>530</width> + <height>413</height> + <align>center</align> + <aligny>center</aligny> + <font>font27</font> + <textcolor>80FFFFFF</textcolor> + <label>$LOCALIZE[19055]</label> + <visible>String.IsEmpty(Listitem.Plot) + String.IsEmpty(Listitem.Tagline) + !ListItem.IsCollection + !ListItem.IsParentFolder</visible> + </control> + <control type="group"> + <left>20</left> + <top>245</top> + <visible>ListItem.IsCollection + String.IsEmpty(ListItem.Plot)</visible> + <include content="InfoList"> + <param name="bottom" value="108" /> + <param name="width" value="540" /> + <param name="sortby" value="year" /> + <param name="sortorder" value="descending" /> + <param name="font" value="font13" /> + </include> + </control> + </control> </control> <include content="TopBar"> - <param name="breadcrumbs_label" value="$LOCALIZE[15016]" /> + <param name="breadcrumbs_label" value="$VAR[BreadcrumbsGameVar]" /> </include> <include content="BottomBar"> <param name="info_visible" value="true" /> diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index d57aeba763..24482c6f9a 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -357,6 +357,9 @@ <value condition="Window.IsActive(TVSearch)">$LOCALIZE[19020] / $LOCALIZE[137]</value> <value>$LOCALIZE[19021] / $LOCALIZE[137]</value> </variable> + <variable name="BreadcrumbsGameVar"> + <value>$LOCALIZE[15016]</value> + </variable> <variable name="RepeatButtonColordiffuseVar"> <value condition="Control.HasFocus(704)">button_focus</value> <value>FFFFFFFF</value> |