Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
login screen vid
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jan 16, 2015
1 parent da10362 commit 1b94837
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 128 deletions.
25 changes: 14 additions & 11 deletions 1080i/Includes_Header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -416,21 +416,24 @@

<include name="GlobalTopBar">
<control type="group">
<include>GlobalLeftHeader</include>
</control>
<control type="group" description="Main Header">
<visible>!Window.IsActive(DialogButtonMenu.xml)</visible>
<include>Animation.VisibleFadeIn</include>
<include>Animation.VisibleFadeOut</include>
<visible>!Window.IsVisible(Startup.xml)</visible>
<control type="group">
<posx>-10</posx>
<include>HeaderMainInfo</include>
<include>GlobalLeftHeader</include>
</control>
<control type="group">
<control type="group" description="Main Header">
<visible>!Window.IsActive(DialogButtonMenu.xml)</visible>
<include>Animation.VisibleFadeIn</include>
<include>Animation.VisibleFadeOut</include>
<visible>!Window.IsActive(DialogKaiToast.xml)</visible>
<include>HeaderRightInfo</include>
<control type="group">
<posx>-10</posx>
<include>HeaderMainInfo</include>
</control>
<control type="group">
<include>Animation.VisibleFadeIn</include>
<include>Animation.VisibleFadeOut</include>
<visible>!Window.IsActive(DialogKaiToast.xml)</visible>
<include>HeaderRightInfo</include>
</control>
</control>
</control>
</include>
Expand Down
1 change: 1 addition & 0 deletions 1080i/Includes_Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
<animation effect="fade" start="100" end="0" condition="true">Conditional</animation>
</control>
<control type="group">
<visible>!IsEmpty(Window(home).Property(SkinInitStarted)) + !Window.IsVisible(Startup.xml)</visible>
<animation effect="slide" end="0,376" start="0" delay="0" time="150" condition="!Window.IsActive(home) + ![ControlGroup(300).HasFocus() | Control.HasFocus(351) | Control.HasFocus(352) | Control.HasFocus(353)] | [Window.IsVisible(home) + Control.HasFocus(9600)]">Conditional</animation>
<animation effect="slide" end="0,376" start="0" delay="0" time="150" condition="Window.IsActive(home)">WindowClose</animation>
<animation effect="slide" start="0,376" end="0" delay="0" time="150" condition="Window.IsActive(home)">WindowOpen</animation>
Expand Down
236 changes: 120 additions & 116 deletions 1080i/LoginScreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,27 @@
<defaultcontrol always="true">52</defaultcontrol>
<allowoverlay>no</allowoverlay>
<backgroundcolor>0</backgroundcolor>
<onload condition="IsEmpty(Window(home).Property(SkinInitStarted)) + Skin.HasSetting(skin.init) + Skin.HasSetting(skin.init2) + !IsEmpty(Skin.String(StartupPlaylist))">PlayMedia($ESCINFO[Skin.String(StartupPlaylist)])</onload>
<onload>SetProperty(SkinInitStarted,1,home)</onload>
<controls>

<include>GlobalBackground</include>

<control type="list" id="52">
<visible>!Window.IsVisible(ProfileSettings.xml)</visible>
<posx>635</posx>
<posy>360</posy>
<width>650</width>
<height>360</height>
<onleft>61</onleft>
<onright>noop</onright>
<onup>52</onup>
<ondown>52</ondown>
<pagecontrol>61</pagecontrol>
<scrolltime tween="cubic" easing="out">500</scrolltime>
<movement>1</movement>
<itemlayout height="120">
<control type="label">
<posx>140</posx>
<posy>22</posy>
<width>490</width>
<height>40</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
<control type="label">
<posx>140</posx>
<posy>61</posy>
<width>490</width>
<height>40</height>
<label>$INFO[ListItem.Label2]</label>
<font>Font-ListInfo</font>
</control>
</itemlayout>
<focusedlayout height="120">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>120</width>
<height>120</height>
<texture background="true" fallback="DefaultActor.png">$INFO[Listitem.Icon]</texture>
<animation effect="slide" start="0,120" end="0,0" time="300" reversible="false" tween="back" easing="out" condition="Container(52).OnPrevious">Focus</animation>
<animation effect="slide" start="0,-120" end="0,0" time="300" reversible="false" tween="back" easing="out" condition="Container(52).OnNext">Focus</animation>
</control>
<control type="group">
<animation type="Focus" condition="Container(52).OnNext | Container(52).OnPrevious" reversible="false">
<effect type="fade" start="50" end="100" time="300" tween="sine" easing="inout" />
</animation>
<animation effect="fade" start="100" end="50" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(52)">Conditional</animation>
<control type="group">
<visible>!IsEmpty(Window(home).Property(SkinInitStarted))</visible>
<include>GlobalBackground</include>

<control type="list" id="52">
<visible>!Window.IsVisible(ProfileSettings.xml)</visible>
<posx>635</posx>
<posy>360</posy>
<width>650</width>
<height>360</height>
<onleft>61</onleft>
<onright>noop</onright>
<onup>52</onup>
<ondown>52</ondown>
<pagecontrol>61</pagecontrol>
<scrolltime tween="cubic" easing="out">500</scrolltime>
<movement>1</movement>
<itemlayout height="120">
<control type="label">
<posx>140</posx>
<posy>22</posy>
Expand All @@ -66,74 +38,106 @@
<label>$INFO[ListItem.Label2]</label>
<font>Font-ListInfo</font>
</control>
</control>
</focusedlayout>
</control>

