Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 90
  • 91
  • 92(current)
  • 93
  • 94
  • 418
Arctic: Zephyr - Reloaded
(2020-12-28, 22:04)beatmasterrs Wrote:
(2020-12-28, 22:02)taksamo Wrote:
(2020-12-28, 21:42)beatmasterrs Wrote: Do you mean the "Show now playing video in background" setting?
Have you installed the latest version from github or from the matrix-repository?
Can you describe the issue in more detail? (Screenshots, settings,...)

Thx Smile

Yes, this option.
Updated from matrix-repository.
Please see photos below:
as you can see, no video showing in background

Thx, please test the latest version from github:

https://github.com/beatmasterRS/skin.arc...master.zip

I hope this will fix this issue.

Solved!
Thank you for your help.
Reply
I'd like to try this skin, but it says something about xbmc.python 2.26.0 dependency can't be fulfilled. I've installed Kodi 19 beta 2 and downloaded the Matrix version. I tried both the repo and direct zip.
Reply
(2020-12-28, 22:46)Gerben321 Wrote: I'd like to try this skin, but it says something about xbmc.python 2.26.0 dependency can't be fulfilled. I've installed Kodi 19 beta 2 and downloaded the Matrix version. I tried both the repo and direct zip.

For Kodi 19 you need the matrix version of this skin mod. The latest version is 

https://github.com/beatmasterRS/skin.arc...master.zip
Reply
1. In 'Settings-Home-Home Menu Bar', if I select all of 'Show Icon, Show Icon Only, Label, Show Header (Home)', the label of the icon is superimposed on the header on the home screen.

Image

Image

It would be nice if the label of the icon was displayed instead of the header where the header was displayed.

2. When selecting Matrix OSD mode, the buttons are too far from the bottom of the screen. It would be nice to adjust it down a bit.

Image

And I would like to make the transparent background of the matrix OSD mode a little bit more opaque. The button is hard to see on a white screen.

3. In side OSD mode, the rating part is not displayed properly. In addition, unnecessary tags may be displayed among the displayed contents.

Image
Reply
Hello

Q: How to add widget menu additionally at Customize Main Menu?

Settings-> Skin settings -> Home -> Custom home menu -> Customize Main Menu

I am using Arctic Zephyr: Leia mod.
Currently, it can add up to 5 widgets for each sections, but I want to add one more with code work.

This is now what I see.
Image

I added some work to add "NEW Widget 1"

Includes.xml
xml:

<control type="button" id="9106" description="Custom">
            <width>100%</width>
            <height>66</height>
            <label>NEW Widget 1 $VAR[LabelWidget6]</label>
            <label2>$VAR[LabelWidgetShortcutsName6]</label2>
            <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
            <align>left</align>
            <include>DefDialogButtonsGradient</include>
            <onclick>SetProperty(skinshortcuts-Widget,6,Home)</onclick>
            <onclick>SetFocus(4590)</onclick>
            <animation effect="fade" start="100" end="50" time="0" condition="!String.Contains(Container(211).ListItem.Property(widgetEnable.6),yes)">Conditional</animation>
            <visible>String.IsEmpty(Window(Home).Property(skinshortcuts-Widget))</visible>
            <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
            <visible>[Skin.HasSetting(home.vertical) + Skin.HasSetting(home.vertical.widgets)] | [Skin.HasSetting(home.modernwidgets)  + Skin.HasSetting(home.vertical.widgets)]</visible>
</control>
Includes_Labels.xml
xml:

<variable name="LabelWidget6">
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetFullscreen.6),yes)">$LOCALIZE[37886]</value>
        <value/>
    </variable>
<variable name="LabelWidgetShortcutsName6">
        <value condition="!String.IsEmpty(Container(211).ListItem.Property(widgetName.6))">$INFO[Container(211).ListItem.Property(widgetName.6)]</value>
        <value condition="!String.IsEmpty(Container(211).ListItem.Property(background.6))">$LOCALIZE[31110]</value>
        <value>$LOCALIZE[31269]</value>
</variable>
<variable name="Enable6">
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetEnable.6),yes)">$LOCALIZE[305]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetEnable.6),no)">$LOCALIZE[1223]</value>
        <value>$LOCALIZE[1223]</value>
