2015-08-23, 12:47
(2015-08-23, 05:51)Buzniak Wrote: Could anyone be able do tell me what xml and what line i would have to change to enlarge the clearart in posterlight?
+1
(2015-08-23, 05:51)Buzniak Wrote: Could anyone be able do tell me what xml and what line i would have to change to enlarge the clearart in posterlight?
<include name="PLClearValue">
<left>350</left>
<top>-190</top>
<width>540</width>
<height>210</height>
<fadetime>FanartCrossFadeTime</fadetime>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<animation effect="slide" end="0,106" time="160" condition="Control.IsVisible(69193)">Conditional</animation>
<animation effect="slide" end="0,-106" time="160" condition="!Control.IsVisible(69200) + StringCompare(Control.GetLabel(92132),poster) + !Control.HasFocus(80)">Conditional</animation>
<animation effect="slide" end="0,-126" time="160" condition="!Control.IsVisible(69200) + StringCompare(Control.GetLabel(92132),poster) + Control.HasFocus(80)">Conditional</animation>
</include>
(2015-08-23, 13:30)Angelinas Wrote: Clearlogo,clearart & characterart use same include : "include name="PLClearValue".
Change code in ViewsPosterLite.xml and you have biger logo,clearlogo & characterart in +1 Icions
Code:<include name="PLClearValue">
<left>350</left>
<top>-190</top>
<width>540</width>
<height>210</height>
<fadetime>FanartCrossFadeTime</fadetime>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<animation effect="slide" end="0,106" time="160" condition="Control.IsVisible(69193)">Conditional</animation>
<animation effect="slide" end="0,-106" time="160" condition="!Control.IsVisible(69200) + StringCompare(Control.GetLabel(92132),poster) + !Control.HasFocus(80)">Conditional</animation>
<animation effect="slide" end="0,-126" time="160" condition="!Control.IsVisible(69200) + StringCompare(Control.GetLabel(92132),poster) + Control.HasFocus(80)">Conditional</animation>
</include>
(2015-08-23, 13:30)Angelinas Wrote: Clearlogo,clearart & characterart use same include : "include name="PLClearValue".
Change code in ViewsPosterLite.xml and you have biger logo,clearlogo & characterart in +1 Icions
Code:<include name="PLClearValue">
<left>350</left>
<top>-190</top>
<width>540</width>
<height>210</height>
<fadetime>FanartCrossFadeTime</fadetime>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<animation effect="slide" end="0,106" time="160" condition="Control.IsVisible(69193)">Conditional</animation>
<animation effect="slide" end="0,-106" time="160" condition="!Control.IsVisible(69200) + StringCompare(Control.GetLabel(92132),poster) + !Control.HasFocus(80)">Conditional</animation>
<animation effect="slide" end="0,-126" time="160" condition="!Control.IsVisible(69200) + StringCompare(Control.GetLabel(92132),poster) + Control.HasFocus(80)">Conditional</animation>
</include>
<label>$INFO[VideoPlayer.Time] / $INFO[VideoPlayer.Duration]</label>
</control>
<label>$INFO[VideoPlayer.Time] / $INFO[VideoPlayer.Duration]</label>
<visible>!Player.Seeking</visible>
</control>
<control type="label">
<left>30</left>
<top>680</top>
<width>230</width>
<height>25</height>
<font>Font_23</font>
<align>center</align>
<textcolor>FFFFFAF0</textcolor>
<label>$INFO[VideoPlayer.Time] / $INFO[VideoPlayer.Duration]</label>
<visible>!Player.Seeking</visible>
</control>
<control type="label">
<left>30</left>
<top>680</top>
<width>230</width>
<height>25</height>
<font>Font_23</font>
<align>center</align>
<textcolor>FFFFFAF0</textcolor>
<label>$INFO[Player.SeekTime] / $INFO[VideoPlayer.Duration]</label>
<visible>Player.Seeking</visible>
</control>
<control type="label">
<left>260</left>
<top>680</top>
<width>230</width>
<height>25</height>
<font>Font_23</font>
<align>center</align>
<textcolor>FFFFFAF0</textcolor>
<label>$VAR[SeekLabel]</label>
<visible>Player.Seeking | Player.DisplayAfterSeek</visible>
</control>
<variable name="SeekLabel"> ¦
<value condition="!IsEmpty(Player.SeekStepSize) + ![player.forwarding | player.rewinding]">$LOCALIZE[32000][COLOR=$VAR[value_headercolor]] $INFO[Player.SeekStepSize][/COLOR]</value> ¦
<value condition="Player.DisplayAfterSeek + ![player.forwarding | player.rewinding]">$LOCALIZE[32000][COLOR=$VAR[value_headercolor]] $INFO[Player.SeekOffset][/COLOR]</value> ¦
<value condition="!Player.DisplayAfterSeek + Player.Seeking">$LOCALIZE[32000]</value> ¦
</variable>
msgctxt "#32000"
msgid "SEEKING"
msgstr ""
(2015-08-25, 00:49)j_salters Wrote:(2015-08-24, 00:14)benrita Wrote:(2015-08-23, 19:08)j_salters Wrote: The current version for aeon mq6 is 2.4.0? Just want to make sure im using the lateset version.
Version 2.8.0 is available for regulars who donated.
So when i donate what are the steps to access the vip download? Thank You.