XBMC Community Forum
Clearity Skin - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+--- Thread: Clearity Skin (/showthread.php?tid=24001)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47


Weather Info in Main Menu - joe4444 - 2007-01-15 20:47

One thing I really love about PDM is the little weather icon + temp indicator that can be in the corner of the main menu. Could this be added to Clearity?


- HarshReality - 2007-01-15 21:57

OK Where can I find this one? Just got the skin and most impressed (now if we could get orange, green and red themes) so what file is the below in?

[quote=watzen]suggested change to your wraplist_reflection (changes marked with bold red):

Code:
<itemlayout height="140" width="190">
            <control type="image">
                <posx>25</posx>
                <posy>17</posy>
                <width>155</width>
                <height>220</height>
                <info>ListItem.Icon</info>
                [color=Red][b]<aspectratio aligny="bottom">keep</aspectratio>[/b][/color]
            </control>
            <control type="image">
                <posx>25</posx>
                [color=Red][b]<posy>237</posy>[/b][/color]
                <width>155</width>
                <height>220</height>
                <info>ListItem.Icon</info>
                [color=Red][b]<aspectratio aligny="top">keep</aspectratio>[/b][/color]
                <texture flipy="true" diffuse="Thumb_Mask.png">-</texture>
                <colordiffuse>FFffffff</colordiffuse>
            </control>
        </itemlayout>
        <focusedlayout height="140" width="190">
            <control type="image">
                <posx>5</posx>
                <posy>5</posy>
                <width>195</width>
                <height>250</height>
                <info>ListItem.Icon</info>
                [color=Red][b]<aspectratio aligny="bottom">keep</aspectratio>[/b][/color]
                <animation effect="zoom" end="5,5,195,250" time="500">Focus</animation>
            </control>
            <control type="image">
                <posx>5</posx>
                [color=Red][b]<posy>255</posy>[/b][/color]
                <width>195</width>
                <height>250</height>
                <info>ListItem.Icon</info>
                [color=Red][b]<aspectratio aligny="top">keep</aspectratio>[/b][/color]
                <texture flipy="true" diffuse="Thumb_Mask.png">-</texture>
                <colordiffuse>FFffffff</colordiffuse>
            </control>
        </focusedlayout>
    </control>
    <control type="label">
        <posx>60</posx>
        [color=Red][b]<posy>450</posy>[/b][/color]
        <width>600</width>
        <height>16</height>
        <font>special18</font>
        <textcolor>FFffffff</textcolor>
        <align>center</align>
        <info>ListItem.Label</info>
        <include>selectedcolor</include>
        <include>common-fade-quick</include>
        <visible>Control.IsVisible(55)</visible>
    </control>

This makes the icon sit directly on top of the reflection regardless of the icon size.


- watzen - 2007-01-15 22:18

CommonContent.xml

in the common_wraplist_reflect <include> you may also like to decrease the hieght of the wraplist control to cut of the reflect so it doesn't show below the bottom border.

/Tomas


- bronco28 - 2007-01-16 03:29

Just starting to look around at this skin - very nice - a few comments -

I also like the weather/date/time on the main page.

More importantly - when browsing my music library - sorted by album/artist - wraplist 1 - it is very nice that the album name is in the bottom box - anyway to get the Artist name to display in the top little box? This would make it great - sometimes even looking at an album cover you can't tell who it is (plus this would be good for albums without art).

And wraplist 2 - shows 2 rows (both the same size as wraplist 1) and it isn't formatted right - I don't know if this is supposed to be 2 smaller rows in the same section?

Thanks.


- bronco28 - 2007-01-16 03:46

one other comment - on the full screen display - when you push the "menu" button on the dvd remote - it brings up the little 4 way icon but it also brings up a huge (fills most of the screen) seek bar - I am not sure why this needs to pop up here - I would rather not see it or have it real small in the upper right corner.


- timo1023 - 2007-01-16 04:23

bronco28 Wrote:And wraplist 2 - shows 2 rows (both the same size as wraplist 1) and it isn't formatted right - I don't know if this is supposed to be 2 smaller rows in the same section?

The second "row" is a reflection of the first row. Reflection was only added to the skinning engine a few days ago, so if you are using the 1-09 T3CH or anything earlier, you won't see the reflection correctly.


- edwinmcdunlap - 2007-01-16 04:45

I'm using a build compiled Jan 12, but the reflection doesn't appear right... I'll post a screenshot in a minute)


- edwinmcdunlap - 2007-01-16 04:57

screenshot of problem
what's going on?


- bronco28 - 2007-01-16 06:06

I understand what you mean by a reflection - but it is not a reflection -it is the same image as the one "reflected" in wraplist 1 - a reflection is usually reversed - and I am not sure about how this is supposed to work exactly but it when selecting wraplists2 - it looks the same as wraplist 1 twice - in 2 separate rows.....

I did double check - becasue it doesn't look like the screenshot presented earlier in this post (which shows videos)....


- M.D. - 2007-01-16 10:15

CademiaX Wrote:here is another new build for ya Smile

1/14/2007

Thanks for sharing. It's a big help.