Kodi Community Forum

Full Version: display slideshow at the bottom when playing video
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I am trying to add multiimage control to display pictures when I am playing video. below is my VideoFullScreen.xml. When launch a movie nothing happens no multi image control is loaded when watching a movie. Please tell me what am I doing wrong. Thanks



<window id="2005">
<defaultcontrol>-</defaultcontrol>
<controls>
<!-- codec infos -->
<control type="image">
<description>media info background image</description>
<posx>0</posx>
<posy>30</posy>
<width>1280</width>
<height>130</height>
<texture>black-back.png</texture>
</control>
<control type="label" id="10">
<description>row 1 label</description>
<posx>50</posx>
<posy>40</posy>
<label>-</label>
<align>left</align>
<font>font11</font>
<include>VisibleFadeEffect</include>
</control>
<control type="label" id="11">
<description>row 2 label</description>
<posx>50</posx>
<posy>70</posy>
<label>-</label>
<align>left</align>
<font>font11</font>
<include>VisibleFadeEffect</include>
</control>
<control type="label" id="12">
<description>row 3 label</description>
<posx>50</posx>
<posy>100</posy>
<label>-</label>
<align>left</align>
<font>font11</font>
<include>VisibleFadeEffect</include>
</control>

<control type="rss" id="20">
<description>RSS feed</description>
<posx>420</posx>
<posy>35r</posy>
<height>35</height>
<width>1100</width>
<align>left</align>
<font>font110</font>
<urlset>1</urlset>
<textcolor>blue</textcolor>
<titlecolor>blue</titlecolor>
<headlinecolor>white</headlinecolor>
<visible>system.getbool(lookandfeel.enablerssfeeds)</visible>

</control>
<!ads-->
<control type ="multiimage" id="38">
<description>Ads</description>
<posx>0</posx>
<posy>575</posy>
<width>275</width>
<height>145</height>
<visible>true</visible>
<imagepath>/usr/share/xbmc/media/</imagepath>
<randomize>true</randomize>
</control>
</controls>
</window>