Kodi Community Forum
Mod Arctic Zephyr: Exploded (Game Over) - 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 Arctic Zephyr: Exploded (Game Over) (/showthread.php?tid=223715)

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


RE: Arctic Zephyr: Exploded - im85288 - 2015-07-16

(2015-07-16, 02:56)komplex Wrote:
(2015-07-16, 00:37)im85288 Wrote: Lol, that's the fallback fake disc for when you don't have one scraped. Kind of forces you to find one Smile

I do have discart it's just not displaying
Image

I can only say it's working correctly in the skin, are you saying none of your discart is being shown at all?

(2015-07-16, 09:19)mastervan Wrote: HI im85288, a little bug: the imdb 250 MEDIAFLAG is superimposed on dvd and bluray MEDIAFLAG
tnx for your work

Hi mastervan, can you tell me where that happens or better still post a screenshot. Thanks


RE: Arctic Zephyr: Exploded - komplex - 2015-07-16

(2015-07-16, 13:33)im85288 Wrote: I can only say it's working correctly in the skin, are you saying none of your discart is being shown at all?

I don't think it's a skin issue, i think it's kodi/artwork downloader not setting it, if i do it manually it's work fine.


RE: Arctic Zephyr: Exploded - im85288 - 2015-07-16

Version 1.0.77 is on the way to the repo.

This version syncs the recent music visualisation changes made in the base skin and fixes one or two bugs.

Image

Image


RE: Arctic Zephyr: Exploded - bsoriano - 2015-07-16

(2015-07-16, 13:31)im85288 Wrote:
(2015-07-16, 01:52)bsoriano Wrote: Hello Ian,

I figured out what was happening with the skin not working properly under Kodi 16. It seems that any time you select an option from the main menu, the skin would open a window called Custom_RSS, and it just go stuck there. I do not use RSS, so I went ahead and renamed that file (custom_rss.xml), and now the skin works fine Smile

Thank you for your code changes for the USA rating flags issue. Unfortunately for me, it does not solve the problem, since my movies do not have the prefix Rated or USA or US in the MPAA field, they just have the rating itself and nothing else (R, PG, PG-13, G, etc.) Your code, for colored flags, is looking for either Rated R or USA:R, or US:R, but not just R. It does this for both R and G.

I do not know if I explained it correctly. If not, and you would like, I can send you an NFO file for one of my movies so that you can see what I mean.

I would change the code from:

Code:
<control type="image">
            <centertop>50%</centertop>
            <width>70</width>
            <height>50</height>
            <texture>colored/rating/MPAA_R_Certificate_US.png</texture>
            <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + [SubString(ListItem.mpaa,US:R) | SubString(ListItem.mpaa,USA:R) | SubString(ListItem.mpaa,Rated R)] + Skin.HasSetting(furniture.flags.colour)</visible>
        </control>

To:

Code:
<control type="image">
            <centertop>50%</centertop>
            <width>70</width>
            <height>50</height>
            <texture>colored/rating/MPAA_R_Certificate_US.png</texture>
            <visible>Container.Content(movies) + !IsEmpty(ListItem.Mpaa) + [SubString(ListItem.mpaa,US:R) | SubString(ListItem.mpaa,USA:R) | SubString(ListItem.mpaa,Rated R) | SubString(ListItem.mpaa,R)] + !SubString(ListItem.Mpaa,nr) + Skin.HasSetting(furniture.flags.colour)</visible>
        </control>

What do you think?

Regards,

Bart

Hi Bart, I'm more than happy to go with your changes. Do you know how to submit a pull request? If not, maybe you can just send me the includes.xml with your changes applied.

Thanks Ian! I have not submitted a pull request before, but I am sure I can figure it out. If not, I will send you the includes.xml. Before submitting the pull request or sending you the file, I will make sure that the changes I made are consistent across all the USA ratings, not just R, and that they work with or without colored flags, so they apply to all use cases.

Regards,

Bart


RE: Arctic Zephyr: Exploded - mastervan - 2015-07-16

(2015-07-16, 09:19)mastervan Wrote: HI im85288, a little bug: the imdb 250 MEDIAFLAG is superimposed on dvd and bluray MEDIAFLAG
tnx for your work

Hi mastervan, can you tell me where that happens or better still post a screenshot. Thanks
[/quote]


HI im85288, see this screenshot...https://www.dropbox.com/s/deoea8soumw7whe/IMG_2003.jpg?dl=0
tnx


RE: Arctic Zephyr: Exploded - im85288 - 2015-07-16

Version 1.0.78 is in the repo

This version has some new icons on the video info screens thanks to @badaas, there's also now an option to play with the blur level applied to the background on the video info screen (the extended info one cannot be changed unfortunately).

Some examples, close to what badaas wanted (he wanted a blur level of 1) this is level 2:

Image

Default is 10:

Image

And extended info uses 20:

Image

Option to set it can be found in Skin Settings->Furniture

Image


RE: Arctic Zephyr: Exploded - Discomanhenk - 2015-07-16

This mod developed fantastic nice work
Thanks for the continuous flow of changes.
Unfortunately
I find the recent music screen change not really great. The biggest problem (in most skins) I find showing full screen artist fanart that's just pretty at high resolution graphics but many images are not.
There are also a few bugs in, playlist option does not work, lyrics gives the old screen back.
view aeon eq 6 for inspiration.
but maybe you can make something very similar you've done with the movie info screen. that would be really fantastic.


