Kodi Community Forum
WIP Arctic Horizon - 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: WIP Arctic Horizon (/showthread.php?tid=351756)



RE: Arctic Horizon - horizons1 - 2020-11-14

@jurialmunkey the music player seems to be displaying the AlbumArtist tag rather than Artist. I'm familiar with your Includes_OSD from AZ2, having modded it a bit to rearrange items. So when I look at Includes_OSD for Arctic Horizon, the control below seems right, but when I comment out this control and reload the skin the label still appears the same.

                        <control type="label">
                            <textcolor>panel_fg_70</textcolor>
                            <font>font_small_bold</font>
                            <height>30</height>
                            <align>center</align>
                            <label>$INFO[MusicPlayer.Artist]</label>
                        </control>

I wonder whether some other control is overriding this? I've noticed the same is true for a number of other controls within the Includes_OSD file. Changing them doesn't seem to affect the look of the music now playing info screen. The only one that reliably behaves as I expect when modified is the album cover size.

Image


RE: Arctic Horizon - jurialmunkey - 2020-11-14

(2020-11-13, 22:11)Fenderman Wrote: In certain views I have some borders which seem to be out of place. 
I think this might be a bug.

On Poster Row:
A light grey boarder, maybe 20 pixels in width on the left side

On TV view when pressing Info.
It is black translucent showing infos and channel name, except a aprox. 20 pixel wide border arround it showing the clear TV image
Same happens with all these translucent black overlays. They have a clear "frame" which shows the image in the background without the black overlay

I hope my description is goo enough.

Thanks for helping!
Screenshots would be helpful.


RE: Arctic Horizon - jurialmunkey - 2020-11-14

(2020-11-14, 18:15)MrSeb Wrote: Hello It's possible have font Japanese ?

Thx

Image
Not yet but support for CJK characters is on my todo list.


RE: Arctic Horizon - jurialmunkey - 2020-11-14

(2020-11-14, 19:45)horizons1 Wrote: @jurialmunkey the music player seems to be displaying the AlbumArtist tag rather than Artist. I'm familiar with your Includes_OSD from AZ2, having modded it a bit to rearrange items. So when I look at Includes_OSD for Arctic Horizon, the control below seems right, but when I comment out this control and reload the skin the label still appears the same.

                        <control type="label">
                            <textcolor>panel_fg_70</textcolor>
                            <font>font_small_bold</font>
                            <height>30</height>
                            <align>center</align>
                            <label>$INFO[MusicPlayer.Artist]</label>
                        </control>

I wonder whether some other control is overriding this? I've noticed the same is true for a number of other controls within the Includes_OSD file. Changing them doesn't seem to affect the look of the music now playing info screen. The only one that reliably behaves as I expect when modified is the album cover size.

Image
It's in a variable in includes_labels. can't remember off the top of my head which one and not currently at the computer to check. It'll have infoline in the name or something similar. There's one variable that controls that whole line.


RE: Arctic Horizon - Fenderman - 2020-11-15

(2020-11-14, 23:44)jurialmunkey Wrote:
(2020-11-13, 22:11)Fenderman Wrote: In certain views I have some borders which seem to be out of place. 
I think this might be a bug.

On Poster Row:
A light grey boarder, maybe 20 pixels in width on the left side

On TV view when pressing Info.
It is black translucent showing infos and channel name, except a aprox. 20 pixel wide border arround it showing the clear TV image
Same happens with all these translucent black overlays. They have a clear "frame" which shows the image in the background without the black overlay

I hope my description is goo enough.

Thanks for helping!
Screenshots would be helpful.

Here are two examples.
But I also have a black border on the main view for example.
Image
Image


RE: Arctic Horizon - C0nvert - 2020-11-16

Hi,
I wanted to ask is there a Favorites widget for the Hub?


RE: Arctic Horizon - MrSeb - 2020-11-16

(2020-11-08, 17:14)MrSeb Wrote: Hello, i has problem fanart. I not find solution... Thx

Image

