what file must be change to accomplish this?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
butchabay Offline
Skilled Skinner
Posts: 3,426
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #41
Yo mcborzu,
thanx very much for releasing my request on your last update and ofcourse for all your patience and effort to release such a fantastic skin.

One question:
Is there a possibility to hide Plot in Wall View ? You could maybe indicate me where i have to change the code.

Cheers

Sorry double posted, thanx for answering.
(This post was last modified: 2010-08-26 18:40 by butchabay.)
find quote
Danielocean Offline
Senior Member
Posts: 242
Joined: Mar 2009
Reputation: 3
Location: Germany
Post: #42
Which file (and which line) do i have to edit if i want faster random cycling for the extrafanarts in tv show & movie area (library mode)... for most of my movies and show a have more than 10 fanarts, so i think a faster cycling would be great so i dont have to wait so long for each next picture... its round about 8 seconds at the moment... 3-4 seconds would be great...

Thanx for your help...!

:rofl: greetz DanielOcean :rofl:

MY SYSTEM PIC 1 ... MY SYSTEM PIC 2 ... MY SYSTEM PIC 3
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #43
Danielocean Wrote:Which file (and which line) do i have to edit if i want faster random cycling for the extrafanarts in tv show & movie area (library mode)... for most of my movies and show a have more than 10 fanarts, so i think a faster cycling would be great so i dont have to wait so long for each next picture... its round about 8 seconds at the moment... 3-4 seconds would be great...

Thanx for your help...!

MyVideoNav.xml line 53 starts 'extrafanart' code

Play with these values:
<timeperimage>7000</timeperimage>
<fadetime>1000</fadetime>

[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
Danielocean Offline
Senior Member
Posts: 242
Joined: Mar 2009
Reputation: 3
Location: Germany
Post: #44
thank you... i will try it...

:rofl: greetz DanielOcean :rofl:

MY SYSTEM PIC 1 ... MY SYSTEM PIC 2 ... MY SYSTEM PIC 3
find quote
1slimm31 Offline
Junior Member
Posts: 40
Joined: Jun 2010
Reputation: 0
Post: #45
what type of fonts does the skin support, i was thinking of changing the color and style of font on home, and would like to know which line and which file i would use. thanks
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #46
Those lines start line 135 Home.xml for Vertical, and line 24 in Includes_Homes_Horizontal.xml for Horizontal

Quote:<control type="label">
<width>500</width>
<height>61</height>
<posx>150</posx>
<posy>91</posy>
<font>Font_Bartowski_MainMenu</font>
<textcolor>38b8b7b7</textcolor>
<label>$INFO[ListItem.label]</label>
<animation effect="slide" end="-600,0" time="300" condition="ControlGroup(9001).HasFocus">conditional</animation>
</control>
</itemlayout>
<focusedlayout width="741" height="121">
<control type="label">
<width>741</width>
<height>341</height>
<posx>150</posx>
<posy>95</posy>
<font>Font_Bartowski_MainMenu_Focus</font>
<textcolor>ffffffff</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[ListItem.label]</label>
<animation effect="slide" end="0,-300" time="300" condition="ControlGroup(9001).HasFocus">conditional</animation>
</control>

Then look up and change those bolded lines in Font.xml

[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
1slimm31 Offline
Junior Member
Posts: 40
Joined: Jun 2010
Reputation: 0
Post: #47
thank you sir. and is there a list of colors on the forum, the way that they go into the xml file, for instance "38b8b7b7", is this the way the colors are represented? If so is there a list of what colors go with the character sets. thanks again
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #48
1slimm31 Wrote:thank you sir. and is there a list of colors on the forum, the way that they go into the xml file, for instance "38b8b7b7", is this the way the colors are represented? If so is there a list of what colors go with the character sets. thanks again

I use PS or google "color picker" to use an online color chooser. The two number/letters in front of b8b7b7 is the transparency of the text. The b8b7b7 is he actual color. ff = full transparent 38 means 38% transparent.

I actually don't know exactly of this works I mostly just trial and error with those two numbers in front of b8b7b7...

[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
1slimm31 Offline
Junior Member
Posts: 40
Joined: Jun 2010
Reputation: 0
Post: #49
quick quest, where do the fonts have to be installed at in the skin for them to show up, i changed the info on home.xml but the changes arent appearing, thanks


***never mind found out i put in the wrong folder...thanks anyway.
(This post was last modified: 2010-09-02 02:30 by 1slimm31.)
find quote
1slimm31 Offline
Junior Member
Posts: 40
Joined: Jun 2010
Reputation: 0
Post: #50
ok another question, im looking for the viewtype_3dlandscape xml file and cant seem to find it. is it named something different or is it not in the 720 folder. thanks
find quote
Post Reply