Solved flix
#1
edit Includes_Home.xml
<orientation>vertical</orientation>
xml:

    <orientation>vertical</orientation>
            <top>330</top>
            <height>67%</height><width>95%</width>
edit home.xml
    <control type="group" id="2000">
                <left>462</left> change to <left>180</left>

<include>OpenClose_Right</include>
xml:

<include>OpenClose_Right</include>
                    <control type="image">
                        <left>-60</left>
                        <top>0</top>
                        <width>100%</width>
                        <height>330</height>
                        <texture colordiffuse="AAFFFFFF" >colors/black.png</texture>
                    </control>
                    <control type="label">
                        <top>25</top>
                        <left>180</left>
                        <width min="0" max="1280">auto</width>
                            <height>40</height>
                        <font>font45_title</font>
                        <label>$INFO[ListItem.Label]</label>
                            <textcolor>grey</textcolor>
                    <shadowcolor>black</shadowcolor>
                    <autoscroll delay="12000" time="4000" repeat="10000"></autoscroll>
                    </control>
                        <control type="label">
                            <top>95</top>
                            <width min="0" max="1280">auto</width>
[                            <font>font20_title</font>
                            <label>[COLOR red]($INFO[ListItem.Rating])[/COLOR][COLOR gold] ($INFO[ListItem.mpaa])[/COLOR] [COLOR green] ($INFO[ListItem.year])[/COLOR][COLOR pink] ($INFO[ListItem.genre])[/COLOR][COLOR blue] ($INFO[ListItem.Duration] )[/COLOR] </label>
                        <textcolor>white</textcolor>
                            <visible>!String.IsEmpty(ListItem.mpaa)</visible>
                    </control>
                    <control type="textbox">
                                    <top>179</top>
                    <width min="0" max="1280">auto</width>
                    <font>font20_title</font>
                    <label>$VAR[ShiftRightTextBoxVar]</label>
                    <autoscroll time="3000" delay="7000" repeat="5000">!System.HasActiveModalDialog + Skin.HasSetting(AutoScroll)</autoscroll>
                    <height>150</height>
                </control>
                        <control type="image">
                        <left>1300</left>
                        <top>80</top>
                        <width>480</width>
                        <height>250</height>
                            <aspectratio>scale</aspectratio>
                <texture background="true">$VAR[FanartImageVar]</texture>
                    </control>
                
                <control type="textbox">
                        <top>0</top>
                        <width>540</width>
                        <autoscroll time="3000" delay="3000" repeat="5000">!System.HasModalDialog + Skin.HasSetting(AutoScroll)</autoscroll>
                        <label>$VAR[ListBoxInfoVar]</label>
                        <visible>String.IsEqual(ListItem.DBType,song)</visible>
                    </control>
line 891 the menu
<param name="width" value="522" /> change <param name="width" value="180" />
<width>462</width> <width>180</width>

<width>462</width> <width>100</width>
remove 
xml:

    <control type="label">
                            <left>104</left>
                            <top>0</top>
                            <height>95</height>
                            <width>560</width>
                            <aligny>center</aligny>
                            <font>font37</font>
                            <label>$INFO[ListItem.Label]</label>
                            <shadowcolor>text_shadow</shadowcolor>
                        </control>
    <control type="label">
                            <left>104</left>
                            <top>0</top>
                            <height>95</height>
                            <width>560</width>
                            <aligny>center</aligny>
                            <font>font37</font>
                            <label>$INFO[ListItem.Label]</label>
                            <shadowcolor>text_shadow</shadowcolor>
                        </control>
ImageImage
Reply
#2
Good stuff, I also made the switch to an icons-only menu.

For settings/search/power try this:

Append to the end of menu after weather:

xml:

                        <item>
                            <label>$LOCALIZE[21417]</label>
                            <onclick>ActivateWindow(settings)</onclick>
                            <thumb>icons/sidemenu/settings.png</thumb>
                        </item>
                        <item>
                            <label>$LOCALIZE[137]</label>
                            <onclick>ActivateWindow(1107)</onclick>
                            <thumb>icons/sidemenu/search.png</thumb>
                        </item>
                        <item>
                            <label>$LOCALIZE[33060]</label>
                            <onclick>ActivateWindow(shutdownmenu)</onclick>
                            <thumb>icons/sidemenu/power.png</thumb>
                        </item>

Remove the entire control 700

<control type="grouplist" id="700">

Heres the modified icon files so they can be moved to the side menu: https://files.fm/u/zbh3hrhgc (changed to a host without captcha)


Thanks for sharing.

**  EDIT

I forgot to mention, once the control 700 is gone you're still going to want the side menu to wrap so put this under control 9000

xml:

                    <onup>SetFocus(9000,99,absolute)</onup>
                    <ondown>SetFocus(9000,0,absolute)</ondown>
Reply
#3
Forgive my ignorance , but which one of your mods is this view in @the_other_guy. ?
EDIT: I can see now after editing a fresh skin.estuary that this is what it's aimed at , sorry.
Reply
#4
Gone a little bit further with this. Set it with a bigger title font to fill that top bar. 
Also now, from main menu , when you press right and highlight a widget , the  Header Title , kodi icon and clock time all are hidden. This allows the fanart image top right to be moved up into the black background fully. Looks better imo.  Happy to post link for edited files if anybody wants this. ImageImageImage
Reply
#5
Looks good!

Post a mod skin addon zip anyway so people can check it out.
Reply
#6
https://www.dropbox.com/s/ny8m47xllr1gu4...x.zip?dl=0

I don't use categories , so disable categories in skin settings .
Haven't looked at home screen image for main menu items other than movies and tv shows yet.
Reply
#7
Cool

You should change your addon name and ID in the addon.xml as it overwrites the default skin.

If I may suggest:

xml:
<addon id="skin.estuary.flix" version="3.0.5" name="Estuary Flix" provider-name="phil65, Ichabod Fletchman modified by ontop">
Reply
#8
Done.
Reply

Logout Mark Read Team Forum Stats Members Help
flix0