<include>GlobalLeftHeader</include>
<include>HeaderMainInfo</include>
<control type="group">
<posx>400r</posx>
<visible>!Window.IsActive(DialogExtendedProgressBar.xml)</visible>
<include>Animation.HeaderDialog</include>
<control type="label">
<posx>272</posx>
<posy>27</posy>
<width>100</width>
<height>100</height>
<font>Font-Weather</font>
<textcolor>$VAR[TopBarMainLabel]</textcolor>
<align>center</align>
<aligny>center</aligny>
<label> [B]$VAR[WeatherLabel][/B]</label>
</control>
<control type="label">
<posx>268</posx>
<posy>115</posy>
<width>128</width>
<height>100</height>
<aligny>top</aligny>
<font>Font-Sublabel</font>
<textcolor>$VAR[TopBarSubLabel]</textcolor>
<align>center</align>
<aligny>top</aligny>
<label>$INFO[Weather.Temperature]</label>
</control>
<control type="label">
<posx>220</posx>
<posy>25</posy>
<width>300</width>
<height>100</height>
<font>Font-Header</font>
<align>right</align>
<aligny>top</aligny>
<label>$INFO[System.Time(hh:mm)]</label>
<textcolor>$VAR[TopBarMainLabel]</textcolor>
<animation effect="slide" start="0" end="50" condition="IsEmpty(Control.GetLabel(9999))">Conditional</animation>
</control>
<control type="label" id="9999">
<posx>270</posx>
<posy>71</posy>
<width>100</width>
<height>100</height>
<aligny>top</aligny>
<font>Font-Sublabel</font>
<textcolor>$VAR[TopBarSubLabel]</textcolor>
<align>right</align>
<label>$INFO[System.Time(xx)]</label>
</control>
<control type="label">
<posx>270</posx>
<posy>115</posy>
<width>500</width>
<height>100</height>
<aligny>top</aligny>
<font>Font-Sublabel</font>
<textcolor>$VAR[TopBarSubLabel]</textcolor>
<align>right</align>
<label>$INFO[System.Date(DDD)]$COMMA $INFO[System.Date(dd MMM yyyy)]</label>
</itemlayout>
<focusedlayout height="120">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>120</width>
<height>120</height>
<texture background="true" fallback="DefaultActor.png">$INFO[Listitem.Icon]</texture>
<animation effect="slide" start="0,120" end="0,0" time="300" reversible="false" tween="back" easing="out" condition="Container(52).OnPrevious">Focus</animation>
<animation effect="slide" start="0,-120" end="0,0" time="300" reversible="false" tween="back" easing="out" condition="Container(52).OnNext">Focus</animation>
</control>
<control type="group">
<animation type="Focus" condition="Container(52).OnNext | Container(52).OnPrevious" reversible="false">
<effect type="fade" start="50" end="100" time="300" tween="sine" easing="inout" />
</animation>
<animation effect="fade" start="100" end="50" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(52)">Conditional</animation>
<control type="label">
<posx>140</posx>
<posy>22</posy>
<width>490</width>
<height>40</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
<control type="label">
<posx>140</posx>
<posy>61</posy>
<width>490</width>
<height>40</height>
<label>$INFO[ListItem.Label2]</label>
<font>Font-ListInfo</font>
</control>
</control>
</focusedlayout>
</control>
</control>

<include>GlobalLeftHeader</include>
<include>HeaderMainInfo</include>
<control type="group">
<posx>400r</posx>
<visible>!Window.IsActive(DialogExtendedProgressBar.xml)</visible>
<include>Animation.HeaderDialog</include>
<control type="label">
<posx>272</posx>
<posy>27</posy>
<width>100</width>
<height>100</height>
<font>Font-Weather</font>
<textcolor>$VAR[TopBarMainLabel]</textcolor>
<align>center</align>
<aligny>center</aligny>
<label> [B]$VAR[WeatherLabel][/B]</label>
</control>
<control type="label">
<posx>268</posx>
<posy>115</posy>
<width>128</width>
<height>100</height>
<aligny>top</aligny>
<font>Font-Sublabel</font>
<textcolor>$VAR[TopBarSubLabel]</textcolor>
<align>center</align>
<aligny>top</aligny>
<label>$INFO[Weather.Temperature]</label>
</control>
<control type="label">
<posx>220</posx>
<posy>25</posy>
<width>300</width>
<height>100</height>
<font>Font-Header</font>
<align>right</align>
<aligny>top</aligny>
<label>$INFO[System.Time(hh:mm)]</label>
<textcolor>$VAR[TopBarMainLabel]</textcolor>
<animation effect="slide" start="0" end="50" condition="IsEmpty(Control.GetLabel(9999))">Conditional</animation>
</control>
<control type="label" id="9999">
<posx>270</posx>
<posy>71</posy>
<width>100</width>
<height>100</height>
<aligny>top</aligny>
<font>Font-Sublabel</font>
<textcolor>$VAR[TopBarSubLabel]</textcolor>
<align>right</align>
<label>$INFO[System.Time(xx)]</label>
</control>
<control type="label">
<posx>270</posx>
<posy>115</posy>
<width>500</width>
<height>100</height>
<aligny>top</aligny>
<font>Font-Sublabel</font>
<textcolor>$VAR[TopBarSubLabel]</textcolor>
<align>right</align>
<label>$INFO[System.Date(DDD)]$COMMA $INFO[System.Date(dd MMM yyyy)]</label>
</control>
</control>

</control>
</controls>
</window>
</window>
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.eminence"
version="1.2.0"
version="1.2.1"
name="Eminence"
provider-name="jurialmunkey">
<requires>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[B]1.2.1[/B]
Startup video before login screen

[B]1.2.0[/B]
Startup video option
Fix AM PM clock issue
Expand Down

0 comments on commit 1b94837

Please sign in to comment.