</variable>
 <variable name="LabelWidgetType6">
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgettarget.6),system)">$LOCALIZE[31263]</value>
        <value condition="String.IsEmpty(Container(211).ListItem.Property(widgetaspect.6)) | String.IsEqual(Container(211).ListItem.Property(widgetaspect.5),Poster)">$LOCALIZE[31262]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Square)">$LOCALIZE[31263]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Fanart)">$LOCALIZE[31265]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Banner) + [$EXP[HomeIsModernMultiWidgets] | $EXP[HomeIsVerticalMultiWidgets]]">$LOCALIZE[20020]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Banner) + !$EXP[HomeIsModernMultiWidgets] + !$EXP[HomeIsVerticalMultiWidgets]">[color=FFC00000]$LOCALIZE[20020] - $LOCALIZE[10005][/color]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Thumbnail)">$LOCALIZE[31264]</value>
</variable>
<variable name="LabelAspectRatio6">
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetAspectRatio.6),scale)">$LOCALIZE[37874]</value>
        <value>$LOCALIZE[602]</value>
</variable>
<variable name="LabelSortBy6">
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),lastplayed)">$LOCALIZE[568]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),title)">$LOCALIZE[369]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),tvshowtitle)">$LOCALIZE[36902]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),date)">$LOCALIZE[552]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),artist)">$LOCALIZE[557]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),album)">$LOCALIZE[558]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),tracknumber)">$LOCALIZE[554]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),channelnumber)">$LOCALIZE[19029]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),year)">$LOCALIZE[345]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),dateadded)">$LOCALIZE[570]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),random)">$LOCALIZE[590]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),rating)">$LOCALIZE[563]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),userrating)">$LOCALIZE[38018]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSortby.6),lastused)">$LOCALIZE[12012]</value>
        <value>$LOCALIZE[571]</value>
</variable>
<variable name="LabelSort6">
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSort.6),ascending)">$LOCALIZE[584]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetSort.6),descending)">$LOCALIZE[585]</value>
        <value>$LOCALIZE[571]</value>
</variable>
<variable name="AutoScrollTime6">
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetAuto.6),5000)"> 5 $LOCALIZE[37899]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetAuto.6),7000)"> 7 $LOCALIZE[37899]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetAuto.6),10000)"> 10 $LOCALIZE[37899]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetAuto.6),15000)"> 15 $LOCALIZE[37899]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetAuto.6),20000)"> 20 $LOCALIZE[37899]</value>
        <value condition="String.IsEqual(Container(211).ListItem.Property(widgetAuto.6),25000)"> 25 $LOCALIZE[37899]</value>
        <value>$LOCALIZE[1223]</value>
</variable>
script-skinshortcuts.xml
xml:

