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...
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
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.
(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?
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)
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.
(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
### 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
(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.