Kodi Community Forum
Transparency! SVN for XBMC nightly builds - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: Transparency! SVN for XBMC nightly builds (/showthread.php?tid=83643)



RE: Transparency! SVN for XBMC nightly builds - Riot504 - 2013-11-23

Ronie,
Are you sure I can't convince you to add time remaining for this final? Look how well it fits. Smile


Image


Image



This is the code I used for it

-->DialogSeekBar.xml inserted at line 95

Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>4</posy>
<width>300</width>
<height>25</height>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>right</align>
<label>Remaining: $INFO[Player.TimeRemaining]</label>
<aligny>center</aligny>
<font>font-20</font>
</control>


-->VideoOSD.xml also at line 95

Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>90</posy>
<width>300</width>
<height>25</height>
<textcolor>white</textcolor>
<label>Remaining: $INFO[Player.TimeRemaining]</label>
<align>right</align>
<aligny>center</aligny>
<font>font-20</font>
</control>


-->DialogFullScreenInfo.xml at line 191

Code:
<control type="label">
<description>Video Remaining Time</description>
<posx>1255</posx>
<posy>86</posy>
<width>300</width>
<height>25</height>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>right</align>
<label>Remaining: $INFO[Player.TimeRemaining]</label>
<aligny>center</aligny>
<font>font-20</font>
</control>


Also changed the width of the videoplayer.title label for long filenames so they didn't overlap remaining info.
should be line:

150 in DialogFullScreenInfo.xml
and line:
110 VideoOSD.xml

Set width to 725


RE: Transparency! SVN for XBMC nightly builds - ronie - 2013-11-24

(2013-11-23, 23:24)Riot504 Wrote: Ronie,
Are you sure I can't convince you to add time remaining for this final? Look how well it fits. Smile

the reason i am not so keen on adding it is this:
Image

you've got no less than eight (8!!!) time indications on one screen.
i prefer not to clutter the skin with an overkill of time information


RE: Transparency! SVN for XBMC nightly builds - Riot504 - 2013-11-24

(2013-11-24, 13:56)ronie Wrote:
(2013-11-23, 23:24)Riot504 Wrote: Ronie,
Are you sure I can't convince you to add time remaining for this final? Look how well it fits. Smile

the reason i am not so keen on adding it is this:

you've got no less than eight (8!!!) time indications on one screen.
i prefer not to clutter the skin with an overkill of time information

Normally you'd only have three or five indicators up at once unless you paused it while having the OSD or info up which I only did for the screen shot.
However I do see your point and I won't bug you about it again. Smile
As always thanks for the great skin


RE: Transparency! SVN for XBMC nightly builds - PatK - 2013-12-18

Thumbwall a worthy addition to T! views, I like it much more than the animated wall, but would like to see the same information that wall brings.

Any chance of a melding of the two?


RE: Transparency! SVN for XBMC nightly builds - m4x1m - 2014-05-11

Hi ronie, great works as always.

I notice 3 possible bugs.

1. When playing movie or tvshow the info audio/video codecs are shown wrong, the text lines are overlapped.
2. In Movie Sets the year and the ratings are shown but I checked Confluence Fanart View and there is only the Title of Set.
3. In the dialog progress, the third line is not reduced when is longest and goes to the fourth line (I don't know if also happens with the others lines).

EDIT. 3b. Also the second line has a problem

That's all, bye bye!Big Grin


RE: Transparency! SVN for XBMC nightly builds - ronie - 2014-05-11

(2014-05-11, 15:34)m4x1m Wrote: Hi ronie, great works as always.

I notice 3 possible bugs.

1. When playing movie or tvshow the info audio/video codecs are shown wrong, the text lines are overlapped.
2. In Movie Sets the year and the ratings are shown but I checked Confluence Fanart View and there is only the Title of Set.
3. In the dialog progress, the third line is not reduced when is longest and goes to the fourth line (I don't know if also happens with the others lines).

EDIT. 3b. Also the second line has a problem

That's all, bye bye!Big Grin

1 i can't reproduce, please post a screenshot :-)
2 so what's the problem?
3 thx, will fix that!


RE: Transparency! SVN for XBMC nightly builds - m4x1m - 2014-05-11

(2014-05-11, 21:20)ronie Wrote: 1 i can't reproduce, please post a screenshot :-)
2 so what's the problem?

1.
Image

This is a normal AVI - Resolution: 1920x1080 (Occurs also with MKV movie VDPAU nVidia)

2.
Image

In Confluence (Fanart View) there is only the title.

Angel


RE: Transparency! SVN for XBMC nightly builds - ronie - 2014-05-11

1 are you really using the latest version of T! ?
it looks like an older version to me.

2 i'm sorry, i don't understand what the problem is.


RE: Transparency! SVN for XBMC nightly builds - m4x1m - 2014-05-12

(2014-05-11, 22:09)ronie Wrote: 1 are you really using the latest version of T! ?
it looks like an older version to me.

2 i'm sorry, i don't understand what the problem is.

1. Damned SVN, merging problems. Ok I downloaded entire SVN in a clean folder. Now is ok!

2. Is possible to hide the Rating and Year (labels & values) and keep only the Title of the set when browsing Movie Sets?

3. This is new. I have some artists like R.E.M. that don't show the logo in library. The artist tag is R.E.M. the folder name is R.E.M_ (cdart manager docet), but I think the problem are the points in tag. Any solutions for this without change the tags?


RE: Transparency! SVN for XBMC nightly builds - ronie - 2014-05-13

1. ok, cool Smile
2. nah, i prefer to keep it like this.
3. the foldername should be the same as the artist tag.


RE: Transparency! SVN for XBMC nightly builds - ronie - 2014-05-13

i have moved the T! repository to github.

see: http://forum.xbmc.org/showthread.php?tid=195065