Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 30
  • 31
  • 32(current)
  • 33
  • 34
  • 201
WIP Arctic Horizon
@drinfernoo @atomizasser @Japangelo @lightsout
Please see latest version (v0.1.44) for an option to disable the waves animation.
Skin Settings > Background > Background busy animation
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2020-03-24, 15:17)hacky4real Wrote: BUG: Poster and plot no longer showing when movie is paused

Works fine for me. Do you have the option enabled?
Skin Settings > Video / Music > Display additional on-screen information with controls or when paused
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2020-03-25, 00:32)popeye2468 Wrote:
(2020-03-24, 23:37)drinfernoo Wrote:
(2020-03-24, 21:11)popeye2468 Wrote: another issue if i point a widget to the catchup tv and more addon as well as youtube addons it does not show the thumbnail but it shows the fanart, resulting in this

https://i.imgur.com/oI1PCQr.png

But i want it t look like this

https://i.imgur.com/UOXuy4S.png

this is across majority of skins only a few are showing correctly

Are you using the "Landscape art" setting in the skin? It may make a difference in this instance, whether it is on or off.

Landscape art is checked but no difference

And what if you uncheck it?
Reply
(2020-03-25, 01:01)drinfernoo Wrote:
(2020-03-25, 00:32)popeye2468 Wrote:
(2020-03-24, 23:37)drinfernoo Wrote: Are you using the "Landscape art" setting in the skin? It may make a difference in this instance, whether it is on or off.

Landscape art is checked but no difference 

And what if you uncheck it? 
Nope still the same
Reply
(2020-03-25, 00:32)popeye2468 Wrote:
(2020-03-24, 23:37)drinfernoo Wrote:
(2020-03-24, 21:11)popeye2468 Wrote: another issue if i point a widget to the catchup tv and more addon as well as youtube addons it does not show the thumbnail but it shows the fanart, resulting in this

https://i.imgur.com/oI1PCQr.png

But i want it t look like this

https://i.imgur.com/UOXuy4S.png

this is across majority of skins only a few are showing correctly

Are you using the "Landscape art" setting in the skin? It may make a difference in this instance, whether it is on or off.

Landscape art is checked but no difference

It's because the addon is not setting ListItem.Art(landscape) - the addon is only setting art to ListItem.Art(thumb) which is a generic artwork type with no specified aspect ratio. As a result, there is no way for the skin to know that 16:9 artwork is available, so the skin will fallback to fanart as that is always 16:9 (which is the ratio needed for that widget aspect).

You should request that the addon author sets landscape art to the landscape artwork type, so that skins are able to tell that it's available.
EDIT: I just posted in the addon thread about the issue.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2020-03-25, 00:41)jurialmunkey Wrote: @drinfernoo @atomizasser @Japangelo @lightsout
Please see latest version (v0.1.44) for an option to disable the waves animation.
Skin Settings > Background > Background busy animation
Will do thank you sir!

EDIT## I am only seeing 1.36c in the repository. Do I need to do a manual install?
Reply
(2020-03-25, 01:11)jurialmunkey Wrote:
(2020-03-25, 00:32)popeye2468 Wrote:
(2020-03-24, 23:37)drinfernoo Wrote: Are you using the "Landscape art" setting in the skin? It may make a difference in this instance, whether it is on or off.

Landscape art is checked but no difference 

It's because the addon is not setting ListItem.Art(landscape) - the addon is only setting art to ListItem.Art(thumb) which is a generic artwork type with no specified aspect ratio. As a result, there is no way for the skin to know that 16:9 artwork is available, so the skin will fallback to fanart as that is always 16:9 (which is the ratio needed for that widget aspect).

You should request that the addon author sets landscape art to the landscape artwork type, so that skins are able to tell that it's available.
EDIT: I just posted in the addon thread about the issue. 

Yeah so did i but they said its a skin problem lol
Reply
(2020-03-24, 21:06)popeye2468 Wrote: Ok the sub menu hub seems to have a bug, i listed the items as shown but it does not scroll accross

see atatched

https://i.imgur.com/aIb7Tbt.png

Please download v0.1.45
https://github.com/jurialmunkey/skin.arc...ag/v0.1.45

There is an option in Skin Settings > Home to disable the autowidth hub widgets, which will fix the scrolling issue (Unfortunately that has to be the tradeoff due to limitations in the skinning engine with autowidth items).
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2020-03-25, 01:19)lightsout Wrote:
(2020-03-25, 00:41)jurialmunkey Wrote: @drinfernoo @atomizasser @Japangelo @lightsout
Please see latest version (v0.1.44) for an option to disable the waves animation.
Skin Settings > Background > Background busy animation
Will do thank you sir!

