remove underbar alaska revisited
#1
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 !
Reply
#2
Screenshot?
Reply
#3
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.
Image
Reply
#4
screenshot:

Image

care to specify which code to remove ?

thx !
Reply
#5
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>
Image
Reply
#6
got it thx !
Reply
#7
Sunz Wrote:got it thx !

I finally added an option to remove stats on homescreen.

This will be available in next version
Image
Reply

Logout Mark Read Team Forum Stats Members Help
remove underbar alaska revisited0