<!-- KM Widget 6 -->
 <control type="grouplist" id="9800">
                <onleft>ClearProperty(skinshortcuts-Widget,Home)</onleft>
                <onleft>SetFocus(7011)</onleft>
                <onright>ClearProperty(skinshortcuts-Widget,Home)</onright>
                <onright>SetFocus(7011)</onright>
                <onback>ClearProperty(skinshortcuts-Widget,Home)</onback>
                <onup>9700</onup>
                <ondown>9800</ondown>
                <right>15</right>
                <bottom>18</bottom>
                <width>820</width>
                <height>549</height>
                <orientation>vertical</orientation>
                <itemgap>3</itemgap>
                <visible>String.IsEqual(Window(Home).Property(skinshortcuts-Widget),6)</visible>
                <control type="button" id="4590">
                    <description>Enable</description>
                    <width>100%</width>
                    <height>66</height>
                    <include>DefDialogButtonsGradient</include>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <label>126</label>
                    <label2>$VAR[Enable6]</label2>
                    <visible allowhiddenfocus="true">String.IsEqual(Window(Home).Property(skinshortcuts-Widget),6)</visible>
                    <onclick condition="String.IsEmpty(Container(211).ListItem.Property(widgetEnable.6))">SetProperty(customProperty,widgetEnable.6)</onclick>
                    <onclick condition="String.IsEmpty(Container(211).ListItem.Property(widgetEnable.6))">SetProperty(customValue,yes)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetEnable.6),yes)">SetProperty(customProperty,widgetEnable.6)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetEnable.6),yes)">SetProperty(customValue,no)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetEnable.6),no)">SetProperty(customProperty,widgetEnable.6)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetEnable.6),no)">SetProperty(customValue,yes)</onclick>
                    <onclick>SendClick(404)</onclick>
                </control>
                <control type="button" id="4591" description="Widget">
                    <width>100%</width>
                    <height>66</height>
                    <label>$LOCALIZE[31266] 6</label>
                    <label2>$VAR[LabelWidgetShortcutsName6]</label2>
                    <onclick>SetProperty(widgetID,6)</onclick>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <include>DefDialogButtonsGradient</include>
                    <onclick>SendClick(312)</onclick>
                </control>
                <control type="radiobutton" id="10034" description="Widget Aspect">
                    <radioposx>760</radioposx>
                    <selected>String.IsEqual(Container(211).ListItem.Property(widgetFullscreen.6),yes)</selected>
                    <width>100%</width>
                    <height>66</height>
                    <label>$LOCALIZE[37885]</label>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <onclick>SetProperty(customProperty,widgetFullscreen.6)</onclick>
                    <onclick condition="!String.IsEqual(Container(211).ListItem.Property(widgetFullscreen.6),yes)">SetProperty(customValue,yes)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetFullscreen.6),yes)">SetProperty(customValue,)</onclick>
                    <onclick>SendClick(404)</onclick>
                    <include>DefDialogButtonsGradient</include>
                    <enable>$EXP[HomeIsModernMultiWidgets] | $EXP[HomeIsVerticalMultiWidgets]</enable>
                </control>
                <control type="button" id="9821" description="Widget Aspect">
                    <width>100%</width>
                    <height>66</height>
                    <label>$LOCALIZE[31261]</label>
                    <label2>$VAR[LabelWidgetType6]</label2>
                    <onclick>SetProperty(widgetID,6)</onclick>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <include>DefDialogButtonsGradient</include>
                    <onclick>SetProperty(customProperty,widgetaspect.6)</onclick>
                    <onclick condition="String.IsEmpty(Container(211).ListItem.Property(widgetaspect.6)) | String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Poster)">SetProperty(customValue,Square)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Square)">SetProperty(customValue,Fanart)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Fanart) + [$EXP[HomeIsModernMultiWidgets] | $EXP[HomeIsVerticalMultiWidgets]]">SetProperty(customValue,Banner)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Banner) + [$EXP[HomeIsModernMultiWidgets] | $EXP[HomeIsVerticalMultiWidgets]]">SetProperty(customValue,Thumbnail)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Fanart) + !$EXP[HomeIsModernMultiWidgets] + !$EXP[HomeIsVerticalMultiWidgets]">SetProperty(customValue,Thumbnail)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Thumbnail)">SetProperty(customValue,Poster)</onclick>
                    <onclick>SendClick(404)</onclick>
                    <enable>!String.IsEqual(Container(211).ListItem.Property(widgettarget.6),system)</enable>
                </control>
                <control type="radiobutton" id="4592" description="Widget Aspect">
                    <radioposx>760</radioposx>
                    <selected>!String.IsEqual(Container(211).ListItem.Property(widgetClearLogoThumb.6),no)</selected>
                    <width>100%</width>
                    <height>66</height>
                    <label>37796</label>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <include>DefDialogButtonsGradient</include>
                    <visible>String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Thumbnail)</visible>
                    <onclick>SetProperty(customProperty,widgetClearLogoThumb.6)</onclick>
                    <onclick condition="!String.IsEqual(Container(211).ListItem.Property(widgetClearLogoThumb.6),no)">SetProperty(customValue,no)</onclick>
                    <onclick condition="String.IsEqual(Container(211).ListItem.Property(widgetClearLogoThumb.6),no)">SetProperty(customValue,)</onclick>
                    <onclick>SendClick(404)</onclick>
                </control>
                <control type="button" id="10005" description="Widget Aspect">
                    <width>100%</width>
                    <height>66</height>
                    <label>37872</label>
                    <label2>$VAR[LabelAspectRatio6]</label2>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <include>DefDialogButtonsGradient</include>
                    <visible>String.IsEqual(Container(211).ListItem.Property(widgetaspect.6),Square)</visible>
                </control>
                <control type="button" id="9802" description="Widget Aspect">
                    <width>100%</width>
                    <height>66</height>
                    <label>581</label>
                    <label2>$VAR[LabelSortBy6]</label2>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <include>DefDialogButtonsGradient</include>
                </control>
                <control type="button" id="9803">
                    <description>Change widget 1 sort order</description>
                    <width>100%</width>
                    <height>66</height>
                    <include>DefDialogButtonsGradient</include>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <label>580</label>
                    <label2>$VAR[LabelSort6]</label2>
                </control>
                <control type="button" id="4593">
                    <description>Enable</description>
                    <width>100%</width>
                    <height>66</height>
                    <include>DefDialogButtonsGradient</include>
                    <visible>String.IsEqual(Window.Property(groupname),mainmenu)</visible>
                    <texturenofocus colordiffuse="Black12" border="5">common/box.png</texturenofocus>
                    <align>left</align>
                    <enable>[Skin.HasSetting(home.vertical.widgets) | [Skin.HasSetting(home.modernwidgets)  + Skin.HasSetting(home.vertical.widgets)]] + !String.IsEqual(Container(211).ListItem.Property(widgetListType),list)</enable>
                    <label>$LOCALIZE[37790]</label>
                    <label2>$VAR[AutoScrollTime6]</label2>
                    <visible>[Skin.HasSetting(home.vertical) + Skin.HasSetting(home.vertical.widgets)] | [Skin.HasSetting(home.modernwidgets)  + Skin.HasSetting(home.vertical.widgets)]</visible>
                </control>
