Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 24
  • 25
  • 26(current)
  • 27
  • 28
  • 38
Mod skin.arctic.zephyr.braz (updated for Krypton)
mouse is not supported in this skin
Reply
(2015-12-12, 15:03)Edworld Wrote:
(2015-12-12, 06:04)braz Wrote:
(2015-12-12, 05:26)Edworld Wrote: braz:

Dialogvideoinfo doesn't show discart. Is there a setting I need to change to get it?
Does the original AZ have discart? If not, you won't find it here either as I don't use it.

It does, I am using version 2.07
Ah, that must be one of the things I removed early on. Most likely won't come back as I don't feel like disc art fits with this skin.
Reply
(2015-12-09, 03:31)braz Wrote:
(2015-12-08, 10:03)Gregoire Wrote: How can I have the "show info overlay" when I pause a video? So, not when I wait 3 seconds in the video listing (hovering over a file) but after a video started and I paused it. Anybody any ideas? Or is this not possible?
No idea if that is possible, I'll have to take a look.
(2015-12-08, 22:29)Isgak_Abrahams Wrote: Braz is there an update for your zephyr mod?
Latest is always on github.

If you've found this to be possible will you post?
Reply
(2015-12-14, 00:00)Gregoire Wrote:
(2015-12-09, 03:31)braz Wrote:
(2015-12-08, 10:03)Gregoire Wrote: How can I have the "show info overlay" when I pause a video? So, not when I wait 3 seconds in the video listing (hovering over a file) but after a video started and I paused it. Anybody any ideas? Or is this not possible?
No idea if that is possible, I'll have to take a look.
(2015-12-08, 22:29)Isgak_Abrahams Wrote: Braz is there an update for your zephyr mod?
Latest is always on github.

If you've found this to be possible will you post?
It's not currently possible. Would take some code changes and not sure when/if I will get to it.
Reply
Where should I look and what is needed to get it to work? I'm not much of a programmer (I can get totally lost sometimes) but I could try something, right?
Reply
First of all, thanks a lot for this! Looks super sleek and also builds on AZ's functionality! The new views are extremely handy.
I noticed that the skin didn't have "Random TV Shows" widget, so I made a super simple edit in case anybody needs it

Just create a file called RandomTVShows.xsp in *Kodi Userdata*/addons/skin.arctic.zephyr.braz-master/extras/playlists
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>Random TV Shows</name>
    <match>all</match>
    <rule field="lastplayed" operator="notinthelast">
        <value>7 Days</value>
    </rule>
    <limit>10</limit>
    <order direction="ascending">random</order>
</smartplaylist>
Reply
(2015-09-21, 00:07)jurialmunkey Wrote: @stueeey - regarding the overlay. What I do is turn it off from automatically showing and then use my key map to map a button to display it instead (sort of like a quick info overlay button).

Use this command to show the overlay:
Code:
SetFocus(9601)

I'm trying to do exactly the same on Arctic Zephyr : open the info overlay using a key.
Could you tell me how can I do this?
Reply
braz:

I am getting Huh with movies that have 6.1 or 7.1 tracks. Not sure if I am the only one

thanks
Reply
Great skin! Was wondering how to go about enabling a start up video to it. Cant seem to find that option in skin settings/ extras ? Thanks
Reply
(2015-12-16, 19:09)ShoRyuKen Wrote:
(2015-09-21, 00:07)jurialmunkey Wrote: @stueeey - regarding the overlay. What I do is turn it off from automatically showing and then use my key map to map a button to display it instead (sort of like a quick info overlay button).

Use this command to show the overlay:
Code:
SetFocus(9601)

I'm trying to do exactly the same on Arctic Zephyr : open the info overlay using a key.
Could you tell me how can I do this?


edit your keymap and assign the code above to a key should do it just like Juralmunkey said.
Main System - HTPC - Intel I3 6300 - Asrock z170 - 16 GB DDR4 - 128gb SSD - 65" UHD HDR Sony Android TV - Pioneer VSX 1130-K - 7.2.2 speakers
Other devices currently in use - 55" 3D UHD LG TV - 2 Fire TV's - Nexus Player - MiniMX s905 - Voyo Vmac Mini
Ubuntu Server - 12 TB NAS - MYSQL - Torrent Box
Reply
Thanks
Reply
(2015-12-17, 15:43)dukester Wrote:
(2015-12-16, 19:09)ShoRyuKen Wrote:
(2015-09-21, 00:07)jurialmunkey Wrote: @stueeey - regarding the overlay. What I do is turn it off from automatically showing and then use my key map to map a button to display it instead (sort of like a quick info overlay button).

Use this command to show the overlay:
Code:
SetFocus(9601)

I'm trying to do exactly the same on Arctic Zephyr : open the info overlay using a key.
Could you tell me how can I do this?


edit your keymap and assign the code above to a key should do it just like Juralmunkey said.
The easiest way to change keymap is to use keymap editor app. You can find it in default kodi repository under programs. In there you have a lot of presets. Info is one of them.
Reply
(2015-12-17, 04:26)Edworld Wrote: braz:

I am getting Huh with movies that have 6.1 or 7.1 tracks. Not sure if I am the only one

thanks
Haven't noticed this, I guess I don't have anything over 5.1. Are you getting the question marks with icons turned on, or with the text values?

(2015-12-17, 12:21)Porcupine73 Wrote: Great skin! Was wondering how to go about enabling a start up video to it. Cant seem to find that option in skin settings/ extras ? Thanks
There are no skin settings to add a startup video.
Reply
@braz - Did you remove the Startup video option? Because its in the main skin.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2015-12-19, 06:04)jurialmunkey Wrote: @braz - Did you remove the Startup video option? Because its in the main skin.
Hmm, maybe I did... It's not something I've ever used.
Reply
  • 1
  • 24
  • 25
  • 26(current)
  • 27
  • 28
  • 38

Logout Mark Read Team Forum Stats Members Help
skin.arctic.zephyr.braz (updated for Krypton)5