XBMC Community Forum
Vision skin release - 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)
+---- Forum: Skin Archive (/forumdisplay.php?fid=179)
+----- Forum: Vision (/forumdisplay.php?fid=74)
+----- Thread: Vision skin release (/showthread.php?tid=25038)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


- donabi - 2007-04-04 19:48

here it is (i hope it works without the tabs)

Quote:<window id="2005">
<defaultcontrol>-</defaultcontrol>
<controls>
<control type="image" id="0">
<description>bar image</description>
<posx>0</posx>
<posy>45</posy>
<width>720</width>
<height>90</height>
<texture>voulume-panel-bg.png</texture>
<visible>Player.ShowCodec</visible>
</control>
<control type="label" id="10">
<description>row 1 label</description>
<posx>60</posx>
<posy>52</posy>
<width>600</width>
<label>-</label>
<align>center</align>
<visible>Player.ShowCodec</visible>
</control>
<control type="label" id="11">
<description>row 2 label</description>
<posx>60</posx>
<posy>72</posy>
<width>600</width>
<label>-</label>
<align>center</align>
<visible>Player.ShowCodec</visible>
</control>
<control type="label" id="12">
<description>row 3 label</description>
<posx>60</posx>
<posy>92</posy>
<width>600</width>
<label>-</label>
<align>center</align>
<visible>no</visible>
<visible>Player.ShowCodec</visible>
</control>

<!-- Media Infos -->

<control type="image" id="1">
<description>Media Info Background Image</description>
<posx>-10</posx>
<posy>455</posy>
<width>740</width>
<height>110</height>
<texture>TBVideos.PNG</texture>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>

<control type="image" id="1">
<description>Cover Image</description>
<posx>-35</posx>
<posy>300</posy>
<width>250</width>
<height>250</height>
<info>VideoPlayer.Cover</info>
<aspectratio>keep</aspectratio>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>

<control type="label" id="1">
<description>Title Label</description>
<width>400</width>
<posx>180</posx>
<posy>458</posy>
<info>VideoPlayer.Title</info>
<font>font20</font>
<align>left</align>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>

<control type="label" id="1">
<description>Video Director/Year Label</description>
<width>430</width>
<posx>180</posx>
<posy>479</posy>
<label>$INFO[VideoPlayer.Director] | $INFO[VideoPlayer.Year]</label>
<align>left</align>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>

<control type="label" id="1">
<description>Genre Label</description>
<width>430</width>
<posx>180</posx>
<posy>507</posy>
<label>$INFO[VideoPlayer.Genre]</label>
<align>left</align>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>

<control type="label" id="1">
<description>Time Info Label</description>
<width>430</width>
<posx>180</posx>
<posy>528</posy>
<label>$INFO[VideoPlayer.Time] / $INFO[VideoPlayer.TimeRemaining] / $INFO[VideoPlayer.Duration]</label>
<align>left</align>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>

<control type="label" id="1">
<description>Time Label</description>
<width>200</width>
<posx>660</posx>
<posy>458</posy>
<align>right</align>
<label>$INFO[System.Time]</label>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>

<control type="label" id="1">
<description>Temp Label</description>
<width>200</width>
<posx>660</posx>
<posy>528</posy>
<align>right</align>
<label>$INFO[System.CPUTemperature]</label>
<animation effect="fade" time="250">VisibleChange</animation>
<visible>Player.ShowInfo | Player.Paused</visible>
</control>
</controls>
</window>



- Fused0ne - 2007-04-10 09:53

Where would I put the code?


- wreezig - 2007-04-10 17:06

It's a great skin, but is there a way to change the submenu in swedish?
In 16:9 it works better, but I run 4:3.
The text that in english for some wierd reason reads "scripts" reads "inställningar -> skript" in swedish ("settings -> scripts"). Would be great to change it to just "skript" so the menu don't fuck up like in the picture below.

[Image: 2010screenshot111-1.jpg]


- donabi - 2007-04-10 19:12

have a look at the languge folder....


the xml for the movie.info is:
VideoFullScreen.xml


- wreezig - 2007-04-10 21:11

Thanks, thought it was something in the skin, not in XBMC itself.
I have GasGivers latest build, but I dunno if there's any difference to T3CH's in this specific case.

If anyone else wonders;
Open strings.xml in Swedish language folder in XBMC
Change
<string id="10020">Inställningar-&gt;Skript</string>
to
<string id="10020">Skript</string>
and it'll work perfect.


- donabi - 2007-04-14 12:22

djtoll made this vision-matching splash for the xbmc boot-screen:

[Image: 140407121935_Splash_Blue.png]


- WeirdH - 2007-04-14 13:40

This is my current skin of choice, because it's SOOO damn good...!

One minor gripe I have is the volumebar. The dB counter underneath it mixes with whatever other text is behind it.

And in general, I was wondering why all the newer skins have SUCH small fonts? They're hardly legible on my 16:9 CRT tv. I have edited the font.xml to my liking however, so it's not a big issue.

Keep it up, Vision rocks!


- shizzle - 2007-04-14 14:06

this skin is awsome Wink


- dxg836 - 2007-04-17 15:20

WeirdH Wrote:This is my current skin of choice, because it's SOOO damn good...!

One minor gripe I have is the volumebar. The dB counter underneath it mixes with whatever other text is behind it.

And in general, I was wondering why all the newer skins have SUCH small fonts? They're hardly legible on my 16:9 CRT tv. I have edited the font.xml to my liking however, so it's not a big issue.

Keep it up, Vision rocks!

What information did you edit in the font.xml to get the fonts slightly big for 16:9 view?

Thanks...


- WeirdH - 2007-04-17 18:40

Well, I just changed the <size> tags.. Here's my xml:

Code:
<fonts>
    <fontset id="Default" unicode="true">
        <font>
            <name>font13</name>
            <filename>TCM.ttf</filename>
            <size>20</size>
        </font>
        <font>
            <name>font14</name>
            <filename>TCM.ttf</filename>
            <size>20</size>
            <style>bold</style>
        </font>
        <font>
            <name>font14_NoBold</name>
            <filename>TCM.ttf</filename>
            <size>18</size>
        </font>
        <font>
            <name>font16</name>
            <filename>TCM.ttf</filename>
            <size>24</size>
            <bold>true</bold>
        </font>
        <font>
            <name>font18</name>
            <filename>TCM.ttf</filename>
            <size>24</size>
        </font>
        <font>
            <name>font20</name>
            <filename>TCM.ttf</filename>
            <size>22</size>
        </font>
        <font>
            <name>font22</name>
            <filename>TCM.ttf</filename>
            <size>25</size>
        </font>
    </fontset>
</fonts>

Some text will be just a little bit too big for its framing or what have you, i.e. in 'Weather', but I can live with that. Mind you that this came out of my PAL16x9 folder. That's what I'm running.

If you want to check out what text changes with what font-code, just change the size to something really big or small and reload skin.

HTH