Kodi Community Forum
remove underbar alaska revisited - 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: Alaska (https://forum.kodi.tv/forumdisplay.php?fid=126)
+----- Thread: remove underbar alaska revisited (/showthread.php?tid=122798)



remove underbar alaska revisited - Sunz - 2012-02-13

Hi,

is there a way to remove the bar below on the home screen where it shows how much movies/tv-shows/music you have and have watched?

Can't seem to find it anywhere in the settings menu..

Thx !


- Hitcher - 2012-02-14

Screenshot?


- wolfodeiwolfy - 2012-02-14

If you talk about stats in my mod, the answer is yes, there is a way to remove it.

And no I won't remove it in a next version.

If you want to remove it, you have to go into xml files and delete some code.


- Sunz - 2012-02-14

screenshot:

Image

care to specify which code to remove ?

thx !


- wolfodeiwolfy - 2012-02-15

You should download my mod's latest version (2.7) before removing the code.

Quote:You have to remove :

<!-- STATISTICS ------------------------------------------------------------------------------------------------------------------------>
<control type="image">
<animation effect="fade" condition="System.IdleTime(10) + Window.IsActive(home) + Skin.HasSetting(HomeFade)" start="100" end="25" time="1300" reversible="false">conditional</animation>
<posy>692</posy>
<posx>0</posx>
<width>1281</width>
<height>30</height>
<texture border="0">dialogback.png</texture>
<colordiffuse>DialogBackgroundColourOSD</colordiffuse>
</control>
<control type="group">
<animation effect="fade" condition="System.IdleTime(10) + Window.IsActive(home) + Skin.HasSetting(HomeFade)" start="100" end="25" time="1300" reversible="false">conditional</animation>
<posx>10</posx>
<posy>689</posy>
<control type="label">
<description>Statistics</description>
<height>32</height>
<width>1280</width>
<align>center</align>
<label>$LOCALIZE[20342]: $INFO[Window.Property(Movies.Count)] / $LOCALIZE[16101]: $INFO[Window.Property(Movies.UnWatched)] | $LOCALIZE[20343]: $INFO[Window.Property(TVShows.Count)] / $LOCALIZE[20360]: $INFO[Window.Property(Episodes.Count)] / $LOCALIZE[16101]: $INFO[Window.Property(Episodes.UnWatched)] | $LOCALIZE[132]: $INFO[Window.Property(Music.AlbumsCount)] / $LOCALIZE[134]: $INFO[Window.Property(Music.SongsCount)] / $LOCALIZE[133]: $INFO[Window.Property(Music.ArtistsCount)]</label>
<align>left</align>
<font>alaska_black_nocaps.ttf</font>
<size>24</size>
<textcolor>OSDProgress</textcolor>
</control>
</control>



- Sunz - 2012-02-15

got it thx !


- wolfodeiwolfy - 2012-02-21

Sunz Wrote:got it thx !

I finally added an option to remove stats on homescreen.

This will be available in next version