Kodi Community Forum
Mod skin.arctic.zephyr.braz (updated for Krypton) - 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: Mod skin.arctic.zephyr.braz (updated for Krypton) (/showthread.php?tid=239051)

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


RE: skin.arctic.zephyr.braz - Edworld - 2015-12-12

mouse is not supported in this skin


RE: skin.arctic.zephyr.braz - braz - 2015-12-12

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


RE: skin.arctic.zephyr.braz - Gregoire - 2015-12-14

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


RE: skin.arctic.zephyr.braz - braz - 2015-12-14

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


RE: skin.arctic.zephyr.braz - Gregoire - 2015-12-14

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?


RE: skin.arctic.zephyr.braz - halfer - 2015-12-16

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>



RE: skin.arctic.zephyr.braz - ShoRyuKen - 2015-12-16

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


RE: skin.arctic.zephyr.braz - Edworld - 2015-12-17

braz:

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

thanks


RE: skin.arctic.zephyr.braz - Porcupine73 - 2015-12-17

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


RE: skin.arctic.zephyr.braz - dukester - 2015-12-17

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


RE: skin.arctic.zephyr.braz - ShoRyuKen - 2015-12-18

Thanks


RE: skin.arctic.zephyr.braz - ales100i - 2015-12-18

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


RE: skin.arctic.zephyr.braz - braz - 2015-12-19

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


RE: skin.arctic.zephyr.braz - jurialmunkey - 2015-12-19

@braz - Did you remove the Startup video option? Because its in the main skin.


RE: skin.arctic.zephyr.braz - braz - 2015-12-19

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