</control>
With this adding, I can get Widget 6 as below
Image
Image
Now, I am looking for what else to need to work and so far I found one things at skin folder (also need to work more to get widget menu addtionally?)

shortcuts/template.xml

When I am searching as "Widget5"(to referring), I can found 
xml:

<!-- InfoSub -->
            <control type="group" id="301$SKINSHORTCUTS[id]219">
                <visible>[Integer.IsGreater(Container(301$SKINSHORTCUTS[id]1).NumItems,0) | Container(301$SKINSHORTCUTS[id]1).IsUpdating] + [$SKINSHORTCUTS[isfullscreenwidget] | [ !$EXP[Widget2Enabled] + !$EXP[Widget3Enabled] + !$EXP[Widget4Enabled] + !$EXP[Widget5Enabled] ] ]</visible>
...

 <!-- InfoSub -->
            <control type="group" id="301$SKINSHORTCUTS[id]259">
                <visible>$SKINSHORTCUTS[isfullscreenwidget]</visible>
                <visible>[Integer.IsGreater(Container(301$SKINSHORTCUTS[id]5).NumItems,0) | Container(301$SKINSHORTCUTS[id]5).IsUpdating] + $EXP[Widget5Enabled]</visible>
...
Finally,Here is my Question.
What does SKINSHORTCUTS[id] number mean?
xml:

<control type="group" id="301$SKINSHORTCUTS[id]219"> 
<control type="group" id="301$SKINSHORTCUTS[id]259">
How to assign id number to my "NEW Widget 1"? Please help me out.
Reply
(2020-12-28, 22:56)beatmasterrs Wrote:
(2020-12-28, 22:46)Gerben321 Wrote: I'd like to try this skin, but it says something about xbmc.python 2.26.0 dependency can't be fulfilled. I've installed Kodi 19 beta 2 and downloaded the Matrix version. I tried both the repo and direct zip.

For Kodi 19 you need the matrix version of this skin mod. The latest version is 

https://github.com/beatmasterRS/skin.arc...master.zip

Yep that's the one I tried. That gives me the error.
Reply
(2020-12-29, 17:21)Gerben321 Wrote:
(2020-12-28, 22:56)beatmasterrs Wrote:
(2020-12-28, 22:46)Gerben321 Wrote: I'd like to try this skin, but it says something about xbmc.python 2.26.0 dependency can't be fulfilled. I've installed Kodi 19 beta 2 and downloaded the Matrix version. I tried both the repo and direct zip.

For Kodi 19 you need the matrix version of this skin mod. The latest version is 

https://github.com/beatmasterRS/skin.arc...master.zip

