• 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 59
[WIP] Neon - a new skin for XBMC
from neon:
Image

from night:
Image
@jeepcook - is that the Info screen or the Pause screen?

edit: never mind - has to be the Info screen.

edit2: I may have to get with mcborzu on that one - I don't see where out code differs enough that one would display that info an the other would not. Unless that information is being tagged as the plot, which I doubt, it should be displayed.

Does it display correctly for you in TV and Movies?
-stoli-
stoli Wrote:@jeepcook - is that the Info screen or the Pause screen?

edit: never mind - has to be the Info screen.

edit2: I may have to get with mcborzu on that one - I don't see where out code differs enough that one would display that info an the other would not. Unless that information is being tagged as the plot, which I doubt, it should be displayed.

Does it display correctly for you in TV and Movies?

Yes it's the info screen

It's correct for TV shows and movies but not for tvheadend.

Thanks!
@jeepcook - I've asked mcborzu for an assist on this one - this part of the code between the two skins is still extremely similiar. Can you also try just copying /720p/DialogFullScreenInfo.xml from Night into Neon and see it works? (goes without saying, make a backup of the original first)

Thanks,
John
-stoli-
stoli Wrote:@jeepcook - I've asked mcborzu for an assist on this one - this part of the code between the two skins is still extremely similiar. Can you also try just copying /720p/DialogFullScreenInfo.xml from Night into Neon and see it works? (goes without saying, make a backup of the original first)

Thanks,
John

Yes but it does not work really as night.. a font problem I think

Image
@jeepcook - I'm not sure if this will fix it or not, but edit the /720p/DialogSeekBar.xml file @ line 302

Original:

<visible>VideoPlayer.Content(movies)</visible>

New Value:

<visible>VideoPlayer.Content(episodes)</visible>

Let me know if that does the trick.

The whole section is:

Code:
<control type="label">
        <posx>0</posx>
    <posy>30</posy>
    <width>750</width>
    <height>25</height>
    <label>$INFO[VideoPlayer.Title]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>Font_Bartowski_Title_TVShow</font>
    <textcolor>mainblue</textcolor>
    <visible>VideoPlayer.Content(episodes)</visible>
</control>
-stoli-
I don't understand what I have to modify, I already have these sections:

<control type="label">
<posx>0</posx>
<posy>30</posy>
<width>750</width>
<height>25</height>
<label>$INFO[VideoPlayer.TVShowTitle]</label>
<align>left</align>
<aligny>center</aligny>
<font>Font_Bartowski_Title_TVShow</font>
<textcolor>mainblue</textcolor>
<visible>VideoPlayer.Content(episodes)</visible>
</control>
<control type="label">
<posx>0</posx>
<posy>30</posy>
<width>750</width>
<height>25</height>
<label>$INFO[VideoPlayer.Title]</label>
<align>left</align>
<aligny>center</aligny>
<font>Font_Bartowski_Title_TVShow</font>
<textcolor>mainblue</textcolor>
<visible>VideoPlayer.Content(movies)</visible>
jeepcook Wrote:I don't understand what I have to modify, I already have these sections:

<control type="label">
<posx>0</posx>
<posy>30</posy>
<width>750</width>
<height>25</height>
<label>$INFO[VideoPlayer.TVShowTitle]</label>
<align>left</align>
<aligny>center</aligny>
<font>Font_Bartowski_Title_TVShow</font>
<textcolor>mainblue</textcolor>
<visible>VideoPlayer.Content(episodes)</visible>
</control>
<control type="label">
<posx>0</posx>
<posy>30</posy>
<width>750</width>
<height>25</height>
<label>$INFO[VideoPlayer.Title]</label>
<align>left</align>
<aligny>center</aligny>
<font>Font_Bartowski_Title_TVShow</font>
<textcolor>mainblue</textcolor>
<visible>VideoPlayer.Content(movies)</visible>

Change that very last line from (movies) to (episodes)
-stoli-
ok done, but the result is no information:

Image
I'll workup a debug version of the file for you tomorrow...
-stoli-
line 302:

<visible>!VideoPlayer.Content(episodes)</visible>

try with the ! operator
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Damn mcborzu - that's exactly what you told me and somehow I overlooked the ! operator.

@jeepcook - give that a try and let me know. Same line as before, just add the ! as mcborzu showed in his post.
-stoli-
to resume, I put the DialogFullScreenInfo.xml from Night and add the ! in DialogSeekBar.xml, now the name of the program is showned but the caracters are very small ...
Image
@jeepcook - give this file a shot:

http://dl.dropbox.com/u/2173829/DialogFu...enInfo.xml

The fonts will not be correct, but it should get me the debug info I need. Just post the screen shot when done.

Thanks,
-stoli-
Will we soon see the skin released for the add-ons repositories? I swear by Neon, nothing else...
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 59

Logout Mark Read Team Forum Stats Members Help
[WIP] Neon - a new skin for XBMC4