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


- M.D. - 2007-01-24 21:20

Oops, link problem again.

[Image: 2752112817.jpg]


- ImpreZa - 2007-01-24 23:11

joe4444 Wrote:SmokeHead,

I've been browsing through the xml files but can't seem to figure out where the album title display location is defined for the Big Wrap view. I'd like to add a similar label above the album cover art with the artist name. If this isn't a feature you want to add to the official release, then could you point me to the correct tag(s)? Thanks!


I´ve edited the following in Includes.xml in the PAL directory under
<!-- WrapList Info Labels ====================== -->


<control type="label">
<description>MyMusic Info</description>
<posx>70</posx>
<posy>420</posy>
<width>580</width>
<height>16</height>
<font>special12</font>
<textcolor>70ffffff</textcolor>
<align>center</align>
<scroll>true</scroll>
<label>Genre: $INFO[listitem.genre] | Year: $INFO[listitem.year]</label>
<include>selectedcolor</include>
<include>common-fade-quick</include>
<visible>!Skin.HasSetting(WrapListInfo)</visible>
<visible>Control.IsVisible(54) + [Window.IsActive(mymusicfiles) | Window.IsActive(mymusiclibrary) | Window.IsActive(mymusicplaylist)]</visible>
</control>

<control type="label">
<description>MyMusic Info</description>
<posx>70</posx>
<posy>445</posy>
<width>580</width>
<height>16</height>
<font>special14</font>
<textcolor>FFffffff</textcolor>
<align>center</align>
<scroll>true</scroll>
<label>$INFO[listitem.artist]</label>
<include>selectedcolor</include>
<include>common-fade-quick</include>
<visible>!Skin.HasSetting(WrapListInfo)</visible>
<visible>Control.IsVisible(54) + [Window.IsActive(mymusicfiles) | Window.IsActive(mymusiclibrary) | Window.IsActive(mymusicplaylist)]</visible>
</control>


leave the first entry (<include name="WrapInfo">) as it is


[Image: 3415Screenshot1.jpg]


- joe4444 - 2007-01-26 02:59

Thanks, ImpreZa. That's exactly what I wanted. Using your example I was able to add the artist name above my album art in a big wrap list:
[Image: screenshot001ko6.jpg]
For anyone interested, here's the XML added to Includes.xml under <!-- WrapList Info Labels ===:
Code:
<control type="label">
        <description>Artist Name</description>
        <posx>70</posx>
        <posy>125</posy>
        <width>580</width>
        <height>16</height>
        <font>special14</font>
        <textcolor>FFffffff</textcolor>
        <align>center</align>
        <scroll>true</scroll>
        <label>$INFO[listitem.artist]</label>
        <include>selectedcolor</include>
        <include>common-fade-quick</include>
        <visible>Control.IsVisible(55)</visible>
    </control>


However, with today's build I seem to have an issue with the Now Playing display: it never appears whether I set the option or not. Anyone else have this problem?

Also, while looking through the media files I noticed a 'defaultalbumcover.png' that seems to be intended for use on albums without art, but instead the 'defaultfolderbig.png' is used:
[Image: screenshot002ib1.jpg]


Keep up the great work, SmokeHead! Smile


- joe4444 - 2007-01-26 05:59

Quote:However, with today's build I seem to have an issue with the Now Playing display: it never appears whether I set the option or not. Anyone else have this problem?

Nevermind...I finally realized that it won't display at the main menu or while watching a visualization.

I'm not sure if anyone noticed my suggestion before, but I think the Now Playing display should replace the standard music info (press WHITE during visualization) as it provides more info about the song and is easier to read.


- MajorTom - 2007-01-26 13:47

I like the now playing window alot... It does however get a bit busy/messy on screen... maybe if everything else was removed apart from the background and the clock it would look nicer... just a suggestion... thanks for the work :-)


- scottapalmer - 2007-01-26 18:00

joe4444 Wrote:Nevermind...I finally realized that it won't display at the main menu or while watching a visualization.

I'm not sure if anyone noticed my suggestion before, but I think the Now Playing display should replace the standard music info (press WHITE during visualization) as it provides more info about the song and is easier to read.

I also agree


Fantastic Skin. - Mask Of Sanity - 2007-01-27 22:28

Hey all.

This is a fantastic skin, i absolutly love it...

although, with the recent build ive been having problems, for some reason my xbox freezes when trying to stop a video...

i have isolated the problem to the skin animations, with them turned off everything works fine (which is a shame because i love the animations..)

System is:

XBMC-SVN_2007-01-24_rev7731-T3CH

Clearity rev 344


anybody any ideas? would really like to get the animations back...


- Smokehead - 2007-01-27 22:44

Did another icon panel without text, dunno if people want this but why not just add it Laugh

My Music:
[Image: screenshot010_t.jpg]
My Pics:
[Image: screenshot011_t.jpg]
----
joe4444 Wrote:I'd like to add a similar label above the album cover art with the artist name.
Big Wraplist that has the Item.Label above the icon:
[Image: screenshot012_t.jpg]

M.D. Wrote:Oops, link problem again.
should be fixed now.

joe4444 Wrote:Nevermind...I finally realized that it won't display at the main menu or while watching a visualization.

I'm not sure if anyone noticed my suggestion before, but I think the Now Playing display should replace the standard music info (press WHITE during visualization) as it provides more info about the song and is easier to read.
I'v changed it, it will now show in home when you use the playercontrols. Also changed the fullscreen media info to look like the "now playing" thing, but still need to fix codec info init though.


- joe4444 - 2007-01-27 23:18

SmokeHead, just got the latest SVN and my BigWrap display is the same as before. It doesn't look like your screenshot with the KORN albums. :confused2: Maybe you only added it to PAL 16x9...?

Aside from that, great decision with the Media Info display for full screen visualization. Nod


- joe4444 - 2007-01-27 23:29

Fixed it, although mine isn't exactly like yours.

I added this inside the include for BigWrapInfo:
Code:
<control type="label">
        <description>Artist Name</description>
        <posx>70</posx>
        <posy>125</posy>
        <width>580</width>
        <height>16</height>
        <font>special14</font>
        <textcolor>FFffffff</textcolor>
        <align>center</align>
        <scroll>true</scroll>
        <label>$INFO[listitem.artist]</label>
        <include>selectedcolor</include>
        <include>common-fade-quick</include>
        <visible>Control.IsVisible(56)</visible>
    </control>

[Image: screenshot001ko6.jpg]