• 1
  • 2(current)
  • 3
  • 4
  • 5
  • 8
MQ6 Color Flags mod
#16
Yes, It's possible. You will edit "ViewsPosterlite.xml".
Image
For fix missing logo. You can creat folder "flags/studios" within "skin.aeonmq6/media" to store your new logo.
Image

Image
Reply
#17
Brilliant! Thank you very much for your help.
Reply
#18
Underneath the ClearLogo is possible to remove the comments next to the ratings.

Thanks!
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
#19
How would I add this to my fire tv?
Reply
#20
can i use the V2.50 of the MQ6 Color Flag Mode with the latets 2.6x of MQ6 without messing something up ?
LibreElec Kodi | Aeon MQ ?
Reply
#21
(2015-07-19, 13:00)TRaSH Wrote: can i use the V2.50 of the MQ6 Color Flag Mode with the latets 2.6x of MQ6 without messing something up ?
Only mq6coloredxxx.xbt can use for new theme.
Reply
#22
thnx,
so the flags folder isn't needed everything is in the .xbt file ?
LibreElec Kodi | Aeon MQ ?
Reply
#23
Hi,

is it possible to add a png file for alac music files (extension .m4a)?
Reply
#24
Who was it that did that shelf case mod a while back? Is that available?
Server: Synology Diskstation 1511+ with 8x WD Red NAS 3TB drives, DSM 5.2
Main HTPC: Home Built i3, 8GB RAM, Corsair 128GB SSD, nVidia 630GTX, Harmony Home Control, Pioneer VSX-53, Panasonic VT30 65" 3D TV, Windows 10, Isengard
Bedroom HTPC: Zotac-ID 41 8GB RAM, 128GB SSD, Rii micro keyboard remote, Samsung HW-E550, Sony 32" Google TV, OpenElec 6.0 beta 4
Reply
#25
(2015-07-12, 13:15)devilshura Wrote: What version of MQ6 do you used? I don't change anything except "<height>45</height>" to "<height>75</height>". I think width 300 is to much enough.
Try this code. I edit from your code.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<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.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(codestep)</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,71</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"><!-- Fanart padrao -->
        <include>WindowBG</include>
        <texture background="true">$VAR[value_defaultvideofanart]</texture>
        <visible>![Container.Content(genres) | Control.IsVisible(70)]</visible>
        </control>
        <control type="image"><!-- Fanart Genero -->
        <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"><!-- Fanart padrao -->
        <include>HalfWindowBG</include>
        <texture background="true">$VAR[value_defaultvideofanart]</texture>
        <visible>!Container.Content(genres) + Control.IsVisible(70)</visible>
        </control>
        <control type="image"><!-- Fanart Genero -->
        <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) | Control.IsVisible(69) + Container.Content(episodes) + Skin.HasSetting(plepthumb)</visible>
        </control>
        <control type="image">
        <left>0</left>
        <top>0</top>
        <width>1280</width>
        <height>720</height>
        <texture>black.png</texture>
        <colordiffuse>80FFFFFF</colordiffuse>
        <include>Animation_Fade</include>
        <visible>Control.IsVisible(71)</visible>
        </control>
        <control type="group"><!-- default group -->
        <include>Animation_Window</include>
        <control type="label" id="556"><!-- Controle drive externo -->
        <include>InvisibleButton</include>
        <label>$VAR[value_drive]</label>
        </control>
        <control type="image" id="557"><!-- Controle estudio -->
        <include>InvisibleButton</include>
        <texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
        </control>
        <control type="label" id="558"><!-- Controle tvshow tagline -->
        <include>InvisibleButton</include>
        <label>$VAR[value_videotvshowtag]</label>
        <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + ![StringCompare(ListItem.Label,..) | Skin.HasSetting(notvshowstagline)]</visible>
        </control>
        <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"><!-- Esconde colecao para ver 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">
        <left>0</left>
        <top>510</top>
        <width>1280</width>
        <height>180</height>
        <texture diffuse="shadow_mask.png">darkgrey.png</texture>
        <colordiffuse>$VAR[value_floorcolor]</colordiffuse>
        <include>Animation_FloorGlass</include>
        <visible>!Control.IsVisible(70)</visible>
        </control>
        <control type="image"><!-- Barra do rodape -->
        <left>0</left>
        <top>510</top>
        <width>1280</width>
        <height>180</height>
        <texture>shadow_mask.png</texture>
        <colordiffuse>$VAR[value_floorcolor]</colordiffuse>    
        <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>22</itemgap>
        <animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(621)">Conditional</animation>
        <include>FlagsContent</include>
        </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" diffuse="shadow_mask.png">darkgrey.png</texture>
        <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
        <animation effect="fade" end="85" condition="true">Conditional</animation>
        </control>
        <control type="grouplist">
        <left>30</left>
        <top>58</top>
        <orientation>vertical</orientation>
        <itemgap>3.5</itemgap>
        <visible>!IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>
        <control type="label"><!-- Titulo -->
        <left>0</left>
        <top>0</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>0</left>
        <top>0</top>
        <width>300</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="group">
        <control type="image"><!-- Nota -->
        <left>0</left>
        <top>0</top>
        <width>118</width><!-- 302 -->
        <height>25</height><!-- 64 -->
        <info>ListItem.StarRating</info>
        <colordiffuse>$VAR[value_headercolor]</colordiffuse>
        <visible>!IsEmpty(ListItem.Rating)</visible>
        </control>
        <control type="label"><!-- Nota -->
        <left>130</left>
        <top>2</top>
        <width>30</width>
        <height>25</height>
        <font>Font_23</font>
        <label>$INFO[ListItem.Rating]</label>
        <textcolor>FFFFFAF0</textcolor>
        <visible>!IsEmpty(ListItem.Rating)</visible>
        </control>
        <control type="label">
        <left>165</left>
        <top>2</top>
        <width>585</width>
        <height>25</height>
        <font>Font_21</font>
        <label>$INFO[ListItem.Tagline,[COLOR=50FFFAF0]|[/COLOR]   ]</label>
        <textcolor>90FFFFFF</textcolor>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
        <shadowcolor>grey</shadowcolor>
        <visible>![IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)]</visible>
        </control>
        <control type="label">
        <left>165</left>
        <top>2</top>
        <width>585</width>
        <height>25</height>
        <font>Font_21</font>
        <label>$VAR[value_videotvshowtag,[COLOR=50FFFAF0]|[/COLOR]   ]</label>
        <textcolor>90FFFFFF</textcolor>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
        <shadowcolor>grey</shadowcolor>
        <visible>!IsEmpty(Control.GetLabel(558))</visible>
        </control>
        </control>
        </control>

        <control type="grouplist">
        <left>30</left>
        <top>58</top>
        <orientation>vertical</orientation>
        <itemgap>3.5</itemgap>
        <visible>IsEmpty(Window(2003).Property(AudioLanguage.1))</visible>
        <control type="label"><!-- Titulo -->
        <left>0</left>
        <top>0</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>0</left>
        <top>0</top>
        <width>300</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="group">
        <control type="image"><!-- Nota -->
        <left>0</left>
        <top>0</top>
        <width>118</width><!-- 302 -->
        <height>25</height><!-- 64 -->
        <info>ListItem.StarRating</info>
        <colordiffuse>$VAR[value_headercolor]</colordiffuse>
        <visible>!IsEmpty(ListItem.Rating)</visible>
        </control>
        <control type="label"><!-- Nota -->
        <left>130</left>
        <top>2</top>
        <width>30</width>
        <height>25</height>
        <font>Font_23</font>
        <label>$INFO[ListItem.Rating]</label>
        <textcolor>FFFFFAF0</textcolor>
        <visible>!IsEmpty(ListItem.Rating)</visible>
        </control>
        <control type="label">
        <left>165</left>
        <top>2</top>
        <width>935</width>
        <height>25</height>
        <font>Font_21</font>
        <label>$INFO[ListItem.Tagline,[COLOR=50FFFAF0]|[/COLOR]   ]</label>
        <textcolor>90FFFFFF</textcolor>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
        <shadowcolor>grey</shadowcolor>
        <visible>![IsEmpty(ListItem.Tagline) | Skin.HasSetting(nomoviestagline)]</visible>
        </control>
        <control type="label">
        <left>165</left>
        <top>2</top>
        <width>935</width>
        <height>25</height>
        <font>Font_21</font>
        <label>$VAR[value_videotvshowtag,[COLOR=50FFFAF0]|[/COLOR]   ]</label>
        <textcolor>90FFFFFF</textcolor>
        <scroll>true</scroll>
        <scrollout>false</scrollout>
        <shadowcolor>grey</shadowcolor>
        <visible>!IsEmpty(Control.GetLabel(558))</visible>
        </control>
        </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" diffuse="shadow_mask.png">darkgrey.png</texture>
        <colordiffuse>$VAR[value_texturecolor]</colordiffuse>
        <animation effect="fade" end="85" condition="true">Conditional</animation>
        </control>
        <control type="label" id="555">
        <left>30</left>
        <top>70</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="150,0" time="0" condition="Control.IsVisible(71)">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 -->
        <include condition="Skin.HasSetting(viewtotalart_video)">ViewTotalArt</include><!-- 71 -->
        </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>

