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 - 2016-02-27

Braz,

Extendedinfo script is not retrieving anything, it probably has to do with changes to extendedinfo

Thanks


RE: skin.arctic.zephyr.braz - braz - 2016-02-27

Hey everyone, I've been working on updates to Mimic, so haven't had time to work on this mod at all. Will be back once Mimic is in a finished state for Jarvis.


RE: skin.arctic.zephyr.braz - Edworld - 2016-02-28

Braz,

Would you consider showing the full name of the actor instead of scrolling? It looks like there is space for that, look at the 4th actor: Christopher ....

Edit: Don't worry about this change, I don't think it is worth the time

Image

Thanks


RE: skin.arctic.zephyr.braz - Edworld - 2016-02-29

Date and minutes are shown twice in this view, maybe leave season and episode on top, and show date and minutes on bottom

Image


RE: skin.arctic.zephyr.braz - Edworld - 2016-03-01

(2016-02-27, 21:58)Edworld Wrote: Braz,

Extendedinfo script is not retrieving anything, it probably has to do with changes to extendedinfo

Thanks

Thanks for fixing


RE: skin.arctic.zephyr.braz - Edworld - 2016-03-02

Can you modify the skin to make it readable? I am referring to the Rating update screen

Image

Thanks


RE: skin.arctic.zephyr.braz - braz - 2016-03-02

(2016-03-02, 02:27)Edworld Wrote: Can you modify the skin to make it readable? I am referring to the Rating update screen

Image

Thanks
I skinned that addon dialog for Mimic, but no idea when I'll get to it for AZ.


skin.arctic.zephyr.braz - channy310 - 2016-03-02

Hey braz. Any chance you know off the top of your head what I need to edit to remove home screen widgets.


RE: skin.arctic.zephyr.braz - braz - 2016-03-02

(2016-03-02, 09:26)channy310 Wrote: Hey braz. Any chance you know off the top of your head what I need to edit to remove home screen widgets.
Just don't assign any widgets in the menu customizer.


RE: skin.arctic.zephyr.braz - braz - 2016-03-05

I changed my github username. The source for this mod is now available at https://github.com/braz96/skin.arctic.zephyr.braz


RE: skin.arctic.zephyr.braz - Edworld - 2016-03-06

I think this view has a bug, missing genre and plotbox

Image


RE: skin.arctic.zephyr.braz - braz - 2016-03-09

(2016-03-06, 05:10)Edworld Wrote: I think this view has a bug, missing genre and plotbox

Image
I don't believe there is an easy way to display set plots inside an item layout. PRs welcome.


RE: skin.arctic.zephyr.braz - Edworld - 2016-03-11

Hi Braz,

I am trying to mod the movie set view to show all the movies posters that are part of the set. I am using the following code, but it is cropping off the posters. Can you tell me what I need to change?

<control type="image">
<width>80</width>
<height>120</height>
<centertop>60%</centertop>
<texture diffuse="diffuse/sets.png">$INFO[Window(home).Property(Set.Movie.1.Art(poster))]</texture>
<visible>!IsEmpty(Window(home).Property(Set.Movie.1.Art(poster))) + ![Control.IsVisible(155) + Skin.HasSetting(View_155_BigWall)]</visible>
</control>

I copied this code from Guilouz

Thanks


RE: skin.arctic.zephyr.braz - spursgalea - 2016-03-12

Hi braz does mimc support kodi 17.I am thinking of trying it but I don't went to lose mimic. If it dose not then I will wait until you release a update that supports it thanks


RE: skin.arctic.zephyr.braz - braz - 2016-03-12

(2016-03-12, 02:05)spursgalea Wrote: Hi braz does mimc support kodi 17.I am thinking of trying it but I don't went to lose mimic. If it dose not then I will wait until you release a update that supports it thanks
You do realize you've posted in the Arctic Zephyr thread, right? Wink

There will be a Kodi 17 version of Mimic, but I haven't started on it yet. Trying to finalize the Jarvis version first.