[MOD] Larger Logo
#31
Hi Devilshura,

What view is that, presume it's in MQ6 only


(2015-03-01, 14:21)devilshura Wrote:
(2015-03-01, 10:02)toutoune290 Wrote: hi,
doesn't seems to work in MQ6.
all is black in the menu.
This code i use for MQ6.
Image
Code:
<window><!-- Aeon MQ 6 -->
    <defaultcontrol always="true">51</defaultcontrol>
    <onload condition="Window.Previous(6625)">Container.SetViewMode($INFO[skin.string(setviewvideo)])</onload>
    <onload condition="Window.Previous(6625)">SetFocus(9940)</onload>    
    <onload condition="Skin.HasSetting(ontvtunes) + System.HasAddon(script.tvtunes)">RunScript(script.tvtunes,backend=True)</onload>
    <onload condition="System.HasAddon(script.videolanguage)">RunScript(script.videolanguage,backend=True)</onload>
    <onload condition="System.HasAddon(script.tv.show.next.aired) + [Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]">RunScript(script.tv.show.next.aired,backend=True)</onload>
    <onunload condition="Skin.HasSetting(kioskcode)">Skin.Reset($INFO[skin.string(custom_code)])</onunload>
    <onunload condition="Skin.HasSetting(trailers)">Skin.Reset(trailers)</onunload>
    <onunload condition="Skin.HasSetting(playlists)">Skin.Reset(playlists)</onunload>
    <allowoverlay>no</allowoverlay>
    <views>51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70</views>
    <controls>
    <control type="multiimage"><!-- Multi Fanart -->
    <include>WindowBG</include>
    <imagepath background="true">$VAR[value_videofanart]</imagepath>
    <visible>![Container.Content(genres) | Control.IsVisible(70)]</visible>
    </control>
    <control type="image"><!-- Single Fanart -->
    <include>WindowBG</include>
    <texture background="true">$VAR[value_defaultvideofanart]</texture>
    <visible>![Container.Content(genres) | Control.IsVisible(70)]</visible>
    </control>
    <control type="image"><!-- Single Fanart Genre -->
    <include>WindowBG</include>
    <texture fallback="special://skin/backgrounds/movies.jpg" background="true">$VAR[value_defaultvideofanart]</texture>
    <visible>Container.Content(genres) + !Control.IsVisible(70)</visible>
    </control>
    <control type="multiimage"><!-- Multi Fanart -->
    <include>HalfWindowBG</include>
    <imagepath background="true">$VAR[value_videofanart]</imagepath>
    <visible>!Container.Content(genres) + Control.IsVisible(70)</visible>
    </control>
    <control type="image"><!-- Single Fanart -->
    <include>HalfWindowBG</include>
    <texture background="true">$VAR[value_defaultvideofanart]</texture>
    <visible>!Container.Content(genres) + Control.IsVisible(70)</visible>
    </control>
    <control type="image"><!-- Single Fanart Genre -->
    <include>HalfWindowBG</include>
    <texture fallback="special://skin/backgrounds/movies.jpg" background="true">$VAR[value_defaultvideofanart]</texture>
    <visible>Container.Content(genres) + Control.IsVisible(70)</visible>
    </control>
    <control type="multiimage" id="5020"><!-- Extra Fanart Movies/TvShows/MusicVideos/Sets -->
    <include>InvisibleButton</include>
    <imagepath background="true">$INFO[ListItem.Path]extrafanart/</imagepath>
    <visible>Container.Content(movies) + !Skin.HasSetting(trailers) + SubString(skin.string(moviesfanart),extra) | Container.Content(tvshows) + SubString(skin.string(tvshowsfanart),extra) | Container.Content(musicvideos) + SubString(skin.string(musicvideosfanart),extra) | Container.Content(sets) + SubString(skin.string(setsfanart),extra)</visible>
    </control>
    <control type="multiimage" id="5021"><!-- Extra Fanart Seasons -->
    <include>InvisibleButton</include>
    <imagepath background="true">$INFO[ListItem.Path,,extrafanart/]</imagepath>
    <visible>Container.Content(seasons) + SubString(skin.string(seasonsfanart),extra)</visible>
    </control>
    <control type="multiimage" id="5022"><!-- Extra Fanart Episodes -->
    <include>InvisibleButton</include>
    <imagepath background="true">$INFO[ListItem.Path,,../extrafanart/]</imagepath>
    <visible>Container.Content(episodes) + SubString(skin.string(episodesfanart),extra)</visible>
    </control>
    <control type="image" id="5023"><!-- Season Fanart -->
    <include>InvisibleButton</include>
    <texture background="true">$INFO[ListItem.Path]$INFO[ListItem.Label,,/fanart.jpg]</texture>
    <visible>Container.Content(seasons) + SubString(skin.string(seasonsfanart),seasons)</visible>
    </control>
    <control type="image" id="5024"><!-- Season Fanart/episodes -->
    <include>InvisibleButton</include>
    <texture background="true">$INFO[ListItem.Path,,fanart.jpg]</texture>
    <visible>Container.Content(episodes) + SubString(skin.string(episodesfanart),seasons)</visible>
    </control>
    <include>LiveBG</include>
    <control type="image">
    <left>0</left>
    <top>0</top>
    <width>1280</width>
    <height>720</height>
    <texture>black.png</texture>
    <colordiffuse>C3FFFFFF</colordiffuse>
    <include>Animation_Fade</include>
    <visible>Player.HasVideo + !Skin.HasSetting(fullscreentrailer)</visible>
    </control>
    <control type="group"><!-- default group -->
    <include>Animation_Window</include>
    <control type="button" id="9900"><!-- to menu/kiosk condition -->
    <include>InvisibleButton</include>
    <onfocus condition="![Skin.HasSetting(kiosk) | Skin.HasSetting(kiosksmart) + !SubString(skin.string(codestep),step3)]">SetFocus(9300)</onfocus>
    <onfocus condition="Skin.HasSetting(kiosksmart) + !SubString(skin.string(codestep),step3)">SetFocus(9100)</onfocus>
    <onfocus condition="Skin.HasSetting(kiosk)">SetFocus(51)</onfocus>
    </control>
    <control type="button" id="9920"><!-- hidden colection/view fanart -->
    <include>InvisibleButton</include>
    <onleft>SetFocus(51)</onleft>
    <onright>SetFocus(51)</onright>
    <onup>SetFocus(51)</onup>
    <ondown>SetFocus(51)</ondown>
    </control>
    <control type="image" id="9921"><!-- painel de info auto -->
    <include>InvisibleButton</include>
    <animation effect="fade" start="0" end="100" time="150" delay="1000" condition="SubString(skin.string(panel_seconds),1)">Visible</animation>
    <animation effect="fade" start="0" end="100" time="150" delay="2000" condition="SubString(skin.string(panel_seconds),2)">Visible</animation>
    <animation effect="fade" start="0" end="100" time="150" delay="3000" condition="SubString(skin.string(panel_seconds),3)">Visible</animation>
    <animation effect="fade" start="0" end="100" time="150" delay="4000" condition="SubString(skin.string(panel_seconds),4)">Visible</animation>
    <animation effect="fade" start="0" end="100" time="150" delay="5000" condition="SubString(skin.string(panel_seconds),5)">Visible</animation>
    <visible>![Container.OnNext | Container.OnPrevious]</visible>
    </control>
    <control type="button" id="9922"><!-- refresh das vistas -->
    <include>InvisibleButton</include>
    <animation effect="fade" start="0" end="100" time="150" delay="3000">Hidden</animation>
    <visible>Window.IsVisible(6625)</visible>
    </control>
    <control type="image" id="9923"><!-- delay da arte de disco -->
    <include>InvisibleButton</include>
    <animation effect="fade" start="0" end="100" time="150" delay="1000">Visible</animation>
    <visible>![Container.OnNext | Container.OnPrevious]</visible>
    </control>
    <control type="group"><!-- Grupo ocultar flags ou fanart -->
    <top>30</top>
    <include condition="Skin.HasSetting(view3dwall_video)">View3DWall</include><!-- 67,68 -->
    <include>Animation_HiddenView</include>
    <control type="image"><!-- Barra do rodape -->
    <left>0</left>
    <top>510</top>
    <width>1280</width>
    <height>180</height>
    <colordiffuse>$VAR[value_flagsbar]</colordiffuse>
    <texture>shadow_mask.png</texture>
    <include>Animation_FloorGlass</include>
    <visible>!Control.IsVisible(70)</visible>
    </control>
    <control type="group">
    <animation effect="slide" start="0,300" end="0,0"  time="500" tween="sine" easing="out">WindowOpen</animation>
    <animation effect="slide" start="0,300" end="0,0"  time="500" tween="sine" easing="out">Visible</animation>
    <animation effect="slide" start="0,0" end="0,300"  time="500" tween="sine" easing="out">Hidden</animation>
    <visible>![Control.IsVisible(57) | Control.IsVisible(70)] + [SubString(skin.string(mediaflags),on) | SubString(skin.string(mediaflags),auto) + Control.IsVisible(9921)]</visible>
    <control type="grouplist"><!-- Etiquetas -->
    <left>20</left>
    <top>645</top>
    <orientation>horizontal</orientation>
    <itemgap>17</itemgap>
    <animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(621)">Conditional</animation>
    <control type="image"><!-- Mpaa -->
    <include>FlagImage</include>
    <texture>$VAR[value_mpaa]</texture>
    <visible>!IsEmpty(ListItem.Mpaa)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.Mpaa)</visible>
    </control>
    <control type="group"><!-- Rating -->
    <width>125</width>
    <visible>!IsEmpty(ListItem.Title)</visible>
    <control type="image">
    <left>5</left>
    <include>FlagImage</include>
    <texture>flags/rating.png</texture>
    </control>
    <control type="label">
    <left>13</left>
    <top>1.5</top>
    <width>89</width>
    <height>50</height>
    <align>center</align>
    <aligny>center</aligny>
    <font>Font_20B</font>
    <textcolor>$VAR[value_flagscolor]</textcolor>
    <fadetime>FanartCrossFadeTime</fadetime>
    <label fallback="NR">$INFO[ListItem.Rating]</label>
    </control>
    <control type="image">
    <left>125</left>
    <include>FlagSeparator</include>
    </control>
    </control>
    <control type="image"><!-- Codec -->
    <include>FlagImage</include>
    <texture>$VAR[value_videocodec]</texture>
    <visible>!IsEmpty(ListItem.VideoCodec)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.VideoCodec)</visible>
    </control>
    <control type="image"><!-- Resolution -->
    <include>FlagImage</include>
    <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
    <visible>!IsEmpty(ListItem.VideoResolution)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.VideoResolution)</visible>
    </control>
    <control type="image"><!-- Aspect -->
    <include>FlagImage</include>
    <texture>$INFO[ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
    <visible>!IsEmpty(ListItem.VideoAspect)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.VideoAspect)</visible>
    </control>
    <control type="image"><!-- Audio Codec -->
    <include>FlagImage</include>
    <texture>$INFO[ListItem.AudioCodec,flags/audiocodec/,.png]</texture>
    <visible>!IsEmpty(ListItem.AudioCodec)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.AudioCodec)</visible>
    </control>
    <control type="image"><!-- Channels -->
    <include>FlagImage</include>
    <texture>$INFO[ListItem.AudioChannels,flags/audiochannels/,ch.png]</texture>
    <visible>!IsEmpty(ListItem.AudioChannels)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.AudioChannels)</visible>
    </control>
    <control type="group"><!-- Drive Externo -->
    <width>125</width>
    <visible>!IsEmpty(Control.GetLabel(556))</visible>
    <control type="image">
    <left>5</left>
    <include>FlagImage</include>
    <texture>flags/externaldrive.png</texture>
    </control>
    <control type="label">
    <left>13</left>
    <top>1.5</top>
    <width>89</width>
    <height>50</height>
    <align>center</align>
    <aligny>center</aligny>
    <font>Font_20B</font>
    <textcolor>$VAR[value_flagscolor]</textcolor>
    <fadetime>FanartCrossFadeTime</fadetime>
    <label>$VAR[value_drive]</label>
    </control>
    <control type="image">
    <left>125</left>
    <include>FlagSeparator</include>
    </control>
    </control>
    <control type="image"><!-- Trailer -->
    <include>FlagImage</include>
    <texture>flags/trailer.png</texture>
    <visible>!IsEmpty(ListItem.Trailer)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.Trailer) + !StringCompare(ListItem.PercentPlayed,0)</visible>
    </control>
    <control type="group"><!-- % Played -->
    <width>125</width>
    <visible>!StringCompare(ListItem.PercentPlayed,0)</visible>
    <control type="image">
    <include>FlagImage</include>
    <texture>flags/percentplayed.png</texture>
    </control>
    <control type="label">
    <left>12</left>
    <top>1.5</top>
    <width>89</width>
    <height>50</height>
    <align>center</align>
    <aligny>center</aligny>
    <font>Font_20B</font>
    <textcolor>$VAR[value_flagscolor]</textcolor>
    <fadetime>FanartCrossFadeTime</fadetime>
    <label>$INFO[ListItem.PercentPlayed]%</label>
    </control>
    </control>
    </control>
    <control type="label" id="556"><!-- Hard Disk -->
    <include>InvisibleButton</include>
    <label>$VAR[value_drive]</label>
    </control>
    <control type="image">
    <left>0</left>
    <top>650</top>
    <height>42</height>
    <width>1280</width>
    <texture>gradient_small.png</texture>
    </control>
    </control>
    </control>
    <control type="group"><!-- Titulo e subtitulo -->
    <top>-30</top>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">Visible</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">WindowClose</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">Hidden</animation>
    <animation effect="slide" end="0,-20" time="500" tween="sine" easing="out" condition="![Skin.HasSetting(videoinfobar) | Skin.HasSetting(videodate)]">Conditional</animation>
    <visible>[Control.IsVisible(52) | Control.IsVisible(53) | Control.IsVisible(54) | Control.IsVisible(56) | Control.IsVisible(58) | Control.IsVisible(60) | Control.IsVisible(61) | Control.IsVisible(62) | Control.IsVisible(63) | Control.IsVisible(64) | Control.IsVisible(65) | Control.IsVisible(66) | Control.IsVisible(67) | Control.IsVisible(68) | Control.IsVisible(69)] + ![ControlGroup(9000).HasFocus | Control.HasFocus(9920) | Control.IsVisible(9922) | Control.HasFocus(9940) | Window.IsActive(2003) | Window.IsVisible(621)]</visible>
    <control type="image">
    <left>0</left>
    <top>0</top>
    <width>1280</width>
    <height>300</height>
    <texture flipy="true">shadow_mask.png</texture>
    <colordiffuse>F9000000</colordiffuse>
    <animation effect="fade" end="75" condition="true">Conditional</animation>
    </control>
    <control type="group">
    <visible>!IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>
    <control type="label"><!-- Title -->
    <left>30</left>
    <top>95</top>
    <width>750</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>
    <control type="image"><!-- clearlogo -->
    <left>30</left>
    <top>58</top>
    <width>600</width>
    <height>75</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    <control type="label">
    <left>30</left>
    <top>135</top>
    <width>750</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    <control type="label">
    <left>30</left>
    <top>160</top>
    <width>750</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>
    <control type="group">
    <visible>IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>
    <control type="label"><!-- Title -->
    <left>30</left>
    <top>95</top>
    <width>1100</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>
    <control type="image"><!-- clearlogo -->
    <left>30</left>
    <top>58</top>
    <width>600</width>
    <height>75</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    <control type="label">
    <left>30</left>
    <top>135</top>
    <width>1100</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    <control type="label">
    <left>30</left>
    <top>160</top>
    <width>1100</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>
    </control>
    
    <control type="group"><!-- Somente subtitulo -->
    <top>-30</top>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">Visible</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">WindowClose</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">Hidden</animation>
    <animation effect="slide" end="0,-20" time="500" tween="sine" easing="out" condition="![Skin.HasSetting(videoinfobar) | Skin.HasSetting(videodate)]">Conditional</animation>
    <animation effect="slide" end="0,50" time="500" tween="sine" easing="out" condition="![IsEmpty(Window(2003).Property(AudioLanguage.1)) | Control.IsVisible(59)]">Conditional</animation>
    <visible>[Control.IsVisible(51) | Control.IsVisible(55) | Control.IsVisible(59)] + ![ControlGroup(9000).HasFocus | Control.HasFocus(9920) | Control.IsVisible(9922) | Control.HasFocus(9940) | Window.IsActive(2003) | Window.IsVisible(621) | Skin.HasSetting(notvshowstagline) | IsEmpty(Control.GetLabel(555)) | StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    <control type="image">
    <left>0</left>
    <top>-50</top>
    <width>1280</width>
    <height>350</height>
    <texture flipy="true">shadow_mask.png</texture>
    <colordiffuse>F9000000</colordiffuse>
    <animation effect="fade" end="75" condition="true">Conditional</animation>
    </control>
    <control type="label" id="555">
    <left>30</left>
    <top>150</top>
    <width>550</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag2]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>    
    
    <control type="group"><!-- Linguagem de audio e legendas -->
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">Visible</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">WindowClose</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">Hidden</animation>
    <animation effect="slide" end="-780,0" time="0" condition="Control.IsVisible(51)">Conditional</animation>
    <animation effect="slide" end="-780,0" time="0" condition="Control.IsVisible(55)">Conditional</animation>
    <animation effect="slide" end="-450,0" time="0" condition="Control.IsVisible(57)">Conditional</animation>    
    <animation effect="slide" end="0,-20" time="500" tween="sine" easing="out" condition="![Skin.HasSetting(videoinfobar) | Skin.HasSetting(videodate)]">Conditional</animation>
    <visible>![Skin.HasSetting(nolanguageflags) | StringCompare(ListItem.Label,..) | IsEmpty(Window(2003).Property(AudioLanguage.1)) + IsEmpty(Window(2003).Property(SubtitleLanguage.1)) | Control.IsVisible(59) | Control.HasFocus(9920) | Control.HasFocus(9940) | Control.IsVisible(9922) | Window.IsActive(2003) | Window.IsVisible(621) | Window.IsVisible(6625)]</visible>
    <left>810</left>
    <top>35</top>
    <include>AudioandSub</include>
    </control>
    <control type="group"><!-- Grupo vistas -->
    <top>30</top>
    <include>Animation_HiddenView</include>
    <!-- ViewTypes -->
    <include>ViewRightList</include><!-- 51 -->
    <include condition="Skin.HasSetting(viewbanner_video)">ViewBanner</include><!-- 52 -->
    <include condition="Skin.HasSetting(viewbannerinfo_video)">ViewBannerInfo</include><!-- 53 -->
    <include condition="Skin.HasSetting(viewposter_video)">ViewPoster</include><!-- 54 -->
    <include condition="Skin.HasSetting(viewlowlist_video)">ViewLowList</include><!-- 55 -->
    <include condition="Skin.HasSetting(viewwall_video)">ViewWallVideo</include><!-- 56 -->
    <include condition="Skin.HasSetting(viewglasslist_video)">ViewGlassList</include><!-- 57 -->
    <include condition="Skin.HasSetting(viewcoverflow_video)">ViewCoverFlowVideo</include><!-- 58 -->    
    <include condition="Skin.HasSetting(viewwide_video)">ViewWide</include><!-- 59 -->    
    <include condition="Skin.HasSetting(viewshowart_video)">ViewShowArt</include><!-- 60 -->
    <include condition="Skin.HasSetting(viewmultiplex_video)">ViewMultiplex</include><!-- 61 -->
    <include condition="Skin.HasSetting(viewpanel_video)">ViewPanel</include><!-- 62 -->
    <include condition="Skin.HasSetting(viewshelf_video)">ViewShelf</include><!-- 63 -->
    <include condition="Skin.HasSetting(viewlandscapex_video)">ViewLandScapeX</include><!-- 64 -->
    <include condition="Skin.HasSetting(viewsets_video)">ViewSets</include><!-- 65 -->
    <include condition="Skin.HasSetting(viewshowcase_video)">ViewShowCaseVideo</include><!-- 66 -->
    <include condition="Skin.HasSetting(viewposterlite_video)">ViewPosterLite</include><!-- 69 -->
    <include condition="Skin.HasSetting(viewposterlist_video)">ViewPosterList</include><!-- 70 -->
    </control>
    <include>TouchScreen</include>
    <include>ScrollLabel</include>
    <include condition="Skin.HasSetting(videoinfobar)">MultiData</include>
    <include condition="Skin.HasSetting(videodate)">TopDate</include>
    <include>TopMenu_Video</include>
    <include>BGBlack</include>
    <include>TrailerWindow</include>
    </control>
    </controls>
    </window>
