Kodi Community Forum
Arctic: Zephyr - Reloaded - 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: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Arctic: Zephyr - Reloaded (/showthread.php?tid=337862)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418


RE: Arctic Zephyr: Leia/Matrix-MOD - taksamo - 2020-12-28

(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.arctic.zephyr.mod/archive/master.zip

I hope this will fix this issue.

Solved!
Thank you for your help.


RE: Arctic Zephyr: Leia/Matrix-MOD - Gerben321 - 2020-12-28

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.


RE: Arctic Zephyr: Leia/Matrix-MOD - beatmasterrs - 2020-12-28

(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.arctic.zephyr.mod/archive/master.zip


RE: Arctic Zephyr: Leia/Matrix-MOD - murian - 2020-12-29

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


RE: Arctic Zephyr: Leia/Matrix-MOD - kenmoon - 2020-12-29

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.


RE: Arctic Zephyr: Leia/Matrix-MOD - Gerben321 - 2020-12-29

(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.arctic.zephyr.mod/archive/master.zip

Yep that's the one I tried. That gives me the error.


RE: Arctic Zephyr: Leia/Matrix-MOD - Gerben321 - 2020-12-29

(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.arctic.zephyr.mod/archive/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?


RE: Arctic Zephyr: Leia/Matrix-MOD - Gerben321 - 2020-12-29

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.


RE: Arctic Zephyr: Leia/Matrix-MOD - murian - 2020-12-29

(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.


RE: Arctic Zephyr: Leia/Matrix-MOD - Gerben321 - 2020-12-29

(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.


RE: Arctic Zephyr: Leia/Matrix-MOD - terpsarlington - 2020-12-29

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


RE: Arctic Zephyr: Leia/Matrix-MOD - beatmasterrs - 2020-12-29

(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?


RE: Arctic Zephyr: Leia/Matrix-MOD - beatmasterrs - 2020-12-29

(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


RE: Arctic Zephyr: Leia/Matrix-MOD - murian - 2020-12-30

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


RE: Arctic Zephyr: Leia/Matrix-MOD - murian - 2020-12-30

(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.