Win kodi 18 theme mod for Esturay 2019 rework upto 6 custom menus download link
#31
(2019-02-15, 20:07)valdo lopes Wrote: In order to load the widgets, the addon should get your services in the background, the skin asks the widgets to load before the service starts, I receive that "AddonSignals call" message expired "or some error message.

Skin estuary, for some reason, carries the widget very fast. If I can delay loading widgets, I'll get rid of those messages.

Image

Thanks for everything!
got around to looking at netflix plugin
Image
https://forum.kodi.tv/showthread.php?tid=329767
Reply
#32
Thanks for this mod , am using it and very satisfied. I don't think what I am going to ask is possible but here goes.
I have the main menu focus/highlight set as a path to a custom "png" in the media folder , however the default highlight on the 3 x icons above menu side bar  is set using "hex code", I know how to set a button on main screen, for power etc using other skins so that i can use images for focus and no focus, is it possible to use an image rather than a colour code for the 3 x icons , so that I can match it with the highlight I am using for main menu items ?
Reply
#33
3 x icons above menu side bar are buttons/roundbutton-fo.png
Image
Includes_Buttons.xml
xml:
<include name="IconButton">
  <param name="height">120</param>
  <param name="visible">true</param>
  <definition>
   <control type="radiobutton" id="$PARAM[control_id]">
    <width>120</width>
    <height>$PARAM[height]</height>
    <align>center</align>
    <aligny>center</aligny>
    <onclick>$PARAM[onclick]</onclick>
    <onclick>$PARAM[onclick_2]</onclick>
    <font></font>
    <label>$PARAM[label]</label>
    <texturefocus colordiffuse="button_focus">special://skin/extras/buttons/roundbutton-fo.png</texturefocus>
    <texturenofocus />
    <radioposx>40</radioposx>
    <radioposy>0</radioposy>
    <radiowidth>40</radiowidth>
    <radioheight>40</radioheight>
    <textureradioonfocus>$PARAM[icon]</textureradioonfocus>
    <textureradioonnofocus colordiffuse="grey">$PARAM[icon]</textureradioonnofocus>
    <textureradioofffocus>$PARAM[icon]</textureradioofffocus>
    <textureradiooffnofocus colordiffuse="grey">$PARAM[icon]</textureradiooffnofocus>
    <visible>$PARAM[visible]</visible>
   </control>
  </definition>
 </include>
Reply
#34
Good morning thanks for above , sorted. Is it possible to have the ratings "star" coloured as in default estuary , am assuming the black is tied in with your modded background ?
pic1 is your custom mod , pic 2 is default estuary , many thanks again for your continued support.
ImageImage
Reply
#35
badge.png
<include name="UserRatingContent">
  <visible>!String.IsEmpty($PARAM[infolabel])</visible>
  <control type="image">
   <left>3</left>
   <top>-3</top>
   <width>44</width>
   <height>44</height>
   <aspectratio>keep</aspectratio>
   <texture colordiffuse="black">overlays/badge.png</texture>
  </control>
Includes.xml
Reply
#36
perfect tx.
Reply
#37
Me again sorry, I have downloaded "resource images. skin background.clear" , where do i find the line to change from silver to clear please ? and finally , when focussing on a widget I want the background to remain as the dimmed Image from above resource , not item fanart ?
EDIT : sorted the "resource images clear", but haven't been able to disable background fanart showing when highlighting a widget ?
Reply
#38
Hi, is there anyway I can get some icons to show when accessing and scrolling thru "genres" from both movie and tv show category widgets ? , I was thinking specifically of "Movie Genre Icons - FilmStrip HD - coloured ",or are "resource images" only usable with script skinshortcuts ?
I use your skin because it doesn't include script skin shortcuts which to me makes it faster in use.
Reply
#39
can get some icons to show when accessing and scrolling thru "genres

what u did was added to     <include content="MediaFlag"> in includes.xml


xml:
<include content="MediaFlag">
                        <param name="texture" value="$INFO[ListItem.Genre,special://skin/extras/genres/,.png]" />
                        <param name="visible" value="!String.IsEmpty($PARAM[infolabel_prefix]ListItem.Genre)" />
                    </include>
                    <include content="MediaFlag">
                        <param name="texture" value="$INFO[ListItem.Year,special://skin/extras/years/,.png]" />
                        <param name="visible" value="!String.IsEmpty($PARAM[infolabel_prefix]ListItem.Year )" />
                    </include>
                    <include content="MediaFlag">
                        <param name="texture" value="$INFO[$PARAM[infolabel_prefix]ListItem.Studio,resource://resource.images.studios.white/,.png]" />
                    </include>
                <include content="MediaFlag">
                    <param name="texture" value="$INFO[$PARAM[infolabel_prefix]ListItem.Mpaa,flags/Mpaa/,.png]" />
                    <param name="visible" value="!String.IsEmpty($PARAM[infolabel_prefix]ListItem.Mpaa)" />
                </include>

\i have the images in a folder
Reply

Logout Mark Read Team Forum Stats Members Help
kodi 18 theme mod for Esturay 2019 rework upto 6 custom menus download link0