Kodi Community Forum
Clearity Skin - 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)
+--- 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


Weather Info in Main Menu - joe4444 - 2007-01-15

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

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

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

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

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

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

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

screenshot of problem
what's going on?


- bronco28 - 2007-01-16

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

CademiaX Wrote:here is another new build for ya Smile

1/14/2007

Thanks for sharing. It's a big help.


- M.D. - 2007-01-16

CademiaX Wrote:here is another new build for ya Smile

1/14/2007

Thanks for share. It's a big help. Big Grin


- Smokehead - 2007-01-16

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?
edwinmcdunlap Wrote:I'm using a build compiled Jan 12, but the reflection doesn't appear right... I'll post a screenshot in a minute)
bronco28 Wrote: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.....

Please ppl, start reading next time before you make any obsolete posts about stuff that is already been fixed ..kthx ,and this was also answered by some others.. you need a newer XBMC build, cause this is not a skin issue but a XBMC (on xbox) issue.

also check this:
http://forum.xbmc.org/showthread.php?tid=24201

Thanks to jmarshall for fixing Rolleyes


- satyris - 2007-01-16

@Smokehead
Cool work. I think thats the best skin so far (my personal opinion).
Here my questions:
1. Is it possible to do a zoom effect on the menuitems (weather, videos...) when you move over them?
2. Or is it possible to use bigger fonts, because i think its sometimes quite difficult to identify the items.
Thanks, keep on the good work!


- bronco28 - 2007-01-16

sorry about that - just trying to help...


- +stealth+ - 2007-01-16

Have noticed that went playing an mp3 from an album then returning to the main menu and entering the "My Videos" it skips onto the next track and likewise once selecting a video and accessing the Video_TS folder... and then exiting...

It also skips when it enters and exits the visulaisation mode when in "My Videos"

Have not experinced this on any of the earlier builds... can anyone else get theirs to do this.. SVN272.