Kodi Community Forum
Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - 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: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260)
+---- Thread: Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) (/showthread.php?tid=306757)



RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - wcndave - 2020-04-21

(2020-04-21, 20:01)kosmonaut_75 Wrote: Hi, I am new to Estuary Mod V2. How can I get rid of the easter egg wandering over my screen?? The option "Easter theme" is greyed out in Colours, I cannot change it. Please help!

settings, skin, extras, enable themes.


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Castilho - 2020-04-21

(2020-04-21, 20:01)kosmonaut_75 Wrote: Hi, I am new to Estuary Mod V2. How can I get rid of the easter egg wandering over my screen?? The option "Easter theme" is greyed out in Colours, I cannot change it. Please help!

skin settings - extras- disable theme


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Castilho - 2020-04-21

Image


Does anyone know where to edit in Home.xml to make the following changes to reposition kODI logo.
Edit the menu source.
and remove the shortcuts above


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - the_other_guy - 2020-04-22

home.xml
 reposition kODI logo.
<control type="image" id="55000">
remove the shortcuts above
<control type="grouplist" id="700">

Edit the menu source. ? have you looked at settings skin customize main menu

    <control type="fixedlist" id="9000">
menu width
xml:
    <include content="ContentPanel">
                    <param name="width" value="522" />
                    <param name="visible" value="!Skin.HasSetting(MinimizeMainMenu)" />
                </include>
                <include content="ContentPanel">
                    <param name="width" value="155" />
                    <param name="visible" value



RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Castilho - 2020-04-22

(2020-04-22, 02:35)the_other_guy Wrote: home.xml
 reposition kODI logo.
<control type="image" id="55000">
remove the shortcuts above
<control type="grouplist" id="700">

Edit the menu source. ? have you looked at settings skin customize main menu

    <control type="fixedlist" id="9000">
menu width
xml:
    <include content="ContentPanel">
                    <param name="width" value="522" />
                    <param name="visible" value="!Skin.HasSetting(MinimizeMainMenu)" />
                </include>
                <include content="ContentPanel">
                    <param name="width" value="155" />
                    <param name="visible" value

Hello thank you very much, taking advantage of you know where to change the menu font
I would like to use

RobotoCondensed-Bold

that is already included

ps; all changes have worked so far thank you


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - the_other_guy - 2020-04-22

menu font
TO MAKE CUSTOM SIZE

Font.xml
    <font>
            <name>font_flag</name>
            <filename>RobotoCondensed-Bold.ttf</filename>
            <size>40</size>
        </font>
make new 
<font>
            <name>menu name</name>any name
            <filename>RobotoCondensed-Bold.ttf</filename>
            <size>40</size> any size
        </font>

<control type="fixedlist" id="9000">

look for 
<control type="label">
                            <left>104</left>
                            <top>0</top>
                            <height>95</height>
                            <width>348</width>
                            <aligny>center</aligny>
                            <font>font37</font>
                            <label>$INFO[ListItem.Label]</label>
                            <shadowcolor>text_shadow</shadowcolor>
                            <scroll>true</scroll>
                            <visible>!Skin.HasSetting(MinimizeMainMenu)</visible>
                        </control>


 <font>font37</font> <name>menu name</name>any name


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Castilho - 2020-04-22

(2020-04-22, 04:50)the_other_guy Wrote: menu font
TO MAKE CUSTOM SIZE

Font.xml
    <font>
            <name>font_flag</name>
            <filename>RobotoCondensed-Bold.ttf</filename>
            <size>40</size>
        </font>
make new 
<font>
            <name>menu name</name>any name
            <filename>RobotoCondensed-Bold.ttf</filename>
            <size>40</size> any size
        </font>

<control type="fixedlist" id="9000">

look for 
<control type="label">
                            <left>104</left>
                            <top>0</top>
                            <height>95</height>
                            <width>348</width>
                            <aligny>center</aligny>
                            <font>font37</font>
                            <label>$INFO[ListItem.Label]</label>
                            <shadowcolor>text_shadow</shadowcolor>
                            <scroll>true</scroll>
                            <visible>!Skin.HasSetting(MinimizeMainMenu)</visible>
                        </control>


 <font>font37</font> <name>menu name</name>any name

thank you very much it was perfect.


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - kosmonaut_75 - 2020-04-24

Hi
I love the skin! How can I replace the Kodi logo on the top left with my own customized logo? I searched the thread, also home.xml, however wasn't successful.
Tim
By the way, @Castilho Thank you very much for the tip on disabling the Easter theme...


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - wcndave - 2020-04-24

(2020-04-24, 11:14)kosmonaut_75 Wrote: Hi
I love the skin! How can I replace the Kodi logo on the top left with my own customized logo? I searched the thread, also home.xml, however wasn't successful.
Tim
By the way, @Castilho Thank you very much for the tip on disabling the Easter theme...
I think it's a small logo and text next to it, so you'd have to change both.
I believe the logo is in .kodi/addons/skin.estuary.modv2/extras/icons/kodi.png


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Castilho - 2020-04-24

xml:
<control type="image"> <!-- Teste de linha -->
                                <right>0</right>
                                <top>85</top>
                                <width>900</width>
                                <height>10</height>
                                <texture>$INFO[listitem.icon]</texture>
                            </control>

how to change |<texture>$INFO[listitem.icon]</texture>| to a solid color or any image?

which folder contains the resolution images and the others I couldn't find.

@the_other_guy


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Castilho - 2020-04-24

(2020-04-24, 11:14)kosmonaut_75 Wrote: Hi
I love the skin! How can I replace the Kodi logo on the top left with my own customized logo? I searched the thread, also home.xml, however wasn't successful.
Tim
By the way, @Castilho Thank you very much for the tip on disabling the Easter theme...
I just managed to remove the icon the text is still there


xml:
<control type="image">                                      
                    <aspectratio>keep</aspectratio>
                    <width>56</width>
                    <height>56</height>
                    <texture colordiffuse="$VAR[SkinCdolorVar]">icons/lsogo.png</texture>     <!-- LOGO -->
                    <visible>!$EXP[ChristmasTheme] + !$EXP[HalloweenTheme] + !$EXP[EasterTheme] + !$EXP[ValentineTheme]</visible>
                </control>



RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - the_other_guy - 2020-04-25

skin\media  Textures.xbt
 kodi texture tool https://forum.kodi.tv/showthread.php?tid=201883 

\icons\sidemenu
Image


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Castilho - 2020-04-26

(2020-04-24, 11:41)wcndave Wrote:
(2020-04-24, 11:14)kosmonaut_75 Wrote: Hi
I love the skin! How can I replace the Kodi logo on the top left with my own customized logo? I searched the thread, also home.xml, however wasn't successful.
Tim
By the way, @Castilho Thank you very much for the tip on disabling the Easter theme...
I think it's a small logo and text next to it, so you'd have to change both.
I believe the logo is in .kodi/addons/skin.estuary.modv2/extras/icons/kodi.png

Now I can answer with more certainty vice can remove the logo in home.xml but the KODI script is located in Textures .xbt


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - armandokevin - 2020-04-26

Hello friend, by chance you will not know the id of the "list" view, in eminence mod 2. on kodi 18 Thank you.


RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Castilho - 2020-04-27

(2020-04-26, 18:51)armandokevin Wrote: Hello friend, by chance you will not know the id of the "list" view, in eminence mod 2. on kodi 18 Thank you.

This is the Estuary sub forum, already tried to look in the eminence sub forum