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 - hacky4real - 2020-05-21 Could we have an option to disable playback context menu when paying from the video info screen. l use Plex composite addon; unfortunately it can't play from beginning via video info screen...it will just resume. Thanks. RE: Arctic Horizon - FXB78 - 2020-05-21 (2020-05-21, 15:27)hacky4real Wrote: Could we have an option to disable playback context menu when paying from the video info screen. l use Plex composite addon; unfortunately it can't play from beginning via video info screen...it will just resume.It gives me the option to resume or play from the beginning. Although I have noticed Composite & AH interaction can be a bit random at times, usually when playing from widgets. RE: Arctic Horizon - FXB78 - 2020-05-21 (2020-03-29, 23:22)jurialmunkey Wrote:Hi JM, did you ever make any progress with this whitelist idea for addons like the ITV Player with non-standard views?(2020-03-29, 20:18)FXB78 Wrote: When using the ITV Player addon the view is set as Poster view with no Text information, making it very difficult to navigate: RE: Arctic Horizon - effe.rnr - 2020-05-22 @jurialmunkey If I remember correctly, there was a bug with Kodi favorites (Kodi crashed) whereupon you built a workaround. According to the changelog, this bug was fixed in Kodi 18.7, so I think you could remove this workaround. RE: Arctic Horizon - jurialmunkey - 2020-05-22 (2020-05-21, 15:27)hacky4real Wrote: Could we have an option to disable playback context menu when paying from the video info screen. l use Plex composite addon; unfortunately it can't play from beginning via video info screen...it will just resume. I'm sorry, I don't know what you're referring to... The only menu added by the skin in the info dialog is the manage menu used to set artwork. RE: Arctic Horizon - jurialmunkey - 2020-05-22 (2020-05-22, 01:12)effe.rnr Wrote: @jurialmunkey The workaround was just setting a WindowClose fade animation of 100ms - so really not a big deal to leave in (and useful for those who haven't updated yet). Kodi just didn't like the dialog closing immediately, so it needed the animation to delay it a moment. RE: Arctic Horizon - FXB78 - 2020-05-22 I've noticed a small cosmetic issue with scrolling when Wall View is enabled. If we scroll to the right instead of down the posters disappear off the screen, whereas in non-Wall view the highlight box moves across. Having the highlight box scroll across is a bit tidier. The screenshots probably show it better: Wall View disabled: Wall View enabled: RE: Arctic Horizon - jurialmunkey - 2020-05-23 (2020-05-22, 22:26)FXB78 Wrote: I've noticed a small cosmetic issue with scrolling when Wall View is enabled. If we scroll to the right instead of down the posters disappear off the screen, whereas in non-Wall view the highlight box moves across. Having the highlight box scroll across is a bit tidier. The screenshots probably show it better:This was intentional. Because the wall scrolls all directions, the first position always has to be focused (eg think what would happen if you were in the row above one of these last items and then moved down but the position didn't match). That made the transition animation between list and wall very difficult, so I just made the list fixed to position 1 if wall was enabled. I actually came up with a solution a version or two ago.. However if you get the latest from github you'll notice even still the transition animation on the last couple of items is nowhere near as clean as the first position transition to the wall. RE: Arctic Horizon - jurialmunkey - 2020-05-23 (2020-05-21, 22:23)FXB78 Wrote:(2020-03-29, 23:22)jurialmunkey Wrote:Hi JM, did you ever make any progress with this whitelist idea for addons like the ITV Player with non-standard views?(2020-03-29, 20:18)FXB78 Wrote: When using the ITV Player addon the view is set as Poster view with no Text information, making it very difficult to navigate: Ha! Good timing! I actually just got it finished. Need latest version of the skin plus latest version of https://github.com/jurialmunkey/script.skinvariables (v0.0.9) So that script basically builds the visibility conditions for the different views. You can now choose a different view from the options menu and it will lock the view to the content type for that particular plugin (or library in the library). So for instance you could set: Library Movies = Poster Library Seasons = Integrated TMDbHelper Movies = Landscape TMDbHelper Seasons = Poster Netflix Movies = List Netflix Seasons = Integrated You can set different configurations for any number of addons. I feel like you get best of both worlds with this approach. Default setup is the same as before and all the views are locked to content types but now you can tweak what the locks are on a per addon basis. RE: Arctic Horizon - FXB78 - 2020-05-23 (2020-05-23, 01:50)jurialmunkey Wrote:Ah yes sorry, I forgot to check if I was on the latest version I see what you mean about the first position, I hadn't thought of that. Anyway I just tried the latest version & whilst it's not as clean a transition as the first position it still looks absolutely fine. Thanks.(2020-05-22, 22:26)FXB78 Wrote: I've noticed a small cosmetic issue with scrolling when Wall View is enabled. If we scroll to the right instead of down the posters disappear off the screen, whereas in non-Wall view the highlight box moves across. Having the highlight box scroll across is a bit tidier. The screenshots probably show it better:This was intentional. Because the wall scrolls all directions, the first position always has to be focused (eg think what would happen if you were in the row above one of these last items and then moved down but the position didn't match). RE: Arctic Horizon - FXB78 - 2020-05-23 (2020-05-23, 15:57)jurialmunkey Wrote: You can set different configurations for any number of addons. I feel like you get best of both worlds with this approach.This is a great addition, I just tried it out with the ITV Player addon and it fixed the dreaded Poster view I was seeing & it's now displayed perfectly. Thanks RE: Arctic Horizon - justin150 - 2020-05-23 Apologies if this has been asked before but I did try a couple of searches with no joy. I think I can get this skin to work the way I want possibly with a judicious use of AutoWidgets but there is one issue which is really frustrating me. I have set up a main menu item as Quit. If I scroll down to that main menu item all I want to see is a static background image I have selected (basically a picture of a switch). No matter what I do the skin will show random fan art from my movie library. There appears to be no way of switching it off short of setting up a widget (which I do not want) and setting a widget background. I guess I am missing something obvious but how to do I achieve the result of main menu item which has no sub-menu, no widgets and the background I select RE: Arctic Horizon - FXB78 - 2020-05-23 (2020-05-23, 19:12)justin150 Wrote: Apologies if this has been asked before but I did try a couple of searches with no joy.Did you try disabling "Use showcase hub for fullscreen widget"? RE: Arctic Horizon - justin150 - 2020-05-23 (2020-05-23, 19:28)FXB78 Wrote:Yes I did have that setting disabled from the start. I also tried with it enabled to see if it made any difference - it didn't.(2020-05-23, 19:12)justin150 Wrote: Apologies if this has been asked before but I did try a couple of searches with no joy.Did you try disabling "Use showcase hub for fullscreen widget"? This might be a bug in the skin xmls or a feature because I admit it does look nice, but sadly not the look I want. RE: Arctic Horizon - hacky4real - 2020-05-24 Hi jurialmunkey, in the latest build; clearart is enabled but not showing in movies and tv shows...only showing in the home screen. |