what file must be change to accomplish this?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
1slimm31 Offline
Junior Member
Posts: 40
Joined: Jun 2010
Reputation: 0
Post: #81
Im using different media flags, what file do i need to change to adjust the spacing?
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #82
IncludesCodecFlagging.xml is where all that code is. Then it's used in a grouplist which auto spaces things. If you'd like more spacing than what is you'd need to put a <itemgap>whatever pixels</itemgap> in that grouplist. So <itemgap>10</itemgap> would put 10 pixels between each item...

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
snuffy1pro Offline
Member
Posts: 50
Joined: Apr 2009
Reputation: 0
Post: #83
Hello, I have been using Night as my only skin pretty much since it came out. The tweaks that have gone into it have been great, save one little thing I truly need again. I asked before and got an answer right away on the original wall view, but this time I need to know which view type to edit and what needs to be changed so the unselected movies covers in the "more posters" option in the panel view are not faded so dark. I do not see a panel.xml just banner panel, wall panel and panel landscape. Which do I use and what do I edit?
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #84
snuffy1pro Wrote:Hello, I have been using Night as my only skin pretty much since it came out. The tweaks that have gone into it have been great, save one little thing I truly need again. I asked before and got an answer right away on the original wall view, but this time I need to know which view type to edit and what needs to be changed so the unselected movies covers in the "more posters" option in the panel view are not faded so dark. I do not see a panel.xml just banner panel, wall panel and panel landscape. Which do I use and what do I edit?

By Panel view you mean this view:

[Image: screenshot003id.png]

The .xml is named correctly but Viewtype_Fanart.xml is the 'panel' view

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
snuffy1pro Offline
Member
Posts: 50
Joined: Apr 2009
Reputation: 0
Post: #85
Hello, yes that is the view. What do I edit to make the unselected movie cover less dark or faded. I think its a diffuse setting but not sure.

thanks for your quick reply.
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #86
Line 140:

<animation effect="fade" start="40" end="40" time="0" condition="true">Conditional</animation>

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
snuffy1pro Offline
Member
Posts: 50
Joined: Apr 2009
Reputation: 0
Post: #87
That's it thanks, looks like 70 is good.
find quote
ArieS Offline
Donor
Posts: 422
Joined: Jun 2010
Reputation: 1
Post: #88
I noticed a folder containing Studio flags in it but it seems it's not enabled in Night. Which file do I need to edit for that and with which command? Thanks!
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #89
open IncludesCodecFlagging.xml and add these lines to the end of one of the existing flagging conditions (VideoCodecFlaggingConditions or VideoTypeHackFlaggingConditions etc). where u put it is up to u and in what order u want it shown.

this is the edit that is less work and it should show in all views that call that condition. u could also make another condition for studioflags, but then u have to change every view u use too.
Code:
<control type="image">
                        <description>studio Image hack</description>
                        <width>60</width>
                        <height>44</height>
                        <aspectratio>keep</aspectratio>
                        <texture>$INFO[ListItem.Studio,extras/Studios/,.png]</texture>
                </control>

change width and hight to what the other flags are.

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
ArieS Offline
Donor
Posts: 422
Joined: Jun 2010
Reputation: 1
Post: #90
Thanks a lot zwat, I'm all set.
find quote
Post Reply