Kodi Community Forum
Aeon Stark not showing movie in background while playing? - 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: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: Aeon Stark not showing movie in background while playing? (/showthread.php?tid=50428)

Pages: 1 2


- azido - 2009-05-06

i've modified the code a bit to only show a small 400x300 window for the video and still have the background available..

Code:
<control type="group">
        <include>Background_Wallpaper</include>
        <visible>true</visible>
        </control>
    <control type="videowindow" id="2">
        <description>Home Now Playing Video</description>
        <posx>20</posx>
        <posy>50</posy>
        <width>400</width>
        <height>300</height>
        <visible>Player.HasVideo</visible>
    </control>
now what i'm missing here is some furniture for it, the name of the current playing video - and of course player controls Wink


- azido - 2009-05-06

Hitcher Wrote:Now I've had more time to look at it I've added an On/Off option -

http://forum.xbmc.org/showthread.php?tid=50444

yeah i saw that. cheers for it.


- Only One Haze - 2009-05-06

got a question for people that also have the mod with the trailer window in multiplex... the background video mod works on the home screen, but if i go into a category like movies then the movie changes to the window size and in the place where the trailer would be. when i go back to the home screen it goes back to fullscreen video. thought it was wkinda weird. anyone else have this happen?