RE: Arctic Zephyr: Exploded - LastDragon - 2015-07-16

(2015-07-05, 23:21)im85288 Wrote: Version 1.0.60 has just been sent to the repo

This one has some tweaks to the vertical menu such as showing cases, showing the logo, being able to select the shown widget, showing more of the screen when focused and a few others I cannot recall.

Image

Image

Image

ps. guys thanks for the feedback...I'll come back and read up in more detail at a later date

cheers



Hello,

How can i change the letters in the main menu? All letters are big, like SHOWS. I would like to have "Shows". But i can't find the option. In the normal option to customize the main menu, the letters are small.

And another question, in the second picture, how can i see this "quick switch option"?


RE: Arctic Zephyr: Exploded - bsoriano - 2015-07-17

Good evening Ian,

I created a pull request to fix the USA ratings flags. I hope I did it correctly. Please let me know. Thanks.

Also, regarding the issue I see that in the video info dialog the cast list is always positioned in the last cast member, I noticed that the extendedinfo video info dialog, the cast list is positioned on the first cast member, not the last. Is this because it is bringing the info from themoviedb and not from the Kodi local db?

Regards,

Bart


RE: Arctic Zephyr: Exploded - arithine - 2015-07-17

Seriously though, what are hub items and how do I use them?


RE: Arctic Zephyr: Exploded - mastervan - 2015-07-17

(2015-07-16, 21:20)mastervan Wrote:
(2015-07-16, 09:19)mastervan Wrote: HI im85288, a little bug: the imdb 250 MEDIAFLAG is superimposed on dvd and bluray MEDIAFLAG
tnx for your work

Hi mastervan, can you tell me where that happens or better still post a screenshot. Thanks


HI im85288, see this screenshot...https://www.dropbox.com/s/deoea8soumw7whe/IMG_2003.jpg?dl=0
tnx
[/quote]

the problem is in all movie view....


RE: Arctic Zephyr: Exploded - im85288 - 2015-07-17

Version 1.0.79 is in the repo

Some more tweaks of the video info screens, replaced uk rating flags with higher resolution, merged pull request for usa flag logic ,bug fix overlapping top250 with 3D/DVD/Bluray flags, reverted vertical font to non caps and added lyrics script for music osd.

Image

Image

Image


RE: Arctic Zephyr: Exploded - im85288 - 2015-07-17

(2015-07-16, 22:56)Discomanhenk Wrote: This mod developed fantastic nice work
Thanks for the continuous flow of changes.
Unfortunately
I find the recent music screen change not really great. The biggest problem (in most skins) I find showing full screen artist fanart that's just pretty at high resolution graphics but many images are not.
There are also a few bugs in, playlist option does not work, lyrics gives the old screen back.
view aeon eq 6 for inspiration.
but maybe you can make something very similar you've done with the movie info screen. that would be really fantastic.

Thanks, for the moment I'm not concentrating on the music area so want to keep the skin in sync with the base changes. The playlist option does not seem to work in the base skin either and I'm not sure what's broken there. Lyrics should be fixed now.


RE: Arctic Zephyr: Exploded - im85288 - 2015-07-17

(2015-07-16, 23:52)LastDragon Wrote:
(2015-07-05, 23:21)im85288 Wrote: Version 1.0.60 has just been sent to the repo

This one has some tweaks to the vertical menu such as showing cases, showing the logo, being able to select the shown widget, showing more of the screen when focused and a few others I cannot recall.



Hello,

How can i change the letters in the main menu? All letters are big, like SHOWS. I would like to have "Shows". But i can't find the option. In the normal option to customize the main menu, the letters are small.

And another question, in the second picture, how can i see this "quick switch option"?

It's reverted back in the latest version, quick switch is found by navigating up from one of the posters on the widgets.

(2015-07-17, 01:37)bsoriano Wrote: Good evening Ian,

I created a pull request to fix the USA ratings flags. I hope I did it correctly. Please let me know. Thanks.

Also, regarding the issue I see that in the video info dialog the cast list is always positioned in the last cast member, I noticed that the extendedinfo video info dialog, the cast list is positioned on the first cast member, not the last. Is this because it is bringing the info from themoviedb and not from the Kodi local db?

Regards,

Bart

Excellent, merged so please test. No idea with the cast, it's working correctly here.

(2015-07-17, 16:59)mastervan Wrote:
(2015-07-16, 21:20)mastervan Wrote:
(2015-07-16, 09:19)mastervan Wrote: HI im85288, a little bug: the imdb 250 MEDIAFLAG is superimposed on dvd and bluray MEDIAFLAG
tnx for your work

Hi mastervan, can you tell me where that happens or better still post a screenshot. Thanks


HI im85288, see this screenshot...https://www.dropbox.com/s/deoea8soumw7whe/IMG_2003.jpg?dl=0
tnx

the problem is in all movie view....
[/quote]

Should be fixed now, along with a few other changes such as making the duration flag fit better etc


RE: Arctic Zephyr: Exploded - im85288 - 2015-07-17

(2015-07-17, 05:39)arithine Wrote: Seriously though, what are hub items and how do I use them?

You can change your tv shows or movies home menu item to point at their equivalent hubs by going to customise home menu and selecting the common shortcut. Once you see the TV hub or Movies hub you will realise what the hub items are. They will be things such as Directors, Actors, Sets etc