Yep that's the one I tried. That gives me the error.
Can't seem to edit my post, so sorry for the double one. There's a quick popup that mentions script.skin.helper.colorpicker that's not compatible. Do I need to update or something?
Reply
Okay got it working. Looks nice, I like the Arctic Horizon more, but the list views and OSD on this one is much much better (like Eminence which I love).

However, I use the modern homepage look now, and when I switch between movies and series it keep showing movies (but it does show different ones). Can it show series when I hover over series? That would make more sense to me.

See here what I mean:
https://imgur.com/oMvmBXk
https://imgur.com/AsPPunO

Both are showing movies while I selected series.

Also, I am getting a ugly red box saying 'mouse not supported'. Is there any way I can just have the default Windows cursor or something? I find mouse navigation a lot quicker sometimes.
Reply
(2020-12-29, 17:49)Gerben321 Wrote: Okay got it working. Looks nice, I like the Arctic Horizon more, but the list views and OSD on this one is much much better (like Eminence which I love).

However, I use the modern homepage look now, and when I switch between movies and series it keep showing movies (but it does show different ones). Can it show series when I hover over series? That would make more sense to me.

See here what I mean:
https://imgur.com/oMvmBXk
https://imgur.com/AsPPunO

Both are showing movies while I selected series.

Also, I am getting a ugly red box saying 'mouse not supported'. Is there any way I can just have the default Windows cursor or something? I find mouse navigation a lot quicker sometimes.

Why not add a widget that displays series to the series menu? You can change the widget for each menu in the settings.
Reply
(2020-12-29, 18:11)murian Wrote:
(2020-12-29, 17:49)Gerben321 Wrote: Okay got it working. Looks nice, I like the Arctic Horizon more, but the list views and OSD on this one is much much better (like Eminence which I love).

However, I use the modern homepage look now, and when I switch between movies and series it keep showing movies (but it does show different ones). Can it show series when I hover over series? That would make more sense to me.

See here what I mean:
https://imgur.com/oMvmBXk
https://imgur.com/AsPPunO

Both are showing movies while I selected series.

Also, I am getting a ugly red box saying 'mouse not supported'. Is there any way I can just have the default Windows cursor or something? I find mouse navigation a lot quicker sometimes.

Why not add a widget that displays series to the series menu? You can change the widget for each menu in the settings.

Okay i feel super stupid now. Thanks! Did not know that. This makes it even cooler to use.
Reply
I am using the matrix mod.  Had three questions.


1) Anyway to turn off clearart? I donot want to show the clearart on the bottom right hand corner.

2)Anyway you can select the mediaflags.   for example,  i do not want to see the aspect.

3)for some reason i see the ratings twice.  Once in the media flags and then again with the year and minutes.  I just want to see it in the media flags.

Thanks in advance
Reply
(2020-12-29, 02:44)murian Wrote: 1. In 'Settings-Home-Home Menu Bar', if I select all of 'Show Icon, Show Icon Only, Label, Show Header (Home)', the label of the icon is superimposed on the header on the home screen.
It would be nice if the label of the icon was displayed instead of the header where the header was displayed.

What do you think about these ones? https://imgur.com/a/OivbFb5
I was never really happy with the "show label option". I think from the suggestions version 2 and 3 fit best to the current design, of "Show Header" and "label is enabled". 
 
(2020-12-29, 02:44)murian Wrote: 2. When selecting Matrix OSD mode, the buttons are too far from the bottom of the screen. It would be nice to adjust it down a bit.

I like it the way it is. If you need help to find the corresponding code lines, let me know.
(2020-12-29, 02:44)murian Wrote: And I would like to make the transparent background of the matrix OSD mode a little bit more opaque. The button is hard to see on a white screen.

Will be fixed.
(2020-12-29, 02:44)murian Wrote: 3. In side OSD mode, the rating part is not displayed properly. In addition, unnecessary tags may be displayed among the displayed contents.

What do you mean by unnecessary tags?
Reply
(2020-12-29, 18:54)terpsarlington Wrote: I am using the matrix mod.  Had three questions.


1) Anyway to turn off clearart? I donot want to show the clearart on the bottom right hand corner.

2)Anyway you can select the mediaflags.   for example,  i do not want to see the aspect.

