Kodi Community Forum
Beta Arctic Horizon 2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: WIP Skins (https://forum.kodi.tv/forumdisplay.php?fid=160)
+---- Thread: Beta Arctic Horizon 2 (/showthread.php?tid=367352)



RE: Arctic Horizon 2 - itinerantmarshmallow - 2022-08-19

Referring to this:

(2022-08-18, 14:10)OCHSPB Wrote:
(2022-08-15, 02:24)jurialmunkey Wrote: Debug log is a good start. Patterns to reproduce the crash. What you're doing when it happens. Settings that appear to have an impact.
First of all, thanks again for the beautiful skin.  I have the same problem on my Shield If you unload Kodi, turn off the Shield, then after turning on the console and starting Kodi with AZ2, it will 100% crash. Subsequent launches of Kodi without turning off the Shield will be fine. If you do not unload the Kodi from memory and turn off the Shield, then the next power-on will also be fine. The log when the program exits always ends with the following entries 2022-08-18 15:02:31.768 T:19944    INFO <general>: WEATHER: Downloading weather 2022-08-18 15:02:31.769 T:19961    INFO <general>: initializing python engine. 2022-08-18 15:02:31.849 T:19949    INFO <general>: Python interpreter stopped 2022-08-18 15:02:32.239 T:19956    INFO <general>: ZeroconfAndroid: Kodi Shield. now registered and active 2022-08-18 15:02:33.357 T:19902    INFO <general>: Skipped 1 duplicate messages.. 2022-08-18 15:02:33.357 T:19902    INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY 2022-08-18 15:02:33.772 T:19902 WARNING <general>: Skin has invalid include:  2022-08-18 15:02:33.863 T:19902 WARNING <general>: Trying to add unsupported control type 1 2022-08-18 15:02:34.233 T:19976    INFO <general>: Skipped 7 duplicate messages.. 2022-08-18 15:02:34.233 T:19976    INFO <general>: initializing python engine.  And another interesting point, if you turn on the Debug log, then Kodi no longer crashes)



RE: Arctic Horizon 2 - jurialmunkey - 2022-08-20

(2022-08-18, 14:10)OCHSPB Wrote:
(2022-08-15, 02:24)jurialmunkey Wrote: Debug log is a good start. Patterns to reproduce the crash. What you're doing when it happens. Settings that appear to have an impact.
First of all, thanks again for the beautiful skin.

I have the same problem on my Shield
If you unload Kodi, turn off the Shield, then after turning on the console and starting Kodi with AZ2, it will 100% crash. Subsequent launches of Kodi without turning off the Shield will be fine. If you do not unload the Kodi from memory and turn off the Shield, then the next power-on will also be fine.
The log when the program exits always ends with the following entries
2022-08-18 15:02:31.768 T:19944    INFO <general>: WEATHER: Downloading weather
2022-08-18 15:02:31.769 T:19961    INFO <general>: initializing python engine.
2022-08-18 15:02:31.849 T:19949    INFO <general>: Python interpreter stopped
2022-08-18 15:02:32.239 T:19956    INFO <general>: ZeroconfAndroid: Kodi Shield. now registered and active
2022-08-18 15:02:33.357 T:19902    INFO <general>: Skipped 1 duplicate messages..
2022-08-18 15:02:33.357 T:19902    INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2022-08-18 15:02:33.772 T:19902 WARNING <general>: Skin has invalid include: 
2022-08-18 15:02:33.863 T:19902 WARNING <general>: Trying to add unsupported control type 1
2022-08-18 15:02:34.233 T:19976    INFO <general>: Skipped 7 duplicate messages..
2022-08-18 15:02:34.233 T:19976    INFO <general>: initializing python engine.

And another interesting point, if you turn on the Debug log, then Kodi no longer crashes)

Full log only please. No snippets. Upload to paste site
https://paste.kodi.tv/


RE: Arctic Horizon 2 - jurialmunkey - 2022-08-20

(2022-08-18, 06:18)Aemstel Wrote: When clicking an actor or crewmember it now shows info from internet about anything they ever did, which is very nice. But is it also possible for it to list local library items that they are in?