Thanks bud. One of the biggest grudges i had against MQ6 was the smaller logo's, and your tips worked great. Its perfect as it used to be in MQ5.

However there's just one bit that isnt working, the menu is now plain, the textured skin is not there anymore.
Also, the colors of the fonts have changed and they have become darker, and the stars for each movie ratings have vanished.
Reply
#26
What about colored flags for Isengård (2.6.1)? Please...
KODI 20 - LibreELEC 11

Intel NUC 4250U (Haswell) in Abel H2 chassis, Philips 55OLED804
Reply
#27
I think is better wait for 2.7.0, Marcos will release soon.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#28
Thanks for your mod devilshura, I know you get asked all the time, but, will you release it for MQ6 2.7? If so, when?

Thanks for considering my request.

Regards,

Bart
Reply
#29
(2015-07-29, 00:20)bsoriano Wrote: Thanks for your mod devilshura, I know you get asked all the time, but, will you release it for MQ6 2.7? If so, when?

Thanks for considering my request.

Regards,

Bart

That would be awesome! (MQ6 2.7 - Isengard)
KODI 20 - LibreELEC 11

Intel NUC 4250U (Haswell) in Abel H2 chassis, Philips 55OLED804
Reply
#30
(2015-07-15, 10:35)devilshura Wrote: Yes, It's possible. You will edit "ViewsPosterlite.xml".
I made for your instruction, and got it:
Image
...and this:
Image
What am i doing wrong? Thank you in advance for your help.
Reply
  • 1
  • 2(current)
  • 3
  • 4
  • 5
  • 8

Logout Mark Read Team Forum Stats Members Help
MQ6 Color Flags mod1