Hello
@jurialmunkey has you solution ?

Thx


RE: Arctic Horizon - jurialmunkey - 2020-11-16

(2020-11-16, 18:21)MrSeb Wrote:
(2020-11-08, 17:14)MrSeb Wrote: Hello, i has problem fanart. I not find solution... Thx

Image

Hello
@jurialmunkey has you solution ?

Thx
No sorry. It's an issue in the python PIL module blur function that I haven't been able to fix - not quite sure why it happens occasionally.


RE: Arctic Horizon - jurialmunkey - 2020-11-16

(2020-11-15, 00:45)Fenderman Wrote:
(2020-11-14, 23:44)jurialmunkey Wrote:
(2020-11-13, 22:11)Fenderman Wrote: In certain views I have some borders which seem to be out of place. 
I think this might be a bug.

On Poster Row:
A light grey boarder, maybe 20 pixels in width on the left side

On TV view when pressing Info.
It is black translucent showing infos and channel name, except a aprox. 20 pixel wide border arround it showing the clear TV image
Same happens with all these translucent black overlays. They have a clear "frame" which shows the image in the background without the black overlay

I hope my description is goo enough.

Thanks for helping!
Screenshots would be helpful.

Here are two examples.
But I also have a black border on the main view for example.
Image
Image

Either your screen calibration is wrong or you have interface zoom on. Both can be fixed in Kodi settings.

Settings > Interface > Zoom (make sure is 0%)
Settings > System > Display > Video Calibration... (make sure corners are properly aligned to screen edges).


RE: Arctic Horizon - MrSeb - 2020-11-16

(2020-11-16, 22:59)jurialmunkey Wrote:
(2020-11-16, 18:21)MrSeb Wrote:
(2020-11-08, 17:14)MrSeb Wrote: Hello, i has problem fanart. I not find solution... Thx

Image

Hello
@jurialmunkey has you solution ?

Thx
No sorry. It's an issue in the python PIL module blur function that I haven't been able to fix - not quite sure why it happens occasionally.

No problem Wink

On the other hand, I have a problem with TheMovieDb Helper update : "The dependency on xbmc.python.v3...

Thx


RE: Arctic Horizon - MrSeb - 2020-11-16

Error sorry...


RE: Arctic Horizon - MrSeb - 2020-11-17

Blur's problem isn't the size (resolution) of some posters?


RE: Arctic Horizon - RedRanger - 2020-11-17

(2020-11-08, 05:18)RedRanger Wrote: Could I get the Highlight/Gradient color codes for the Aqua and Sunset themes? I would like to experiment with other colors, but I'd like the option to return to the default in case I don't like my results. Thanks!
Hey jurialmunkey, sorry to bump my own question. I’m not sure if you saw my post or not.


RE: Arctic Horizon - jurialmunkey - 2020-11-18

(2020-11-17, 14:36)MrSeb Wrote: Blur's problem isn't the size (resolution) of some posters?
No. They all get resized by PIL to a standard smaller size before being blurred.


RE: Arctic Horizon - jurialmunkey - 2020-11-18

(2020-11-17, 21:48)RedRanger Wrote:
(2020-11-08, 05:18)RedRanger Wrote: Could I get the Highlight/Gradient color codes for the Aqua and Sunset themes? I would like to experiment with other colors, but I'd like the option to return to the default in case I don't like my results. Thanks!
Hey jurialmunkey, sorry to bump my own question. I’m not sure if you saw my post or not.

You can reset the skin to default settings by running the startup wizard again
Skin Settings > List and Other > Run skin setup wizard

The setup wizard will only reset skin settings. It won't reset any other Kodi settings and it won't change your skinshortcuts home configuration.

Sunset
Highlight = FFFF5252 (2nd row 5 across in large palette)
Gradient = FF7C4DFF (4th row 5 across in large palette)

Aquamarine
Highlight = FF0385B5 (3rd row 4 across in small palette)
Gradient = FF35E55E (3rd row 2 across in small palette)