• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 10
Vision skin release
#31
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>
http://www.xbmcnerds.com - german xbmc community
Reply
#32
Where would I put the code?
jess
My Blog
Reply
#33
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
Reply
#34
have a look at the languge folder....


the xml for the movie.info is:
VideoFullScreen.xml
http://www.xbmcnerds.com - german xbmc community
Reply
#35
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.
Reply
#36
djtoll made this vision-matching splash for the xbmc boot-screen:

Image
http://www.xbmcnerds.com - german xbmc community
Reply
#37
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!
Reply
#38
this skin is awsome Wink
Reply
#39
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...
Reply
#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
Reply
#41
Is there any way of getting RSS feeds still to run when music is playing?
At present it disables somehow - could this because of the visualisation in the background?

Is there any quick change to the xml to enable the RSS to continue scrolling when music is playing. I've had a little mess around with home.xml to move the RSS to the top of the screen but not been able to keep it when musis starts
Reply
#42
never mind, got it sorted by just removing the <visible> line
Reply
#43
Wink 
Hey guys! Thanks for all the feedback, I completly forgot about the XBMC Forums Sorry Sad

Anyway, I've noted all the feedback, and added it to the 'feedback document' located in the skin folder

Msan, thanks for your links! I saw them over at the XS forums in the BB section... I go there almost daily to grab links for people to download Smile That whole idea is great

wreezig, I noticed you've had that script language problem for quiet a while, sorry about that, im not sure what you can do, apreciate everyone trying to help him out here... hopefully you'll get that fixed, if not, let me know and we'll see what jezz can do

Donabi, sweet lil mod! I tested it out and enjoy it a lot Smile Although your posters look distorted, you might wanna increase your cache in advancesettings.xml

Anyway, I just wanted to catch up here... For those wondering about themes, I will be starting them real soon here Smile What held me back before was some updates that needed to be done on home, and jezz_x had just finished them... so im pretty excited to start working on themes Smile

I do need some feedback about something though... I've been debating which theme to start first... PM3 or Titanium?

PM3 = http://www.supload.us/free/PM32.png/view/
Titanium = http://www.supload.us/free/Titanium1.png/view/

Thanks in advance guys Big Grin
Reply
#44
Titanium looks more unique.

We all know what PM3 looks like.

P.S. excellent work on this skin, it's my absolute favourite
Reply
#45
Thanks dxg836 Smile Glad to see people still like it... I thought ppl would only like it for a week then go back to which skin they came from hehe Big Grin

I personally want to start Titanium too... but with PM3, I can get that done a lot sooner... (Since Im just edited images to fit... not creating new ones like Titanium)
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 10

Logout Mark Read Team Forum Stats Members Help
Vision skin release2