3)for some reason i see the ratings twice.  Once in the media flags and then again with the year and minutes.  I just want to see it in the media flags.

Thanks in advance

1.: This would only make sense in a homemenu view (modern multi widgets, cause vertical has slide-animation). Of course, the width of the text field would have to be increased, which in turn brings many conditions with it. The skin has now already too many options and then sometime as many as Titan, which I do not like. So Sorry, not for now Undecided

2.: Maybe in the future.

3.: I might change that sometime Smile
Reply
(2020-12-29, 21:02)beatmasterrs Wrote:
(2020-12-29, 02:44)murian Wrote: 1. In 'Settings-Home-Home Menu Bar', if I select all of 'Show Icon, Show Icon Only, Label, Show Header (Home)', the label of the icon is superimposed on the header on the home screen.
It would be nice if the label of the icon was displayed instead of the header where the header was displayed.

What do you think about these ones? https://imgur.com/a/OivbFb5
I was never really happy with the "show label option". I think from the suggestions version 2 and 3 fit best to the current design, of "Show Header" and "label is enabled". 
 
(2020-12-29, 02:44)murian Wrote: 2. When selecting Matrix OSD mode, the buttons are too far from the bottom of the screen. It would be nice to adjust it down a bit.

I like it the way it is. If you need help to find the corresponding code lines, let me know.
(2020-12-29, 02:44)murian Wrote: And I would like to make the transparent background of the matrix OSD mode a little bit more opaque. The button is hard to see on a white screen.

Will be fixed.
(2020-12-29, 02:44)murian Wrote: 3. In side OSD mode, the rating part is not displayed properly. In addition, unnecessary tags may be displayed among the displayed contents.

What do you mean by unnecessary tags?
Thank you for always responding and correcting.

1. I didn't quite understand how to fix the overlap between labels and headers. I don't want the headers and labels to overlap in any way.

2. The number of multi-widgets on the home screen is currently 5, can you increase it? About 10? Will the skin be too slow?

3. I am using OTT's video add-on service in Korea at KODI.
The list of TV shows or movies in this add-on is recognized by KODI as 'Container.Content(files)' (files list). Because of this, I can't choose a view mode like Extended Info or Netflix.
Can you add Container.Content(files) to the view mode that contains Container.Content(episodes)?
Reply
(2020-12-29, 21:02)beatmasterrs Wrote:
(2020-12-29, 02:44)murian Wrote: 1. In 'Settings-Home-Home Menu Bar', if I select all of 'Show Icon, Show Icon Only, Label, Show Header (Home)', the label of the icon is superimposed on the header on the home screen.
It would be nice if the label of the icon was displayed instead of the header where the header was displayed.

What do you think about these ones? https://imgur.com/a/OivbFb5
I was never really happy with the "show label option". I think from the suggestions version 2 and 3 fit best to the current design, of "Show Header" and "label is enabled". 
 
(2020-12-29, 02:44)murian Wrote: 2. When selecting Matrix OSD mode, the buttons are too far from the bottom of the screen. It would be nice to adjust it down a bit.

I like it the way it is. If you need help to find the corresponding code lines, let me know.
(2020-12-29, 02:44)murian Wrote: And I would like to make the transparent background of the matrix OSD mode a little bit more opaque. The button is hard to see on a white screen.

Will be fixed.
(2020-12-29, 02:44)murian Wrote: 3. In side OSD mode, the rating part is not displayed properly. In addition, unnecessary tags may be displayed among the displayed contents.

What do you mean by unnecessary tags?

If the tag line of a movie or TV series is 2 lines, the tag'/r' is displayed at the line break.

Image

The place I'm talking about is, for example,'<label fallback="19055">$VAR[LabelWIPDialogVideoInfoTagline]</label>' on line 1939 in includes.xml.

Tagging'/r' may not be a skin problem.

However, if the tagline is more than 2 lines, the layout of the place where the information appears in several places of the skin is broken.

For example, such as the OSD. In the screenshot above, you can also see the movie title and tagline overlap.

Image

I think we need to figure out how to make the tagline appear more than two lines, or force the tagline to appear in one line.
Reply
  • 1
  • 90
  • 91
  • 92(current)
  • 93
  • 94
  • 418

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr - Reloaded11