EDIT## I am only seeing 1.36c in the repository. Do I need to do a manual install? 
Go to Add-ons -> Install from Repository, then highlight "jurialmunkey Alpha Repository", open the context menu, and choose "Check for updates".
Reply
(2020-03-25, 01:28)popeye2468 Wrote:
(2020-03-25, 01:11)jurialmunkey Wrote:
(2020-03-25, 00:32)popeye2468 Wrote: Landscape art is checked but no difference 

It's because the addon is not setting ListItem.Art(landscape) - the addon is only setting art to ListItem.Art(thumb) which is a generic artwork type with no specified aspect ratio. As a result, there is no way for the skin to know that 16:9 artwork is available, so the skin will fallback to fanart as that is always 16:9 (which is the ratio needed for that widget aspect).

You should request that the addon author sets landscape art to the landscape artwork type, so that skins are able to tell that it's available.
EDIT: I just posted in the addon thread about the issue. 

Yeah so did i but they said its a skin problem lol

In a way I guess it is a skin problem because the skin is not displaying the artwork. However, ultimately it is an addon issue because the addon isn't providing any way to determine the aspect of the thumb. One of the main reason other artwork types were introduced (way back in xbmc Frodo!) was to give a clear indication of aspect.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2020-03-25, 02:17)jurialmunkey Wrote:
(2020-03-25, 01:28)popeye2468 Wrote:
(2020-03-25, 01:11)jurialmunkey Wrote: It's because the addon is not setting ListItem.Art(landscape) - the addon is only setting art to ListItem.Art(thumb) which is a generic artwork type with no specified aspect ratio. As a result, there is no way for the skin to know that 16:9 artwork is available, so the skin will fallback to fanart as that is always 16:9 (which is the ratio needed for that widget aspect).

You should request that the addon author sets landscape art to the landscape artwork type, so that skins are able to tell that it's available.
EDIT: I just posted in the addon thread about the issue. 

Yeah so did i but they said its a skin problem lol 

In a way I guess it is a skin problem because the skin is not displaying the artwork. However, ultimately it is an addon issue because the addon isn't providing any way to determine the aspect of the thumb. One of the main reason other artwork types were introduced (way back in xbmc Frodo!) was to give a clear indication of aspect. 
Hopefully they will fix it its an annoying issue lol
Reply
(2020-03-24, 11:20)jurialmunkey Wrote:
(2020-03-24, 10:18)Ricks Wrote: Are in picture trailers working at this stage? When I watch a trailer it creates a small window to the right of the movie poster but the trailer plays in full screen behind it?

Edit: if I go back in and try again it does play in the small window. Seems the first time I try to play it plays full screen.

What platform? Android?

Might be the issue on Android where only one videowindow can be drawn.

EDIT: Can you test latest (v0.1.40) and see if it fixes the issue with trailers?

Issue is still there in that version. I'm using Android TV on a shield. I'll do some further testing, get some logs and raise a bug. In the latest, some trailers didn't even start. Some started full screen first time and then windowed second time.
Reply
(2020-03-25, 03:58)Ricks Wrote:
(2020-03-24, 11:20)jurialmunkey Wrote:
(2020-03-24, 10:18)Ricks Wrote: Are in picture trailers working at this stage? When I watch a trailer it creates a small window to the right of the movie poster but the trailer plays in full screen behind it?

Edit: if I go back in and try again it does play in the small window. Seems the first time I try to play it plays full screen.

What platform? Android?

Might be the issue on Android where only one videowindow can be drawn.

EDIT: Can you test latest (v0.1.40) and see if it fixes the issue with trailers?

Issue is still there in that version. I'm using Android TV on a shield. I'll do some further testing, get some logs and raise a bug. In the latest, some trailers didn't even start. Some started full screen first time and then windowed second time.

Working just fine for me on Shield, with 0.1.44b.
Reply
Loving this skin so far! One thing I've noticed is that I've checked use monochrome for media flags and they work fine on the widgets and full screen widget but when I pause a movie the media flags are still colored.
Reply
(2020-03-25, 04:45)TexasRules777 Wrote: Loving this skin so far! One thing I've noticed is that I've checked use monochrome for media flags and they work fine on the widgets and full screen widget but when I pause a movie the media flags are still colored.

Good point! Also, I am kinda missing the more "minimal" OSD icons from AZ2...
Reply
  • 1
  • 30
  • 31
  • 32(current)
  • 33
  • 34
  • 201

Logout Mark Read Team Forum Stats Members Help
Arctic Horizon7