Reply
#32
Hi Devilshura,
where do i put that code ?
in wich xml ?
line Huh
thanks for the answers.
Reply
#33
(2015-03-02, 11:34)toutoune290 Wrote: Hi Devilshura,
where do i put that code ?
in wich xml ?
line Huh
thanks for the answers.

Whole the code above is MyvideoNav.xml.
Reply
#34
thanks a lot,
so i copy it and rename to MyvideoNav.xml and put it in the 720p folder and that's all Huh
Reply
#35
Hi Devilshura,
MyvideoNav doesn't seem to work with Aeon MQ6.1.7.
i have update yesterday evening and put your xml in and it mix two views and i can't move into my files with remote or keyboard.
do you have a solution ?
Reply
#36
hi Devilshura,
have you found a solution to make it fonctional in MQ6 Huh
Reply
#37
(2015-03-01, 14:21)devilshura Wrote:
(2015-03-01, 10:02)toutoune290 Wrote: hi,
doesn't seems to work in MQ6.
all is black in the menu.
This code i use for MQ6.
Image
Code:
<window><!-- Aeon MQ 6 -->
    <defaultcontrol always="true">51</defaultcontrol>
    <onload condition="Window.Previous(6625)">Container.SetViewMode($INFO[skin.string(setviewvideo)])</onload>
    <onload condition="Window.Previous(6625)">SetFocus(9940)</onload>    
    <onload condition="Skin.HasSetting(ontvtunes) + System.HasAddon(script.tvtunes)">RunScript(script.tvtunes,backend=True)</onload>
    <onload condition="System.HasAddon(script.videolanguage)">RunScript(script.videolanguage,backend=True)</onload>
    <onload condition="System.HasAddon(script.tv.show.next.aired) + [Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]">RunScript(script.tv.show.next.aired,backend=True)</onload>
    <onunload condition="Skin.HasSetting(kioskcode)">Skin.Reset($INFO[skin.string(custom_code)])</onunload>
    <onunload condition="Skin.HasSetting(trailers)">Skin.Reset(trailers)</onunload>
    <onunload condition="Skin.HasSetting(playlists)">Skin.Reset(playlists)</onunload>
    <allowoverlay>no</allowoverlay>
    <views>51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70</views>
    <controls>
    <control type="multiimage"><!-- Multi Fanart -->
    <include>WindowBG</include>
    <imagepath background="true">$VAR[value_videofanart]</imagepath>
    <visible>![Container.Content(genres) | Control.IsVisible(70)]</visible>
    </control>
    <control type="image"><!-- Single Fanart -->
    <include>WindowBG</include>
    <texture background="true">$VAR[value_defaultvideofanart]</texture>
    <visible>![Container.Content(genres) | Control.IsVisible(70)]</visible>
    </control>
    <control type="image"><!-- Single Fanart Genre -->
    <include>WindowBG</include>
    <texture fallback="special://skin/backgrounds/movies.jpg" background="true">$VAR[value_defaultvideofanart]</texture>
    <visible>Container.Content(genres) + !Control.IsVisible(70)</visible>
    </control>
    <control type="multiimage"><!-- Multi Fanart -->
    <include>HalfWindowBG</include>
    <imagepath background="true">$VAR[value_videofanart]</imagepath>
    <visible>!Container.Content(genres) + Control.IsVisible(70)</visible>
    </control>
    <control type="image"><!-- Single Fanart -->
    <include>HalfWindowBG</include>
    <texture background="true">$VAR[value_defaultvideofanart]</texture>
    <visible>!Container.Content(genres) + Control.IsVisible(70)</visible>
    </control>
    <control type="image"><!-- Single Fanart Genre -->
    <include>HalfWindowBG</include>
    <texture fallback="special://skin/backgrounds/movies.jpg" background="true">$VAR[value_defaultvideofanart]</texture>
    <visible>Container.Content(genres) + Control.IsVisible(70)</visible>
    </control>
    <control type="multiimage" id="5020"><!-- Extra Fanart Movies/TvShows/MusicVideos/Sets -->
    <include>InvisibleButton</include>
    <imagepath background="true">$INFO[ListItem.Path]extrafanart/</imagepath>
    <visible>Container.Content(movies) + !Skin.HasSetting(trailers) + SubString(skin.string(moviesfanart),extra) | Container.Content(tvshows) + SubString(skin.string(tvshowsfanart),extra) | Container.Content(musicvideos) + SubString(skin.string(musicvideosfanart),extra) | Container.Content(sets) + SubString(skin.string(setsfanart),extra)</visible>
    </control>
    <control type="multiimage" id="5021"><!-- Extra Fanart Seasons -->
    <include>InvisibleButton</include>
    <imagepath background="true">$INFO[ListItem.Path,,extrafanart/]</imagepath>
    <visible>Container.Content(seasons) + SubString(skin.string(seasonsfanart),extra)</visible>
    </control>
    <control type="multiimage" id="5022"><!-- Extra Fanart Episodes -->
    <include>InvisibleButton</include>
    <imagepath background="true">$INFO[ListItem.Path,,../extrafanart/]</imagepath>
    <visible>Container.Content(episodes) + SubString(skin.string(episodesfanart),extra)</visible>
    </control>
    <control type="image" id="5023"><!-- Season Fanart -->
    <include>InvisibleButton</include>
    <texture background="true">$INFO[ListItem.Path]$INFO[ListItem.Label,,/fanart.jpg]</texture>
    <visible>Container.Content(seasons) + SubString(skin.string(seasonsfanart),seasons)</visible>
    </control>
    <control type="image" id="5024"><!-- Season Fanart/episodes -->
    <include>InvisibleButton</include>
    <texture background="true">$INFO[ListItem.Path,,fanart.jpg]</texture>
    <visible>Container.Content(episodes) + SubString(skin.string(episodesfanart),seasons)</visible>
    </control>
    <include>LiveBG</include>
    <control type="image">
    <left>0</left>
    <top>0</top>
    <width>1280</width>
    <height>720</height>
    <texture>black.png</texture>
    <colordiffuse>C3FFFFFF</colordiffuse>
    <include>Animation_Fade</include>
    <visible>Player.HasVideo + !Skin.HasSetting(fullscreentrailer)</visible>
    </control>
    <control type="group"><!-- default group -->
    <include>Animation_Window</include>
    <control type="button" id="9900"><!-- to menu/kiosk condition -->
    <include>InvisibleButton</include>
    <onfocus condition="![Skin.HasSetting(kiosk) | Skin.HasSetting(kiosksmart) + !SubString(skin.string(codestep),step3)]">SetFocus(9300)</onfocus>
    <onfocus condition="Skin.HasSetting(kiosksmart) + !SubString(skin.string(codestep),step3)">SetFocus(9100)</onfocus>
    <onfocus condition="Skin.HasSetting(kiosk)">SetFocus(51)</onfocus>
    </control>
    <control type="button" id="9920"><!-- hidden colection/view fanart -->
    <include>InvisibleButton</include>
    <onleft>SetFocus(51)</onleft>
    <onright>SetFocus(51)</onright>
    <onup>SetFocus(51)</onup>
    <ondown>SetFocus(51)</ondown>
    </control>
    <control type="image" id="9921"><!-- painel de info auto -->
    <include>InvisibleButton</include>
    <animation effect="fade" start="0" end="100" time="150" delay="1000" condition="SubString(skin.string(panel_seconds),1)">Visible</animation>
    <animation effect="fade" start="0" end="100" time="150" delay="2000" condition="SubString(skin.string(panel_seconds),2)">Visible</animation>
    <animation effect="fade" start="0" end="100" time="150" delay="3000" condition="SubString(skin.string(panel_seconds),3)">Visible</animation>
    <animation effect="fade" start="0" end="100" time="150" delay="4000" condition="SubString(skin.string(panel_seconds),4)">Visible</animation>
    <animation effect="fade" start="0" end="100" time="150" delay="5000" condition="SubString(skin.string(panel_seconds),5)">Visible</animation>
    <visible>![Container.OnNext | Container.OnPrevious]</visible>
    </control>
    <control type="button" id="9922"><!-- refresh das vistas -->
    <include>InvisibleButton</include>
    <animation effect="fade" start="0" end="100" time="150" delay="3000">Hidden</animation>
    <visible>Window.IsVisible(6625)</visible>
    </control>
    <control type="image" id="9923"><!-- delay da arte de disco -->
    <include>InvisibleButton</include>
    <animation effect="fade" start="0" end="100" time="150" delay="1000">Visible</animation>
    <visible>![Container.OnNext | Container.OnPrevious]</visible>
    </control>
    <control type="group"><!-- Grupo ocultar flags ou fanart -->
    <top>30</top>
    <include condition="Skin.HasSetting(view3dwall_video)">View3DWall</include><!-- 67,68 -->
    <include>Animation_HiddenView</include>
    <control type="image"><!-- Barra do rodape -->
    <left>0</left>
    <top>510</top>
    <width>1280</width>
    <height>180</height>
    <colordiffuse>$VAR[value_flagsbar]</colordiffuse>
    <texture>shadow_mask.png</texture>
    <include>Animation_FloorGlass</include>
    <visible>!Control.IsVisible(70)</visible>
    </control>
    <control type="group">
    <animation effect="slide" start="0,300" end="0,0"  time="500" tween="sine" easing="out">WindowOpen</animation>
    <animation effect="slide" start="0,300" end="0,0"  time="500" tween="sine" easing="out">Visible</animation>
    <animation effect="slide" start="0,0" end="0,300"  time="500" tween="sine" easing="out">Hidden</animation>
    <visible>![Control.IsVisible(57) | Control.IsVisible(70)] + [SubString(skin.string(mediaflags),on) | SubString(skin.string(mediaflags),auto) + Control.IsVisible(9921)]</visible>
    <control type="grouplist"><!-- Etiquetas -->
    <left>20</left>
    <top>645</top>
    <orientation>horizontal</orientation>
    <itemgap>17</itemgap>
    <animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(621)">Conditional</animation>
    <control type="image"><!-- Mpaa -->
    <include>FlagImage</include>
    <texture>$VAR[value_mpaa]</texture>
    <visible>!IsEmpty(ListItem.Mpaa)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.Mpaa)</visible>
    </control>
    <control type="group"><!-- Rating -->
    <width>125</width>
    <visible>!IsEmpty(ListItem.Title)</visible>
    <control type="image">
    <left>5</left>
    <include>FlagImage</include>
    <texture>flags/rating.png</texture>
    </control>
    <control type="label">
    <left>13</left>
    <top>1.5</top>
    <width>89</width>
    <height>50</height>
    <align>center</align>
    <aligny>center</aligny>
    <font>Font_20B</font>
    <textcolor>$VAR[value_flagscolor]</textcolor>
    <fadetime>FanartCrossFadeTime</fadetime>
    <label fallback="NR">$INFO[ListItem.Rating]</label>
    </control>
    <control type="image">
    <left>125</left>
    <include>FlagSeparator</include>
    </control>
    </control>
    <control type="image"><!-- Codec -->
    <include>FlagImage</include>
    <texture>$VAR[value_videocodec]</texture>
    <visible>!IsEmpty(ListItem.VideoCodec)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.VideoCodec)</visible>
    </control>
    <control type="image"><!-- Resolution -->
    <include>FlagImage</include>
    <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
    <visible>!IsEmpty(ListItem.VideoResolution)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.VideoResolution)</visible>
    </control>
    <control type="image"><!-- Aspect -->
    <include>FlagImage</include>
    <texture>$INFO[ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
    <visible>!IsEmpty(ListItem.VideoAspect)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.VideoAspect)</visible>
    </control>
    <control type="image"><!-- Audio Codec -->
    <include>FlagImage</include>
    <texture>$INFO[ListItem.AudioCodec,flags/audiocodec/,.png]</texture>
    <visible>!IsEmpty(ListItem.AudioCodec)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.AudioCodec)</visible>
    </control>
    <control type="image"><!-- Channels -->
    <include>FlagImage</include>
    <texture>$INFO[ListItem.AudioChannels,flags/audiochannels/,ch.png]</texture>
    <visible>!IsEmpty(ListItem.AudioChannels)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.AudioChannels)</visible>
    </control>
    <control type="group"><!-- Drive Externo -->
    <width>125</width>
    <visible>!IsEmpty(Control.GetLabel(556))</visible>
    <control type="image">
    <left>5</left>
    <include>FlagImage</include>
    <texture>flags/externaldrive.png</texture>
    </control>
    <control type="label">
    <left>13</left>
    <top>1.5</top>
    <width>89</width>
    <height>50</height>
    <align>center</align>
    <aligny>center</aligny>
    <font>Font_20B</font>
    <textcolor>$VAR[value_flagscolor]</textcolor>
    <fadetime>FanartCrossFadeTime</fadetime>
    <label>$VAR[value_drive]</label>
    </control>
    <control type="image">
    <left>125</left>
    <include>FlagSeparator</include>
    </control>
    </control>
    <control type="image"><!-- Trailer -->
    <include>FlagImage</include>
    <texture>flags/trailer.png</texture>
    <visible>!IsEmpty(ListItem.Trailer)</visible>
    </control>
    <control type="image">
    <include>FlagSeparator</include>
    <visible>!IsEmpty(ListItem.Trailer) + !StringCompare(ListItem.PercentPlayed,0)</visible>
    </control>
    <control type="group"><!-- % Played -->
    <width>125</width>
    <visible>!StringCompare(ListItem.PercentPlayed,0)</visible>
    <control type="image">
    <include>FlagImage</include>
    <texture>flags/percentplayed.png</texture>
    </control>
    <control type="label">
    <left>12</left>
    <top>1.5</top>
    <width>89</width>
    <height>50</height>
    <align>center</align>
    <aligny>center</aligny>
    <font>Font_20B</font>
    <textcolor>$VAR[value_flagscolor]</textcolor>
    <fadetime>FanartCrossFadeTime</fadetime>
    <label>$INFO[ListItem.PercentPlayed]%</label>
    </control>
    </control>
    </control>
    <control type="label" id="556"><!-- Hard Disk -->
    <include>InvisibleButton</include>
    <label>$VAR[value_drive]</label>
    </control>
    <control type="image">
    <left>0</left>
    <top>650</top>
    <height>42</height>
    <width>1280</width>
    <texture>gradient_small.png</texture>
    </control>
    </control>
    </control>
    <control type="group"><!-- Titulo e subtitulo -->
    <top>-30</top>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">Visible</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">WindowClose</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">Hidden</animation>
    <animation effect="slide" end="0,-20" time="500" tween="sine" easing="out" condition="![Skin.HasSetting(videoinfobar) | Skin.HasSetting(videodate)]">Conditional</animation>
    <visible>[Control.IsVisible(52) | Control.IsVisible(53) | Control.IsVisible(54) | Control.IsVisible(56) | Control.IsVisible(58) | Control.IsVisible(60) | Control.IsVisible(61) | Control.IsVisible(62) | Control.IsVisible(63) | Control.IsVisible(64) | Control.IsVisible(65) | Control.IsVisible(66) | Control.IsVisible(67) | Control.IsVisible(68) | Control.IsVisible(69)] + ![ControlGroup(9000).HasFocus | Control.HasFocus(9920) | Control.IsVisible(9922) | Control.HasFocus(9940) | Window.IsActive(2003) | Window.IsVisible(621)]</visible>
    <control type="image">
    <left>0</left>
    <top>0</top>
    <width>1280</width>
    <height>300</height>
    <texture flipy="true">shadow_mask.png</texture>
    <colordiffuse>F9000000</colordiffuse>
    <animation effect="fade" end="75" condition="true">Conditional</animation>
    </control>
    <control type="group">
    <visible>!IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>
    <control type="label"><!-- Title -->
    <left>30</left>
    <top>95</top>
    <width>750</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>
    <control type="image"><!-- clearlogo -->
    <left>30</left>
    <top>58</top>
    <width>600</width>
    <height>75</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    <control type="label">
    <left>30</left>
    <top>135</top>
    <width>750</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    <control type="label">
    <left>30</left>
    <top>160</top>
    <width>750</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>
    <control type="group">
    <visible>IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>
    <control type="label"><!-- Title -->
    <left>30</left>
    <top>95</top>
    <width>1100</width>
    <height>40</height>
    <font>Font_40</font>
    <label>$VAR[value_videotitle]</label>
    <textcolor>FFFFFAF0</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>![Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))]</visible>
    </control>
    <control type="image"><!-- clearlogo -->
    <left>30</left>
    <top>58</top>
    <width>600</width>
    <height>75</height>
    <texture background="true">$INFO[ListItem.Art(clearlogo)]</texture>
    <aspectratio align="left" aligny="bottom">keep</aspectratio>
    <fadetime>FanartCrossFadeTime</fadetime>
    <visible>Skin.HasSetting(clearlogotitle) + !IsEmpty(ListItem.Art(clearlogo))</visible>
    </control>
    <control type="label">
    <left>30</left>
    <top>135</top>
    <width>1100</width>
    <height>25</height>
    <font>Font_21</font>
    <label>$INFO[ListItem.Tagline]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>!Skin.HasSetting(nomoviestagline)</visible>
    </control>
    <control type="label">
    <left>30</left>
    <top>160</top>
    <width>1100</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <animation effect="slide" start="0,0" end="0,-30" condition="IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)">Conditional</animation>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>
    </control>
    
    <control type="group"><!-- Somente subtitulo -->
    <top>-30</top>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">Visible</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">WindowClose</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">Hidden</animation>
    <animation effect="slide" end="0,-20" time="500" tween="sine" easing="out" condition="![Skin.HasSetting(videoinfobar) | Skin.HasSetting(videodate)]">Conditional</animation>
    <animation effect="slide" end="0,50" time="500" tween="sine" easing="out" condition="![IsEmpty(Window(2003).Property(AudioLanguage.1)) | Control.IsVisible(59)]">Conditional</animation>
    <visible>[Control.IsVisible(51) | Control.IsVisible(55) | Control.IsVisible(59)] + ![ControlGroup(9000).HasFocus | Control.HasFocus(9920) | Control.IsVisible(9922) | Control.HasFocus(9940) | Window.IsActive(2003) | Window.IsVisible(621) | Skin.HasSetting(notvshowstagline) | IsEmpty(Control.GetLabel(555)) | StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    <control type="image">
    <left>0</left>
    <top>-50</top>
    <width>1280</width>
    <height>350</height>
    <texture flipy="true">shadow_mask.png</texture>
    <colordiffuse>F9000000</colordiffuse>
    <animation effect="fade" end="75" condition="true">Conditional</animation>
    </control>
    <control type="label" id="555">
    <left>30</left>
    <top>150</top>
    <width>550</width>
    <height>25</height>
    <font>Font_18A</font>
    <label>$VAR[value_videotvshowtag2]</label>
    <textcolor>90FFFFFF</textcolor>
    <scroll>true</scroll>
    <scrollout>false</scrollout>
    <shadowcolor>grey</shadowcolor>
    <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
    </control>
    </control>    
    
    <control type="group"><!-- Linguagem de audio e legendas -->
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">WindowOpen</animation>
    <animation effect="slide" time="400" start="0,-250" end="0,0" easing="inout" tween="cubic">Visible</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">WindowClose</animation>
    <animation effect="slide" time="400" start="0,0" end="0,-250" easing="inout" tween="cubic">Hidden</animation>
    <animation effect="slide" end="-780,0" time="0" condition="Control.IsVisible(51)">Conditional</animation>
    <animation effect="slide" end="-780,0" time="0" condition="Control.IsVisible(55)">Conditional</animation>
    <animation effect="slide" end="-450,0" time="0" condition="Control.IsVisible(57)">Conditional</animation>    
    <animation effect="slide" end="0,-20" time="500" tween="sine" easing="out" condition="![Skin.HasSetting(videoinfobar) | Skin.HasSetting(videodate)]">Conditional</animation>
    <visible>![Skin.HasSetting(nolanguageflags) | StringCompare(ListItem.Label,..) | IsEmpty(Window(2003).Property(AudioLanguage.1)) + IsEmpty(Window(2003).Property(SubtitleLanguage.1)) | Control.IsVisible(59) | Control.HasFocus(9920) | Control.HasFocus(9940) | Control.IsVisible(9922) | Window.IsActive(2003) | Window.IsVisible(621) | Window.IsVisible(6625)]</visible>
    <left>810</left>
    <top>35</top>
    <include>AudioandSub</include>
    </control>
    <control type="group"><!-- Grupo vistas -->
    <top>30</top>
    <include>Animation_HiddenView</include>
    <!-- ViewTypes -->
    <include>ViewRightList</include><!-- 51 -->
    <include condition="Skin.HasSetting(viewbanner_video)">ViewBanner</include><!-- 52 -->
    <include condition="Skin.HasSetting(viewbannerinfo_video)">ViewBannerInfo</include><!-- 53 -->
    <include condition="Skin.HasSetting(viewposter_video)">ViewPoster</include><!-- 54 -->
    <include condition="Skin.HasSetting(viewlowlist_video)">ViewLowList</include><!-- 55 -->
    <include condition="Skin.HasSetting(viewwall_video)">ViewWallVideo</include><!-- 56 -->
    <include condition="Skin.HasSetting(viewglasslist_video)">ViewGlassList</include><!-- 57 -->
    <include condition="Skin.HasSetting(viewcoverflow_video)">ViewCoverFlowVideo</include><!-- 58 -->    
    <include condition="Skin.HasSetting(viewwide_video)">ViewWide</include><!-- 59 -->    
    <include condition="Skin.HasSetting(viewshowart_video)">ViewShowArt</include><!-- 60 -->
    <include condition="Skin.HasSetting(viewmultiplex_video)">ViewMultiplex</include><!-- 61 -->
    <include condition="Skin.HasSetting(viewpanel_video)">ViewPanel</include><!-- 62 -->
    <include condition="Skin.HasSetting(viewshelf_video)">ViewShelf</include><!-- 63 -->
    <include condition="Skin.HasSetting(viewlandscapex_video)">ViewLandScapeX</include><!-- 64 -->
    <include condition="Skin.HasSetting(viewsets_video)">ViewSets</include><!-- 65 -->
    <include condition="Skin.HasSetting(viewshowcase_video)">ViewShowCaseVideo</include><!-- 66 -->
    <include condition="Skin.HasSetting(viewposterlite_video)">ViewPosterLite</include><!-- 69 -->
    <include condition="Skin.HasSetting(viewposterlist_video)">ViewPosterList</include><!-- 70 -->
    </control>
    <include>TouchScreen</include>
    <include>ScrollLabel</include>
    <include condition="Skin.HasSetting(videoinfobar)">MultiData</include>
    <include condition="Skin.HasSetting(videodate)">TopDate</include>
    <include>TopMenu_Video</include>
    <include>BGBlack</include>
    <include>TrailerWindow</include>
    </control>
    </controls>
    </window>

Hi

Using this code on the new release M6Q makes my audiochannel disappear.

Any Help?
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#38
Hey all,
I'm not sure if this has been discussed but, could anyone tell me how/where to edit the script of posterlite.xml, Regarding logo and clearart size!?

E.g
Image

Thanks!
Reply
#39
Can this be updated to work with Aeon MQ6? This version seems to work except I can't select any series/movie items without moving the mouse cursor over the item.
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply
#40
Bump
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply

Logout Mark Read Team Forum Stats Members Help
[MOD] Larger Logo3