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) 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
RE: Arctic Horizon - jurialmunkey - 2020-03-31 (2020-03-30, 17:14)sito1961 Wrote:(2020-03-29, 09:25)sito1961 Wrote:@jurialmunkey(2020-03-29, 01:55)jurialmunkey Wrote: What is "VIDEOCLIPS"? Do you mean music videos? 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. 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:Hey Jurialmunkey, 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. 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: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,(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. 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:Well I spent a bit trying to figure it out... I was able to fix it. I created a pull request.(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? RE: Arctic Horizon - drinfernoo - 2020-03-31 (2020-03-31, 03:04)mastonic Wrote:(2020-03-31, 00:39)jurialmunkey Wrote:Well I spent a bit trying to figure it out... I was able to fix it. I created a pull request.(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? 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. 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. 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. 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 . It has knocked AZ2 from the first place . 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: Thank you very much for the work and greetings. |