Kodi Community Forum
Mod Estuary MOD - KODI 17 (DISCONTINUED) - 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 - KODI 17 (DISCONTINUED) (/showthread.php?tid=267343)



RE: Estuary MOD (UPDATED 14/08/16) - tfraley - 2016-08-17

Good day guys,

Must say awesome skin/mod..

I have a question, I don't know if it's possible as maybe I'm overlooking something with custom menus.

Can I add a widget to a menu and make it multiple lines?

So if I only want one widget to a specific menu could I have it scroll down instead of the standard one line scroll sideways?

I'm new to the mod and surely can be overlooking or missing how to do this..


Thanks


RE: Estuary MOD (UPDATED 14/08/16) - Guilouz - 2016-08-17

(2016-08-17, 00:17)tfraley Wrote: Good day guys,

Must say awesome skin/mod..

I have a question, I don't know if it's possible as maybe I'm overlooking something with custom menus.

Can I add a widget to a menu and make it multiple lines?

So if I only want one widget to a specific menu could I have it scroll down instead of the standard one line scroll sideways?

I'm new to the mod and surely can be overlooking or missing how to do this..


Thanks

You can configure items menu and widgets like you want. If you want just one row for widgets and scroll to have others you need to use horizontal advanced menu.


RE: Estuary MOD (UPDATED 14/08/16) - jctennis - 2016-08-17

By default the epg is very small and doesn't show channel logos. Are there any plans to make some of this configurable in the future?

Thank you for the excellent skin.

Sent from my Nexus 6


RE: Estuary MOD (UPDATED 14/08/16) - emiralles - 2016-08-17

(2016-08-16, 20:21)ikaruz Wrote: precisely this idea I wanted today request it Smile
but without logo. what if the logo is white and have no drop shadow ? right you see nothing ;|

can you make it without the logo ? or show me what i must edit for me


Change this;

