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 - jurialmunkey - 2020-03-31

(2020-03-30, 17:14)sito1961 Wrote:
(2020-03-29, 09:25)sito1961 Wrote:
(2020-03-29, 01:55)jurialmunkey Wrote: What is "VIDEOCLIPS"? Do you mean music videos?       

Hello again @jurialmunkey.

Yes. "VIDEOCLIPS" I mean music videos.
Sorry for the bad expression and thanks for everything.

Keep safe.    
@jurialmunkey

In my first message I told you that I had found two problems with "MUSIC VIDEOS" ("VIDEOCLIPS")

1. The first one has been fixed.
SOLUTION: Looking at the problem, I noticed that the names of some of my files contained the character ","
I renamed these files by removing that character. Now the "music video" menu and submenus works as it should.

2. The second problem continues.
For some reason "Play Album Script" considers music videos to be an audio music album and cannot be played from the "play" icon in the information window. (The same happens in the AZ2 skin).

I wonder if you can remove the dependency from this script, in order to play a music video from the info window. (Other skins do it without depending on "Play Album Script")


Thank you so much for everything.

My play button code is exactly the same as estuary
Estuary: https://github.com/xbmc/xbmc/blob/master/addons/skin.estuary/xml/DialogMusicInfo.xml#L371-L376
AH: https://github.com/jurialmunkey/skin.arctic.horizon/blob/master/1080i/Includes_Info.xml#L415-L420

Maybe the issue is that you are opening musicvideos through the music library, when you should be opening them through the video library?


RE: Arctic Horizon - jurialmunkey - 2020-03-31

(2020-03-30, 19:32)atomizasser Wrote: Hi.
During development you suggested something to replace text title of movie with clearlogo. Could you move in this direction?

Thanks. Regards

https://github.com/jurialmunkey/skin.arctic.horizon/wiki/FAQ#q-can-i-swap-the-title-text-with-clearlogo


RE: Arctic Horizon - jurialmunkey - 2020-03-31

(2020-03-30, 19:57)svb91 Wrote:
(2020-03-01, 00:01)jurialmunkey Wrote: Image
Hey Jurialmunkey,
is it possible to change the "2x06" to "S02E06"?
I don't know if this is a KODI setting (I couldn't find any) or could be added to the skin :-)

That label formatting is built into Kodi library. There's not a way to change it afaik.


RE: Arctic Horizon - jurialmunkey - 2020-03-31

(2020-03-30, 20:57)jdig4240 Wrote: I do notice that if you set a home menu item to open Submenu popup it is not clickable with a mouse.

