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

Commit

Permalink
startup movie
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jan 10, 2015
1 parent 6450e17 commit b85cc3e
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
11 changes: 11 additions & 0 deletions 1080i/SkinSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,17 @@
<texturefocus border="12" colordiffuse="PosterHighlight">common/white.png</texturefocus>
</control>

<control type="button" id="812" description="Startup Video">
<label>31287</label>
<align>left</align>
<font>Font-ListInfo</font>
<label2>$INFO[Skin.String(StartupPlaylist)]</label2>
<onclick condition="IsEmpty(Skin.String(StartupPlaylist))">Skin.SetFile(StartupPlaylist)</onclick>
<onclick condition="!IsEmpty(Skin.String(StartupPlaylist))">Skin.Reset(StartupPlaylist)</onclick>
<visible>ControlGroup(3).HasFocus(36)</visible>
<texturefocus border="12" colordiffuse="PosterHighlight">common/white.png</texturefocus>
</control>

<!-- ADVANCED -->

<control type="radiobutton" id="803" description="Kiosk mode">
Expand Down
5 changes: 4 additions & 1 deletion 1080i/Startup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<window>
<defaultcontrol always="true">9315</defaultcontrol>
<onload>ClearProperty(homefocus,home)</onload>
<onload>SetProperty(SkinInitStarted,1,home)</onload>
<onunload>SetProperty(widget,movies,home)</onunload>

<controls>
Expand Down Expand Up @@ -232,9 +233,11 @@
<visible allowhiddenfocus="true">false</visible>
<onfocus condition="!Skin.HasSetting(skin.init)">SetFocus(9314)</onfocus>
<onfocus condition="!Skin.HasSetting(skin.init2)">SetFocus(9316)</onfocus>
<onfocus condition="IsEmpty(Window(home).Property(SkinInitStarted)) + Skin.HasSetting(skin.init) + Skin.HasSetting(skin.init2) + !IsEmpty(Skin.String(StartupPlaylist))">PlayMedia($ESCINFO[Skin.String(StartupPlaylist)])</onfocus>
<onfocus condition="Skin.HasSetting(skin.init) + Skin.HasSetting(skin.init2)">RunScript(script.skin.info.service)</onfocus>
<onfocus condition="Skin.HasSetting(skin.init) + Skin.HasSetting(skin.init2) + Skin.HasSetting(NextAired.Update) + Library.HasContent(tvshows)">RunScript(script.tv.show.next.aired,silent=True)</onfocus>
<onfocus condition="Skin.HasSetting(skin.init) + Skin.HasSetting(skin.init2)">AlarmClock(GoHome,ReplaceWindow(home),00:01,silent,false)</onfocus>
<onfocus condition="Skin.HasSetting(skin.init) + Skin.HasSetting(skin.init2) + !Player.HasVideo">ReplaceWindow(Home)</onfocus>
<!--<onfocus condition="Skin.HasSetting(skin.init) + Skin.HasSetting(skin.init2)">AlarmClock(GoHome,ReplaceWindow(home),00:01,silent,false)</onfocus>-->
</control>
<control type="label">
<description>Loading</description>
Expand Down
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.1.9"
version="1.2.0"
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.0[/B]
Startup video option

[B]1.1.9[/B]
Add more hub option presets
Add OSD PVR Guide
Expand Down
4 changes: 4 additions & 0 deletions language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -755,3 +755,7 @@ msgstr ""
msgctxt "#31286"
msgid "Disable clock"
msgstr ""

msgctxt "#31287"
msgid "Set startup video"
msgstr ""
6 changes: 5 additions & 1 deletion language/English/strings.po~
Original file line number Diff line number Diff line change
Expand Up @@ -753,5 +753,9 @@ msgid "Premiere Date"
msgstr ""

msgctxt "#31286"
msgid "Disable Clock"
msgid "Disable clock"
msgstr ""

msgctxt "#31287"
msgid "Set intro movie"
msgstr ""

0 comments on commit b85cc3e

Please sign in to comment.