Kodi Community Forum
Wall 2.0 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: Wall 2.0 (/showthread.php?tid=75888)

Pages: 1 2 3 4


- thrasherx - 2010-07-05

I can post the code, for sure. I mainly just wanted to see if there was interest.
In fact, here it is. Replace Viewtype_Wall.xml with this:

http://pastebin.com/jVNguPPL


- snuffy1pro - 2010-07-06

@thrasherx ,Thanks, quick question how can I make the unfocused poster unfaded? I'm not a coder and do not know which line or what to change. Thanks again.


- thrasherx - 2010-07-06

snuffy1pro Wrote:@thrasherx ,Thanks, quick question how can I make the unfocused poster unfaded? I'm not a coder and do not know which line or what to change. Thanks again.

Comment out line 82 by changing this:

Code:
<colordiffuse>79FFFFFF</colordiffuse>

to this:

Code:
<!--<colordiffuse>79FFFFFF</colordiffuse>-->



- snuffy1pro - 2010-07-06

Great, thank you for the info I appreciate it, and so does my wife... Smile Night is now, for my families use, "The" skin of choice. elegant, fast, great eye candy, and still different. Thanks.


- snuffy1pro - 2010-07-06

Played around with the numbers and made the diffuse lighter but still diffused. WAF is a go. Smile


- nate44 - 2010-07-06

Mar16 Wrote:Here is the code to show the studio images, you might have to adjust the width and height, you can put this in the IncludesCodecFlagging.xml file.

Code:
<include name="StudioFlaggingConditions">
    <control type="image">
        <description>Studio Image</description>
        <width>70</width>
        <height>90</height>
        <aspectratio>keep</aspectratio>
        <texture>$INFO[ListItem.Studio,extras/Studios/,.png]</texture>
    </control>
</include>

Thank you so much!