Yeah, I'm not sure if I can solve this issue - the problem is that when you click the mouse the focus is not on the submenu (it's on the mainmenu), so it closes (because submenu closes when it doesn't have focus). There's no way afaik for a skin to move the position of the mouse.

Probably would need to use submenu hub or widget if you use mouse regularly.


RE: Arctic Horizon - jurialmunkey - 2020-03-31

(2020-03-30, 22:57)hoppel118 Wrote:
(2020-03-30, 22:19)drinfernoo Wrote:
(2020-03-30, 22:12)hoppel118 Wrote: Thanks for this hint. I can‘t see your change. Is your repo in sync with github? I am on 0.1.64 from your repo.

It is now Big Grin I just pushed the latest (0.1.66).  

Thanks, now I am on 0.1.66. Looks good now:

Image

How is it possible to show a poster instead of a station logo? I am using tvheadend (4.3-1857~g221c29b40) for the pvr backend.

What do you think about making the list a little bit smaller to show the description of the recording/timer like it is the case here between title and widget?

Image

Regards Hoppel

Poster depends on what is provided by the backend. If there's no poster, then your backend isn't supplying it.

You can see plot info by switching the recordings/timers view to landscape (press left twice from list to open menu).


RE: Arctic Horizon - jurialmunkey - 2020-03-31

(2020-03-30, 23:36)mastonic Wrote: Thank you for this awesome skin. It's the only nice looking skin that I've found that works great with a mouse... except there is just one problem. Everything in the skin works with a mouse except for the "Play", "Trailer", "Watchlist", and "Overview" buttons in the Information screen. They just don't react at all. Is there any way to make those buttons clickable?

Yeah, I know about this issue. I'm not quite sure why it doesn't work though - especially since the button code in the info dialog is the same as what is used for the buttons above normally viewtypes - so I don't know why one set of buttons is accepting the click and the other isn't!


RE: Arctic Horizon - allard1992 - 2020-03-31

First of all. What an amazing skin. Very common jurialmunkey in navigation but with an different aproach love it.

My question. Is it possible to disable many tmdb functions because my system lags with if. In zephyr 2 after disabling that improved my ui so much. My second question is that the blur doesn't work after the start if Kodi on windows. Not right away. First it starts with an overlay and change when I browse over movies and then it's forever blur. My last question. Can we expect more views in future? I rather have some choice.

Keep up the good work. It's a joy to navigate the ui.


RE: Arctic Horizon - Ricks - 2020-03-31

(2020-03-26, 00:12)Ricks Wrote:
(2020-03-25, 07:32)ocarror Wrote:
(2020-03-25, 06:01)Ricks Wrote: Seems OK for me now, on version 47. I think it may have been related to a PlexKodiConnect setting which felt unrelated but I've changed and it's now working.  Huh 

@Ricks what was the pkc setting? Thanks.    
It was to use direct paths for my media. I can't see exactly why that would be an issue but it has worked since I changed it,   



I had to rebuild my shield and I have this issue again despite settings the PKC setting correctly.

Does anyone else have this issue running PKC on a Shield?

Edit: Created a github item and uploaded a log file.


RE: Arctic Horizon - mastonic - 2020-03-31

(2020-03-31, 00:39)jurialmunkey Wrote:
(2020-03-30, 23:36)mastonic Wrote: Thank you for this awesome skin. It's the only nice looking skin that I've found that works great with a mouse... except there is just one problem. Everything in the skin works with a mouse except for the "Play", "Trailer", "Watchlist", and "Overview" buttons in the Information screen. They just don't react at all. Is there any way to make those buttons clickable?

Yeah, I know about this issue. I'm not quite sure why it doesn't work though - especially since the button code in the info dialog is the same as what is used for the buttons above normally viewtypes - so I don't know why one set of buttons is accepting the click and the other isn't! 
Well I spent a bit trying to figure it out... I was able to fix it. I created a pull request.


RE: Arctic Horizon - drinfernoo - 2020-03-31

(2020-03-31, 03:04)mastonic Wrote:
(2020-03-31, 00:39)jurialmunkey Wrote:
(2020-03-30, 23:36)mastonic Wrote: Thank you for this awesome skin. It's the only nice looking skin that I've found that works great with a mouse... except there is just one problem. Everything in the skin works with a mouse except for the "Play", "Trailer", "Watchlist", and "Overview" buttons in the Information screen. They just don't react at all. Is there any way to make those buttons clickable?

Yeah, I know about this issue. I'm not quite sure why it doesn't work though - especially since the button code in the info dialog is the same as what is used for the buttons above normally viewtypes - so I don't know why one set of buttons is accepting the click and the other isn't! 
Well I spent a bit trying to figure it out... I was able to fix it. I created a pull request.

Does your solution also fix them on the information window for add-ons themselves?


RE: Arctic Horizon - mastonic - 2020-03-31

(2020-03-31, 03:09)drinfernoo Wrote:
(2020-03-31, 03:04)mastonic Wrote:
(2020-03-31, 00:39)jurialmunkey Wrote: Yeah, I know about this issue. I'm not quite sure why it doesn't work though - especially since the button code in the info dialog is the same as what is used for the buttons above normally viewtypes - so I don't know why one set of buttons is accepting the click and the other isn't! 
Well I spent a bit trying to figure it out... I was able to fix it. I created a pull request. 

Does your solution also fix them on the information window for add-ons themselves? 

No, but I updated the PR to fix that too.


RE: Arctic Horizon - jurialmunkey - 2020-03-31

(2020-03-31, 00:41)allard1992 Wrote: First of all. What an amazing skin. Very common jurialmunkey in navigation but with an different aproach love it.

My question. Is it possible to disable many tmdb functions because my system lags with if. In zephyr 2 after disabling that improved my ui so much. My second question is that the blur doesn't work after the start if Kodi on windows. Not right away. First it starts with an overlay and change when I browse over movies and then it's forever blur. My last question. Can we expect more views in future? I rather have some choice.

Keep up the good work. It's a joy to navigate the ui.

Option to disable TMDb lists and ratings will be coming
https://github.com/jurialmunkey/skin.arctic.horizon/issues/3
https://github.com/jurialmunkey/skin.arctic.horizon/issues/4

The blur issue is a colorbox addon issue (it provides the blur) - not much that can be done from the skin side.

There will be no selectable viewtypes in this skin except for some edge cases where it is necessary (e.g. AEL since artwork aspect changes depending on the game system and also some PVR sections where list is easier because the backend supplies minimal info).


RE: Arctic Horizon - jurialmunkey - 2020-03-31

(2020-03-31, 03:21)mastonic Wrote:
(2020-03-31, 03:09)drinfernoo Wrote:
(2020-03-31, 03:04)mastonic Wrote: Well I spent a bit trying to figure it out... I was able to fix it. I created a pull request. 

Does your solution also fix them on the information window for add-ons themselves? 

No, but I updated the PR to fix that too.

Hey thanks for the PR! There are some issues with alignment, but nonetheless the PR is super helpful in actually giving me some ideas about how to potential fix this issue.


RE: Arctic Horizon - Orbeatle - 2020-03-31

This skin just keeps getting better and better Smile. It has knocked AZ2 from the first place Wink.
Thanks for all your effort @jurialmunkey!


RE: Arctic Horizon - klingsor - 2020-03-31

Hi, I really like this skin especially for the way the series one is watching are presented, I would like to know if it is possible that when you access the different sections (movies or series) it looks like in Artic Zephyr 2, instead of in a horizontal line. I guess that's why it's called Artic Horizon, but if you could have a wider view of the different movies or series it would be perfect.

I'd like something like this:
Image

Thank you very much for the work and greetings.