• 1
  • 293
  • 294
  • 295(current)
  • 296
  • 297
  • 319
Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
Ok, thank you.
I will have a look at it tomorrow to try to modify the theme
First off all.. Thanks for your work. Appreciated!!!
Would like to ask if its possible to minimize the Menu or have to the lower position.
Reason: I use Movie DB with "whats new in Cinema and whats coming next" - The preview with the Menu Sidebar, which is quite big, lowers the listing of the choosen MovieDB Lists.
Maybe this can be added or any has an Idea how to get this working. Thanks
Edit: Forget about it. Did not saw that can be handled in Skin Setup. Sorry
(2020-01-15, 02:15)the_other_guy Wrote:
(2020-01-13, 23:23)mat4444 Wrote: Hello,
I would like to know if it's possible to customize the search button behaviour on the homepage ? When I click the search icon, it proposes "Search library", "Search Extensions", "Search Youtube" and "Search TheMovieDB" (sorry if it's not this exact phrasing in English, I use the interface in French...). 100% of the time, I want to search the library. Is it possible to bypass this pop-up window to automatically search my library ? (Yes, I'm super lazy ! Wink
Thanks for your help.

 <onclick condition="System.hasAddon(script.globalsearch)">RunScript(script.globalsearch)</onclick>

Hi,
My setup is not exactly as yours - The search icon opens up a pop-up window with 4 choices. I do not have the 4 icons in a row like your showed in your last post.

Image

I did find the line  
Code:
<onclick condition="System.hasAddon(script.globalsearch)">RunScript(script.globalsearch)</onclick>
in file Custom_1107_SearchDialog.xml, and I can cutomize it (removing the other 3 options i don't use).
But what I really want is to change the behavior when I click on the Search icon (the one circled in RED). Do you know which XML file to modify to prevent the opening of the pop-up dialog with the 4 choices and then force the execution of GlobalSearch ?
Thanks !
you need to edit home.xml
xml:
include content="IconButton">
                        <param name="control_id" value="801" />
                        <param name="onclick" value="ActivateWindow(1107)" />
                        <param name="icon" value="icons/search.png" />
                        <param name="label" value="$LOCALIZE[137]" />
                        <param name="height" value="95" />
                        <param name="width" value="95" />
                        <param name="texturefocus" value="" />
                        <param name="radioposx" value="28" />
                    </include>
AND
<include content="IconButton">
                        <param name="control_id" value="801" />
                        <param name="onclick" value="RunScript(script.globalsearch)" />
                        <param name="icon" value="icons/search.png" />
                        <param name="label" value="$LOCALIZE[137]" />
                    </include>

change ActivateWindow(1107) to RunScript(script.globalsearch)

with this skin the best you can do is menu item
Image
Great! Thank you so much for your help !
Hi!

I am unable to bring up fanart movie genres with estuary mod v2. There is a setting in the skin but even if I turn it on, It doesn’t work.  

If someone can tell me were to look in the xml file, so I could make a change by myself it would be appreciated. 
thank you!
Hi, thanks for the skin. How do I set the osd timeout for the player?
I found a github repo where someone else has forked this skin now is fixing bugs and updating it. 

https://github.com/reddit-reaper/skin.estuarymod
(2020-01-25, 10:55)DNKK Wrote: I found a github repo where someone else has forked this skin now is fixing bugs and updating it. 

https://github.com/reddit-reaper/skin.estuarymod
Really ! That would be awesome. Have you tried it out ?
(2020-01-25, 11:53)SirRickie Wrote:
(2020-01-25, 10:55)DNKK Wrote: I found a github repo where someone else has forked this skin now is fixing bugs and updating it. 

https://github.com/reddit-reaper/skin.estuarymod
Really ! That would be awesome. Have you tried it out ? 
I am using it now here is its change-log  if we submit bugs maybe he will fix them
https://github.com/reddit-reaper/skin.es...ngelog.txt
(2020-01-25, 15:58)DNKK Wrote:
(2020-01-25, 11:53)SirRickie Wrote:
(2020-01-25, 10:55)DNKK Wrote: I found a github repo where someone else has forked this skin now is fixing bugs and updating it. 

https://github.com/reddit-reaper/skin.estuarymod
Really ! That would be awesome. Have you tried it out ?  
I am using it now here is its change-log  if we submit bugs maybe he will fix them
https://github.com/reddit-reaper/skin.es...ngelog.txt 
I'm running version Guillouz 3.0.5. Do I first have to uninstall this version and then install the new one ? What about the req repo's/addons/additional addons ? Do i have to reinstall them ? Tnx.
(2020-01-25, 17:49)SirRickie Wrote:
(2020-01-25, 15:58)DNKK Wrote:
(2020-01-25, 11:53)SirRickie Wrote: Really ! That would be awesome. Have you tried it out ?  
I am using it now here is its change-log  if we submit bugs maybe he will fix them
https://github.com/reddit-reaper/skin.es...ngelog.txt  
I'm running version Guillouz 3.0.5. Do I first have to uninstall this version and then install the new one ? What about the req repo's/addons/additional addons ? Do i have to reinstall them ? Tnx. 

no need to uninstall  this will just update it
the addon,xml can be updated to run newer addons may fix some of the bugs
<import addon="script.skinshortcuts" version="1.0.18"/>
        <import addon="script.skin.helper.service" version="1.1.24"/>
        <import addon="script.skin.helper.widgets" version="1.0.38"/>
        <import addon="script.image.resource.select" version="2.0.4"/>

Image
I have more bugs in the new version than I had with Guilouz one... I run kodi 18.5 on Nvidia Shield and with Reaper release I can not turn off the mouse integration. If I create new menu items, there is no possibility to navigate from Top categories widget to the widget section.... I can make it only with the mouse, not with my remote.
  • 1
  • 293
  • 294
  • 295(current)
  • 296
  • 297
  • 319

Logout Mark Read Team Forum Stats Members Help
Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)17