(2012-06-24 16:49)thrak76 Wrote: (2012-06-23 17:13)defluo Wrote: haha I did indeed. I forgot about it. Should I assume you'd like me to try and update my code?
EDIT replace 189-210 with this
Code:
<itemlayout width="115" height="450" condition="[Skin.HasSetting(landscapeonelogo) + Container.Content(movies)]">
</itemlayout>
<focusedlayout width="1920" height="450" condition="[Skin.HasSetting(landscapeonelogo) + Container.Content(movies)]">
<control type="group">
<control type="image">
<posx>830</posx>
<posy>78</posy>
<width>450</width>
<height>300</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
</control>
<control type="image">
<posx>830</posx>
<posy>372</posy>
<width>450</width>
<height>300</height>
<aspectratio aligny="top">keep</aspectratio>
<texture flipy="true" fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
<animation effect="fade" start="10" end="10" time="200" tween="cubic" easing="inout" condition="true">Conditional</animation>
</control>
</control>
</focusedlayout>
<itemlayout width="525" height="450" condition="[Skin.HasSetting(landscapeonelogo) + Container.Content(tvshows)]">
<control type="image">
<posx>38</posx>
<posy>178</posy>
<width>420</width>
<height>164</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
</control>
<control type="image">
<posx>38</posx>
<posy>345</posy>
<width>420</width>
<height>164</height>
<aspectratio aligny="top">keep</aspectratio>
<texture flipy="true" fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
<animation effect="fade" start="10" end="10" time="200" tween="cubic" easing="inout" condition="true">Conditional</animation>
</control>
</itemlayout>
<focusedlayout width="525" height="450" condition="[Skin.HasSetting(landscapeonelogo) + Container.Content(tvshows)]">
<control type="group">
<animation effect="zoom" center="auto" start="100" end="122" time="600" tween="back" easing="out" reversible="false">Focus</animation>
<animation effect="zoom" center="auto" start="122" end="100" time="200" tween="back" easing="out" reversible="false">UnFocus</animation>
<control type="image">
<posx>52</posx>
<posy>178</posy>
<width>390</width>
<height>164</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
</control>
<control type="image">
<posx>52</posx>
<posy>345</posy>
<width>390</width>
<height>164</height>
<aspectratio aligny="top">keep</aspectratio>
<texture flipy="true" fallback="fallback.png">$INFO[ListItem.Path,,logo.png]</texture>
<animation effect="fade" start="10" end="10" time="200" tween="cubic" easing="inout" condition="true">Conditional</animation>
</control>
</control>
</focusedlayout>
Thanks defluo! I'm on a little vacation and away from my HTPC, but I'm sure the updated code works fine, and I'll apply it when i'm back at home.
I just got around to using the git skin, and dug into the landscape.xml. It doesn't look like the lines you want replaced are the correct ones. Line 189 is referencing the clearart.png... a little further down is where the .xml starts referring to "landscapeonelogo".
I don't want to go modifying the .xml (because I'm sure I'd break something). Could I implore you to update the code in regard to the git skin, and with only Content type Movies affected?
TIA!!
EDIT -
Would i not break something by just removing "ContentType tvshow" (or whatever it says in the .xml) from the area where landscapeonelogo is referenced?