https://github.com/jurialmunkey/skin.arctic.horizon.2/issues/204


RE: Arctic Horizon 2 - jurialmunkey - 2022-08-20

(2022-08-19, 20:12)mikeB2210 Wrote: How can I update the skin? I‘m on 0.2.44. when I open adons - select jurialmunkey alpha Repository - then Look and feel - skins - Arctic horizon 2 - manage - version
I can see only 0.2.44?
Anybody can help me please.

Go to side menu and choose check for updates. OR better yet, enable automatic updates.


RE: Arctic Horizon 2 - jurialmunkey - 2022-08-20

(2022-08-19, 22:11)minipierre Wrote: Thank you for adding the classification mpaa icon footer option under furniture. I have this selected and 'uk' selected however no logos are showing in the footer? Can anyone help?

What format are your classifications scraped as? The output of the ListItem.MPAA field must be in the format either "Rated 15" or just "15" to match the variables.

The country selection in the options is just a preference to determine which image to display if a rating has the same name in multiple countries (e.g. UK, Ireland, Hungary, Norway, Finland, Brazil and Spain all have an "18" rating so setting to UK ensures you get the UK 18 logo and not a different country's one).


RE: Arctic Horizon 2 - minipierre - 2022-08-20

(2022-08-20, 05:15)jurialmunkey Wrote:
(2022-08-19, 22:11)minipierre Wrote: Thank you for adding the classification mpaa icon footer option under furniture. I have this selected and 'uk' selected however no logos are showing in the footer? Can anyone help?

What format are your classifications scraped as? The output of the ListItem.MPAA field must be in the format either "Rated 15" or just "15" to match the variables.

The country selection in the options is just a preference to determine which image to display if a rating has the same name in multiple countries (e.g. UK, Ireland, Hungary, Norway, Finland, Brazil and Spain all have an "18" rating so setting to UK ensures you get the UK 18 logo and not a different country's one).

I use universal media scraper with:
Certification country: UK
Certification prefix: UK

I will try changing certification prefix to Rated and report back.
I dont know if i need to change the certification country also but will experiment. Thanks!


RE: Arctic Horizon 2 - jurialmunkey - 2022-08-20

(2022-08-20, 07:48)minipierre Wrote:
(2022-08-20, 05:15)jurialmunkey Wrote:
(2022-08-19, 22:11)minipierre Wrote: Thank you for adding the classification mpaa icon footer option under furniture. I have this selected and 'uk' selected however no logos are showing in the footer? Can anyone help?

What format are your classifications scraped as? The output of the ListItem.MPAA field must be in the format either "Rated 15" or just "15" to match the variables.

The country selection in the options is just a preference to determine which image to display if a rating has the same name in multiple countries (e.g. UK, Ireland, Hungary, Norway, Finland, Brazil and Spain all have an "18" rating so setting to UK ensures you get the UK 18 logo and not a different country's one).

I use universal media scraper with:
Certification country: UK
Certification prefix: UK

I will try changing certification prefix to Rated and report back.
I dont know if i need to change the certification country also but will experiment. Thanks!

I can actually accommodate the country prefix being added fairly easily. I generated the variables for the classification icons via a python script, so was easy enough to adjust it. Added to v0.4.2

e.g. Now, if you set classification country in skin to UK then "Rated 18", "18", and "UK 18" will all give "UK 18.png".


RE: Arctic Horizon 2 - Glyde62 - 2022-08-20

Notice it only seems to do it when there is an update to the skin on the PC, Shield is fine with updates


RE: Arctic Horizon 2 - minipierre - 2022-08-20

(2022-08-20, 09:02)jurialmunkey Wrote:
(2022-08-20, 07:48)minipierre Wrote:
(2022-08-20, 05:15)jurialmunkey Wrote: What format are your classifications scraped as? The output of the ListItem.MPAA field must be in the format either "Rated 15" or just "15" to match the variables.

The country selection in the options is just a preference to determine which image to display if a rating has the same name in multiple countries (e.g. UK, Ireland, Hungary, Norway, Finland, Brazil and Spain all have an "18" rating so setting to UK ensures you get the UK 18 logo and not a different country's one).

I use universal media scraper with:
Certification country: UK
Certification prefix: UK

I will try changing certification prefix to Rated and report back.
I dont know if i need to change the certification country also but will experiment. Thanks!

I can actually accommodate the country prefix being added fairly easily. I generated the variables for the classification icons via a python script, so was easy enough to adjust it. Added to v0.4.2

e.g. Now, if you set classification country in skin to UK then "Rated 18", "18", and "UK 18" will all give "UK 18.png".

Working perfectly now thanks.


RE: Arctic Horizon 2 - Aemstel - 2022-08-20

(2022-08-20, 05:06)jurialmunkey Wrote:
(2022-08-18, 06:18)Aemstel Wrote: When clicking an actor or crewmember it now shows info from internet about anything they ever did, which is very nice. But is it also possible for it to list local library items that they are in?

https://github.com/jurialmunkey/skin.arctic.horizon.2/issues/204

I've been checking out the recommendation options and sections more extensively, and I just want to say it's incredible. I didn't realize all this info was available in such a fluent way. The skin truly is amazing.


RE: Arctic Horizon 2 - silentscreaming - 2022-08-21

Hi Jurial,

Thanks for your amazing skins, it's all we have used for years.

I wondered if I am missing something with AH2?

I feel like with AH1 there was a setting to have a poster show on the OSD when a movie was paused etc. and a channel logo on OSD for IPTV when scrolling and changing.

I can't for the life of me find the setting, but I miss it, especially on IPTV. Is it no longer an option? If not, could it be in the future?


RE: Arctic Horizon 2 - minipierre - 2022-08-21

I have a smart playlist set up for Christmas movies. I am trying to find a png icon that matches those used with this skin. I can't find a relevant one in those provided with the skin. Can anyone help? I can download a 128 x 128 png from the Web but the style doesn't match.


RE: Arctic Horizon 2 - jurialmunkey - 2022-08-21

(2022-08-20, 19:40)Aemstel Wrote:
(2022-08-20, 05:06)jurialmunkey Wrote:
(2022-08-18, 06:18)Aemstel Wrote: When clicking an actor or crewmember it now shows info from internet about anything they ever did, which is very nice. But is it also possible for it to list local library items that they are in?

https://github.com/jurialmunkey/skin.arctic.horizon.2/issues/204

I've been checking out the recommendation options and sections more extensively, and I just want to say it's incredible. I didn't realize all this info was available in such a fluent way. The skin truly is amazing.

Thanks! It's probably the main skin feature that I use the most day-to-day. Maybe I need to make it a bit more obvious that the recommendations window is there (in AH1 I had some hint text at the bottom of the info dialog - maybe I need to included that again) -- I'd hate to think people are missing out on this feature because they haven't discovered it!


RE: Arctic Horizon 2 - jurialmunkey - 2022-08-21

(2022-08-21, 03:09)silentscreaming Wrote: Hi Jurial,

Thanks for your amazing skins, it's all we have used for years.

I wondered if I am missing something with AH2?

I feel like with AH1 there was a setting to have a poster show on the OSD when a movie was paused etc. and a channel logo on OSD for IPTV when scrolling and changing.

I can't for the life of me find the setting, but I miss it, especially on IPTV. Is it no longer an option? If not, could it be in the future?

No poster on the osd. It's intentional - I always found the big poster excessive so I removed it - expanded info including artwork can be viewed via the info button on the OSD.

That being said, I'm definitely planning on introducing PVR channel logos somehwere -- just haven't quite got to it yet. There's still a lot of PVR improvements to come (and music library too). It's simply that my main focus has been movie/tvshow features since that's mainly what I use myself


RE: Arctic Horizon 2 - jurialmunkey - 2022-08-21

(2022-08-21, 10:43)minipierre Wrote: I have a smart playlist set up for Christmas movies. I am trying to find a png icon that matches those used with this skin. I can't find a relevant one in those provided with the skin. Can anyone help? I can download a 128 x 128 png from the Web but the style doesn't match.

The icons I use are from https://iconmonstr.com/

Icons are white 64x64px centered on a 128x128px canvas (i.e. 128px with 32px padding). If there are any icons from iconmonstr that you'd like me to include, just let me know.