Kodi Community Forum
Mod Estuary MOD V2 Matrix/Nexus/Omega KN Edition - 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 Matrix/Nexus/Omega KN Edition (/showthread.php?tid=366400)



RE: Estuary MOD V2 Matrix/Nexus KN Edition - spl147 - 2022-08-08

to name a few:

changed HDR and HDR+ flags to HDR10 and HDR10+
removed audio channels for files with atmos and dts-x as they are object based not channel based
added setting for debug labels and grid (useful for skinning)
removed redundant mpaa, and votes flags due to info being viewable under actors (i will add them to the media flag settings so the are selectable)

there are alot more...


RE: Estuary MOD V2 Matrix/Nexus KN Edition - Swimfan02 - 2022-08-10

Is it possible to add an option for text alignment for the episode summaries when in a list view? It seems the text is all justified, adding large spaces between words making it difficult to read.

Just a nitpick I know, I love the work and this one change would make a big difference in my user experience


RE: Estuary MOD V2 Matrix/Nexus KN Edition - _BJ1 - 2022-08-10

The textbox doesn't allow variable text alignment controlled by an option (and therefore a skin variable plus an include). I've tried this the usual way with an include - sorry, not possible.


RE: Estuary MOD V2 Matrix/Nexus KN Edition - spl147 - 2022-08-11

(2022-08-10, 23:17)_BJ1 Wrote: The textbox doesn't allow variable text alignment controlled by an option (and therefore a skin variable plus an include). I've tried this the usual way with an include - sorry, not possible.

perhaps just remove the double spacing. what is the name of the include?


RE: Estuary MOD V2 Matrix/Nexus KN Edition - spl147 - 2022-08-11

Just a FYI if anyone uses the OSMC OS for me it's the Vero4K+, see here: https://github.com/b-jesch/skin.estuary.modv2/issues/70


RE: Estuary MOD V2 Matrix/Nexus KN Edition - _BJ1 - 2022-08-11

That was an experimental temporary include, not a real existing include. While 

xml:
<include name="ItemTop">
<definition>
<top>$PARAM[top]</top>
</definition>
</include
and
xml:
<include name="ItemTop" condition="Skin.HasSetting(condition)">
<param name="top" value=$VAR[someVar] />
</include>

works for attributes like top|bottom|left|right etc this won't work for the align attribute in textboxes (change top to align and set value to left|center|right|justify)


RE: Estuary MOD V2 Matrix/Nexus KN Edition - _BJ1 - 2022-08-11

(2022-08-11, 15:56)spl147 Wrote: Just a FYI if anyone uses the OSMC OS for me it's the Vero4K+, see here: https://github.com/b-jesch/skin.estuary.modv2/issues/70
Strange.

EDIT: Has been fixed with the last github commit.

EDIt_2: Possible may there some orphaned strings in the wild in future...


RE: Estuary MOD V2 Matrix/Nexus KN Edition - spl147 - 2022-08-17

i overhauled the power menu, instead of having a toggle for extended power menu, i just created a custom page where ALL power menu options can be toggled. still working on the order in the list. if interested i can submit the pull request?

Image
Image
Image


RE: Estuary MOD V2 Matrix/Nexus KN Edition - spl147 - 2022-08-17

i did a similar setup for the Dialoginfo metadata on the DialogVideoInfo.xml screen

Image
Image
Image
Image


RE: Estuary MOD V2 Matrix/Nexus KN Edition - spl147 - 2022-08-17

and expanded the Configure media flags to include ALL possible flags

All my changes are here: https://github.com/C4Wiz/skin.estuary.modv2


RE: Estuary MOD V2 Matrix/Nexus KN Edition - _BJ1 - 2022-08-17

I thought about the power menu for a moment, but no. There's to much configuration overhead. Some menu item depends on the system functionality, e.g. Suspend. If this option is enabled and the system couldn't suspend the user is wondering why this option is not shown even when he has enabled this in the option menu. Same for media flags like IMDB, RT or Metacritics. They most depends to the capability of the used scraper if they are present or not and therefore visible (or not).

But thank you anyway for the offer.


RE: Estuary MOD V2 Matrix/Nexus KN Edition - spl147 - 2022-08-17

(2022-08-17, 18:02)_BJ1 Wrote: I thought about the power menu for a moment, but no. There's to much configuration overhead. Some menu item depends on the system functionality, e.g. Suspend. If this option is enabled and the system couldn't suspend the user is wondering why this option is not shown even when he has enabled this in the option menu. Same for media flags like IMDB, RT or Metacritics. They most depends to the capability of the used scraper if they are present or not and therefore visible (or not).

But thank you anyway for the offer.
yep all of that is already done! just like it was before, just added a toggle. but still system dependant. i was also thinking of adding visibility to the selection menu, so if the system can't do it you can't select it


RE: Estuary MOD V2 Matrix/Nexus KN Edition - _BJ1 - 2022-08-17

​### 3.4.2+matrix.1 / 4.0.2+nexus.1 ###​
  • Transparency of label background of widgets (Flix view) customizable
  • semitransparent Background for plot in video info added
  • Overlay texture in Flix view changed
  • fix wrong behaviour on info button if a movie is paused
  • reorder language ids above 40xxx to 31xxx and usages to fit within the recommended range for skins

For personal reasons, this is the last update for a longer period of time. Be patient, I'll be back Wink


RE: Estuary MOD V2 Matrix/Nexus KN Edition - SirRickie - 2022-08-17

(2022-08-17, 16:46)spl147 Wrote: and expanded the Configure media flags to include ALL possible flags

All my changes are here: https://github.com/C4Wiz/skin.estuary.modv2
Hello, I want to try your version of this awesome skin. Can you clarify step by step how to install it ? Tnx.


RE: Estuary MOD V2 Matrix/Nexus KN Edition - spl147 - 2022-08-18

(2022-08-17, 23:48)SirRickie Wrote:
(2022-08-17, 16:46)spl147 Wrote: and expanded the Configure media flags to include ALL possible flags

All my changes are here: https://github.com/C4Wiz/skin.estuary.modv2
Hello, I want to try your version of this awesome skin. Can you clarify step by step how to install it ? Tnx.
https://github.com/C4Wiz/skin.estuary.modv2/archive/refs/heads/master.zip

then goto addons, install from zip