(2015-09-16, 05:28)braz Wrote: (2015-09-15, 10:07)rubin110 Wrote: I love this theme. The only feature request I have is the possibility of providing the title of whatever random fan art is being shown on the home screen somewhere in the info bar or elsewhere. I have had a few moments where some neat fan art has popped up and I totally don't know what movie it's a part of.
Thanks! No plans to add that right now, will see...
Use this in your Home.xml (replace all text in the xml with the one below)
<?xml version="1.0" encoding="utf-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<allowoverlay>no</allowoverlay>
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9000&group=x1|x2|x3|x4|x5|x6|x7|x8|x9|x10|x11|x12|x13|x101|x202|x303|x404|x505|x606)</onload>
<onload condition="!Skin.HasSetting(Enable.HomeTopMenu) + !Skin.HasSetting(Enable.HomeVerticalMenu)">Skin.SetBool(Enable.HomeDefault)</onload>
<onload>ClearProperty(MediaMenu,Home)</onload>
<controls>
<include>CommonBackground</include>
<include condition="Skin.HasSetting(Enable.HomeDefault)">HomeDefault</include>
<include condition="Skin.HasSetting(Enable.HomeTopMenu)">HomeTopMenu</include>
<include condition="Skin.HasSetting(Enable.HomeVerticalMenu)">HomeVerticalMenu</include>
<control type="label">
<visible>StringCompare(Container(9000).ListItem.Thumb,1)</visible>
<left>0</left>
<top>50</top>
<width>1780</width>
<height>40</height>
<label>$INFO[Window(Home).Property(script.grab.fanart.Movie.Title]</label>
<textoffsetx>15</textoffsetx>
<font>font13</font>
<textcolor>44FFFFFF</textcolor>
<shadowcolor>shadow</shadowcolor>
</control>
</controls>
</window>
This will show the name of the movie the fanart belongs to in the upper left corner.