nabz Wrote:Hi again,
also you can change the translation files (I posted the Spanish changes in the Translations thread and some posted the Greek translation file updated)
Thanks
Skunk, will update the language files with next version MediaStream-x is based on latest version
Here's the modded Home.xml (Copy the text in a textfile and call it Home.xml

)
http://pastebin.com/m37a4194b
Note : You need to set custombackground images/folders otherwise blackscreen ! I did test with folders and have no memory problems.
Btw don't forget to enable in skinsettings custom backgrounds on home screen.
<visible>![Player.HasVideo | Player.Caching | Player.Seeking]</visible>
Did test it and imo it makes no differents...but for those who want to test it.
Add to line 1158 col 100 See red in code)
Code:
<control type="multiimage">
<description>Fanart background</description>
<include>FullScreenBGImage</include>
<imagepath background="true">$INFO[ListItem.Property(fanart_image)]</imagepath>
<visible>!IsEmpty(ListItem.Property(fanart_image)) + !Skin.HasSetting(HideFanartForMovies) + [color=red]![Player.HasVideo | Player.Caching | Player.Seeking][/color]</visible>
<include>BackgroundFade</include>
</control>
This is for video.
Do the same for movies see: line 1195 col 101
And Tv Shows see: line 1233 col 61