• 1
  • 230
  • 231
  • 232(current)
  • 233
  • 234
  • 409
Arctic: Zephyr - Reloaded
(2021-08-15, 19:13)FXB78 Wrote: I mentioned this before but it probably got lost in the thread somewhere, would it be possible to add a gradient to the progress bars like Arctic Horizon has on the Video OSD?

Absolutely not lost Smile

@beatmasterrs had made a PR for this : 

PR : https://github.com/beatmasterRS/skin.arc...d/pull/384

He is not satisfied with the code
So he never communicated on that.
Reply
(2021-08-15, 21:17)Nanomani Wrote:
(2021-08-15, 19:13)FXB78 Wrote: I mentioned this before but it probably got lost in the thread somewhere, would it be possible to add a gradient to the progress bars like Arctic Horizon has on the Video OSD?

Absolutely not lost Smile

@beatmasterrs had made a PR for this : 

PR : https://github.com/beatmasterRS/skin.arc...d/pull/384

He is not satisfied with the code
So he never communicated on that.
Oh okay, thanks. I will just wait patiently for it to be added then, there's no rush  Smile
Reply
Hi everyone,

I just use this skin since a few days (yep OSMC just updated to Matrix) and I wonder if there is a way to open the favourites into a folder from the home page menu instead of in a popup window.

Thanks for your help
Reply
Hi! I would like to know from where I can disable the name of the last aired episode. If it can't be done from the options, can you tell me what file I need to edit? Thank you!
https://i.imgur.com/biRFtjW.png
Reply
(2021-08-16, 16:44)-TINO- Wrote: Hi! I would like to know from where I can disable the name of the last aired episode. If it can't be done from the options, can you tell me what file I need to edit? Thank you!
https://i.imgur.com/biRFtjW.png

Please have a look here:

https://github.com/beatmasterRS/skin.arc...#L742-L745
Reply
(2021-08-16, 16:42)Ravens28 Wrote: Hi everyone,

I just use this skin since a few days (yep OSMC just updated to Matrix) and I wonder if there is a way to open the favourites into a folder from the home page menu instead of in a popup window.

Thanks for your help

The favorites dialog is intended as a dialog, therefore currently not possible.
Reply
(2021-08-11, 15:41)beatmasterrs Wrote:
(2021-08-11, 15:13)5P004Y32 Wrote: Could you please add the "Clear home menu bar" and "More clean and minimal" options to the Modern home menu style?

I think it makes limited sense. If the lines are hidden (more clean and minimal) it would look good, but if the dark background with the film information is transparent, the info would be hard to read... Maybe you can also explain in more detail how this should look like?
I agree this wouldn't look good with widgets but I just use backgrounds and it would look really clean to have the clear menu bar. Here is a screenshot of my homescreen.


https://www.screencast.com/t/mn5ipplYn7
Reply
Thank you! After removing the line from the file, I actually found the option in the settings, too. Big Grin Next Aired from here https://i.imgur.com/B79GLcU.png
Reply
Great skin!

One question: Is there a way to delay the plot auto scrolling and speed up it’s reset (showing the start of the plot text again). 

Im using the “Vertical Multi-Widgets Netflix” view and with “Hide plot, when widget is not focused” turned on.

 The first plot on focus in a widget always starts scrolling immediately when focused while the second and rest do have almost a 2 seconds delay, still it’s a little too fast for me. On the opposite, it waits 10 seconds for the plot to show back from the beginning.

TIA.
Reply
(2021-08-17, 20:06)medinauta Wrote: Great skin!

One question: Is there a way to delay the plot auto scrolling and speed up it’s reset (showing the start of the plot text again). 

Im using the “Vertical Multi-Widgets Netflix” view and with “Hide plot, when widget is not focused” turned on.

 The first plot on focus in a widget always starts scrolling immediately when focused while the second and rest do have almost a 2 seconds delay, still it’s a little too fast for me. On the opposite, it waits 10 seconds for the plot to show back from the beginning.

TIA.

please search in 
Code:
includes.xml

line 865 : 
xml:
    <include name="ScrollTextWidget">
        <autoscroll delay="2000" time="2500" repeat="10000">true</autoscroll>
    </include>

then replace 
xml:
delay="2000"
by 
xml:
delay="10000"

like this :
xml:
    <include name="ScrollTextWidget">
        <autoscroll delay="10000" time="2500" repeat="10000">true</autoscroll>
    </include>
Reply
(2021-08-14, 09:34)beatmasterrs Wrote:
(2021-08-13, 13:32)MartinKnowles Wrote: OK, thanks. It's not a major issue.

Another quick question; is it possible to have the 'Party Mode' added for Music & Music Videos? If this is something I can enable myself can you point me in the direction of a tutorial please?

Thanks for the great skin!!!!!!

Party mode seems to be only available for music: https://kodi.wiki/view/Party_Mode
Hi,

Looking at the wiki it says the following;

Music library

From the Main Menu navigate to Music > Playlists
Select Party mode playlist to edit the playlist

Video library

From the Main Menu navigate to Videos > Playlists
Select Party mode playlist to edit the playlist
Only Music Videos or Mixed can be selected here.

Other skins do have the Partymode for music videos. I was just wondering if it was possible to add this?

Thank you.

MartinK
Reply
(2021-08-18, 20:29)MartinKnowles Wrote: ...

MartinK

Should be fixed on github now. Update will be ready in a few days i think.
Reply
(2021-08-18, 12:44)Nanomani Wrote: please search in 
Code:
includes.xml

line 865 : 
xml:
    <include name="ScrollTextWidget">
        <autoscroll delay="2000" time="2500" repeat="10000">true</autoscroll>
    </include>

then replace 
xml:
delay="2000"
by 
xml:
delay="10000"

like this :
xml:
    <include name="ScrollTextWidget">
        <autoscroll delay="10000" time="2500" repeat="10000">true</autoscroll>
    </include>

Great! Thank you!
Reply
Seems to be the best skin available in the official repo, thanks for keeping it alive.

Small suggestion, the default fullscreen music GUI is a bit weird, just the scrolling track and artist name. It's difficult to work out how to disable that. Enabling "Artist information" and "CD and case" makes for a nicer default imo.

edit: also noticed (heard) video playback glitches whilst navigating around library menus unless i enabled "Show now playing video in background", perhaps this should be on by default if that cannot be resolved.
Reply
(2021-08-19, 12:28)ears1991 Wrote: Small suggestion, the default fullscreen music GUI is a bit weird, just the scrolling track and artist name. It's difficult to work out how to disable that. Enabling "Artist information" and "CD and case" makes for a nicer default imo.

you also have this option Smile

Image
Reply
  • 1
  • 230
  • 231
  • 232(current)
  • 233
  • 234
  • 409

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