Code:
<!-- añadido por mi -->
<!--                    <control type="image" id="1999999">
                        <left>130</left>
                        <top>50</top>
                        <align>center</align>
                        <aligny>center</aligny>
                        <description>Artist Logo</description>
                        <width>265</width>
                        <height>105</height>
                        <aspectratio>keep</aspectratio>
                        <texture background="true" fallback="empty.png">$INFO[Skin.String(pathlogosartists)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
                        <fadetime>300</fadetime>
                        <animation effect="slide" end="240,0" time="300" reverisble="true" condition="Player.Playing">Conditional</animation>
                        <animation effect="slide" end="0,0" time="300" reverisble="true" condition="!Player.Playing">Conditional</animation>
                        <animation effect="rotate" end="-360" center="262,253" time="4800" loop="true" reversible="false" condition="Skin.HasSetting(show_disc)">Conditional</animation>
                        <visible>String.IsEqual(Control.GetLabel(88888),cd-blank.png)</visible>
                        <visible>Skin.HasSetting(show_disc)</visible>
                    </control>
                    <control type="image">
                        <left>130</left>
                        <top>50</top>
                        <align>center</align>
                        <aligny>center</aligny>
                        <description>Artist Logo</description>
                        <width>265</width>
                        <height>105</height>
                        <aspectratio>keep</aspectratio>
                        <texture background="true">$INFO[Window(Home).Property(SkinHelper.Player.Music.ClearLogo)]</texture>
                        <fadetime>300</fadetime>
                        <visible>String.IsEqual(Control.GetLabel(88888),cd-blank.png)</visible>
                        <visible>String.Contains(Control.GetLabel(1999999),empty.png)</visible>
                        <visible>Skin.HasSetting(show_disc)</visible>
                        <animation effect="slide" end="240,0" time="300" reverisble="true" condition="Player.Playing">Conditional</animation>
                        <animation effect="slide" end="0,0" time="300" reverisble="true" condition="!Player.Playing">Conditional</animation>
                        <animation effect="rotate" end="-360" center="262,253" time="4800" loop="true" reversible="false" condition="Skin.HasSetting(show_disc)">Conditional</animation>
                    </control>
-->                    <control type="label">
                        <left>110</left>
                        <top>50</top>
                        <width>265</width>
                        <height>89</height>
                        <align>center</align>
                        <aligny>center</aligny>
                        <font>fontCDartist</font>
                        <visible>String.IsEqual(Control.GetLabel(88888),cd-blank.png)</visible>
                        <label>$INFO[MusicPlayer.Artist, ,]</label>
                        <animation effect="slide" end="240,0" time="300" reverisble="true" condition="Player.Playing">Conditional</animation>
                        <animation effect="slide" end="0,0" time="300" reverisble="true" condition="!Player.Playing">Conditional</animation>
                        <animation effect="rotate" end="-360" center="262,253" time="4800" loop="true" reversible="false" condition="Skin.HasSetting(show_disc)">Conditional</animation>
                        <textcolor>black</textcolor>
                        <wrapmultiline>true</wrapmultiline>
                                                <visible>Skin.HasSetting(show_disc)</visible>
                    </control>
                    <control type="label">
                        <left>110</left>
                        <top>340</top>
                        <width>280</width>
                        <height>99</height>
                        <align>center</align>
                        <aligny>center</aligny>
                        <font>fontCDalbum</font>
                        <visible>String.IsEqual(Control.GetLabel(88888),cd-blank.png)</visible>
                        <label>$INFO[MusicPlayer.Album, ,]</label>
                        <animation effect="slide" end="240,0" time="300" reverisble="true" condition="Player.Playing">Conditional</animation>
                        <animation effect="slide" end="0,0" time="300" reverisble="true" condition="!Player.Playing">Conditional</animation>
                        <animation effect="rotate" end="-360" center="262,253" time="4800" loop="true" reversible="false" condition="Skin.HasSetting(show_disc)">Conditional</animation>
                        <textcolor>black</textcolor>
                        <wrapmultiline>true</wrapmultiline>
                        <visible>Skin.HasSetting(show_disc)</visible>
                    </control>                    
<!-- Fin de Añadido por mi -->



RE: Estuary MOD (UPDATED 14/08/16) - Hardax - 2016-08-17

(2016-08-17, 00:17)tfraley Wrote: Good day guys,

Must say awesome skin/mod..

I have a question, I don't know if it's possible as maybe I'm overlooking something with custom menus.

Can I add a widget to a menu and make it multiple lines?

So if I only want one widget to a specific menu could I have it scroll down instead of the standard one line scroll sideways?

I'm new to the mod and surely can be overlooking or missing how to do this..


Thanks

A while back I wanted to do the same thing as you. One widget, say "Recently Added Movies" that fills the screen with posters and you can scroll down like you would in the poster library view. Defiantly not possible as is unless Guilouz adds that functionality.


RE: Estuary MOD (UPDATED 14/08/16) - ikaruz - 2016-08-17

thanks @emiralles


RE: Estuary MOD (UPDATED 14/08/16) - tfraley - 2016-08-17

(2016-08-17, 14:48)Hardax Wrote:
(2016-08-17, 00:17)tfraley Wrote: Good day guys,

Must say awesome skin/mod..

I have a question, I don't know if it's possible as maybe I'm overlooking something with custom menus.

Can I add a widget to a menu and make it multiple lines?

So if I only want one widget to a specific menu could I have it scroll down instead of the standard one line scroll sideways?

I'm new to the mod and surely can be overlooking or missing how to do this..


Thanks


A while back I wanted to do the same thing as you. One widget, say "Recently Added Movies" that fills the screen with posters and you can scroll down like you would in the poster library view. Defiantly not possible as is unless Guilouz adds that functionality.


Thanks buddy, At least I know that I'm not overlooking something..


RE: Estuary MOD (UPDATED 14/08/16) - tfraley - 2016-08-17

Hey guys,

So I have Estuary Mod running on AppleTV as well an iMac and MacBook pro

I have custom menus setup with widgets pointed to addons

Example..

Movies
widget goes to addon - trending moves
A few more widgets
TVShows
widget goes to addon - trending tv shows
A few more widgets

Now the issue is with lag really.

When I go though the menu items (ie movies/tv shows)
I can see the widgets titles change, however, it could take 4-10 seconds before the posers load in the widgets.
At first, I thought maybe it was may AppleTV but I have since installed on my iMac and MacBook with same results

is this normal.. local library posters load instantly but that's expected because posters are downloaded,

I guess I'm looing to see if this is working as expected or if some kinda of bug or error creating longer poster loads.


thanks in advance


Estuary MOD (UPDATED 14/08/16) - Guilouz - 2016-08-17

(2016-08-17, 21:35)tfraley Wrote: Hey guys,

So I have Estuary Mod running on AppleTV as well an iMac and MacBook pro

I have custom menus setup with widgets pointed to addons

Example..

Movies
widget goes to addon - trending moves
A few more widgets
TVShows
widget goes to addon - trending tv shows
A few more widgets

Now the issue is with lag really.

When I go though the menu items (ie movies/tv shows)
I can see the widgets titles change, however, it could take 4-10 seconds before the posers load in the widgets.
At first, I thought maybe it was may AppleTV but I have since installed on my iMac and MacBook with same results

is this normal.. local library posters load instantly but that's expected because posters are downloaded,

I guess I'm looing to see if this is working as expected or if some kinda of bug or error creating longer poster loads.


thanks in advance


Normal, trending movies/tv shows are contents from internet, depends of your internet connection.


RE: Estuary MOD (UPDATED 14/08/16) - tfraley - 2016-08-17

(2016-08-17, 21:39)Guilouz Wrote:
(2016-08-17, 21:35)tfraley Wrote: Hey guys,

So I have Estuary Mod running on AppleTV as well an iMac and MacBook pro

I have custom menus setup with widgets pointed to addons

Example..

Movies
widget goes to addon - trending moves
A few more widgets
TVShows
widget goes to addon - trending tv shows
A few more widgets

Now the issue is with lag really.

When I go though the menu items (ie movies/tv shows)
I can see the widgets titles change, however, it could take 4-10 seconds before the posers load in the widgets.
At first, I thought maybe it was may AppleTV but I have since installed on my iMac and MacBook with same results

is this normal.. local library posters load instantly but that's expected because posters are downloaded,

I guess I'm looing to see if this is working as expected or if some kinda of bug or error creating longer poster loads.


thanks in advance


Normal, trending movies/tv shows are contents from internet, depends of your internet connection.

Gottch thats what I figured.
But the delay dosn't seeem so bad in the addon it self..

But that you for the comfimation.
It's just hindering how I want to set things up Sad


RE: Estuary MOD (UPDATED 14/08/16) - elchupete - 2016-08-17

(2016-08-17, 18:22)tfraley Wrote: Thanks buddy, At least I know that I'm not overlooking something..

Try using the HUB Widget


RE: Estuary MOD (UPDATED 17/08/16) - Guilouz - 2016-08-17

New Update 1.5.3 on repository :

• Add aired time, season and episode number for next aired widget
Image

• Add fallback music disc (Thanks emiralles)
Image Image

• Add possibility to delete / add more one rule for smartplaylist
Image

• Improve esthetic appearance
• Fix media settings icon
• Krypton : Update DialogGameControllers.xml
• Krypton : Show playspeed on video OSD


RE: Estuary MOD (UPDATED 17/08/16) - bmonster - 2016-08-17

Hi,
Can no longer change TV channels while full screen using the up and down arrows and OK with latest build.
Still works program CH +/-


RE: Estuary MOD (UPDATED 17/08/16) - tfraley - 2016-08-17

(2016-08-17, 22:40)elchupete Wrote:
(2016-08-17, 18:22)tfraley Wrote: Thanks buddy, At least I know that I'm not overlooking something..

Try using the HUB Widget

Thanks, Just tried it again it doesn't seem to make a difference in load times for me.


Estuary MOD (UPDATED 17/08/16) - Guilouz - 2016-08-17

(2016-08-17, 23:42)bmonster Wrote: Hi,
Can no longer change TV channels while full screen using the up and down arrows and OK with latest build.
Still works program CH +/-


Not a skin issue, I did not touch to TV part.


Envoyé de mon iPhone en utilisant Tapatalk