2016-02-09, 22:54
(2016-02-07, 19:38)HoofHearted Wrote: ...
Would it be possible to add transparency setting to the home floor section. Cheers
Good idea,
my suggestion is add transparency settings to display clock in full screen mode
and add option for displaying seconds, maybe something like this:
12:34:56
Code:
<include name="Clock">
<control type="label" id="1">
<description>time label 1</description>
<right>95</right>
<top>5</top>
<width>210</width>
<height>30</height>
<align>right</align>
<aligny>center</aligny>
<font>font28_title</font>
<textcolor>ee0b9bef</textcolor>
<shadowcolor>ee000000</shadowcolor>
<label>$INFO[System.Time(h:mm)]</label>
<include>Window_OpenClose_Animation</include>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-80,0" time="0" condition="![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]+system.getbool(input.enablemouse)+Window.IsVisible(MusicOSD)">conditional</animation>
<animation effect="slide" start="0,0" end="-80,0" time="0" condition="![Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]+system.getbool(input.enablemouse)+Window.IsVisible(VideoOSD)">conditional</animation>
<animation effect="slide" start="0,0" end="-80,0" time="0" condition="system.getbool(input.enablemouse)+Window.IsVisible(1198)">conditional</animation>
<animation effect="slide" start="0,0" end="0,-55" time="150" condition="Window.IsVisible(busydialog)">conditional</animation>
<visible>!Skin.HasSetting(HideSystemTime)</visible>
</control>
<control type="label" id="1">
<description>time label 2</description>
<right>67</right>
<top>13</top>
<width>100</width>
<height>20</height>
<align>right</align>
<aligny>center</aligny>
<font>font20_title</font>
<textcolor>ee0b9bef</textcolor>
<shadowcolor>ee000000</shadowcolor>
<label>:$INFO[System.Time(ss)]</label>
<include>Window_OpenClose_Animation</include>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Window.IsVisible(Mutebug)">conditional</animation>
<animation effect="slide" start="0,0" end="-80,0" time="0" condition="![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]+system.getbool(input.enablemouse)+Window.IsVisible(MusicOSD)">conditional</animation>
<animation effect="slide" start="0,0" end="-80,0" time="0" condition="![Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]+system.getbool(input.enablemouse)+Window.IsVisible(VideoOSD)">conditional</animation>
<animation effect="slide" start="0,0" end="-80,0" time="0" condition="system.getbool(input.enablemouse)+Window.IsVisible(1198)">conditional</animation>
<animation effect="slide" start="0,0" end="0,-55" time="150" condition="Window.IsVisible(busydialog)">conditional</animation>
<visible>!Skin.HasSetting(HideSystemTime)</visible>
</control>
</include>
Effect:
Please correct RSS area (look on screenshot).
Maybe add settings for <shadowcolor> in "IncludesMainMenu.xml"?
Thank you.