Arctic: Zephyr 2 - 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: Arctic: Zephyr 2 (/showthread.php?tid=339791) 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
|
RE: Arctic: Zephyr 2 - jurialmunkey - 2019-10-19 (2019-10-19, 02:37)drinfernoo Wrote:Not possible.(2019-10-19, 01:11)jurialmunkey Wrote:(2019-09-26, 05:10)Seattle2Nashville Wrote: @jurialmunkey The Play/Browse fix simply hides the Play button if the IsFolder flag is set and instead shows a custom "Browse" button which just opens the video window and sets the container path to the folderpath value (I'm simplifying a little bit, but that's the basic gist). Code: ActivateWindow(videos,$INFO[ListItem.FolderPath],return) ListItem.FolderPath basically stores the "next" folder that will open if the item is clicked on. To open the "Seasons" of a tvshow from the Episode, the skin would need to know what the "FolderPath" of the base tvshow. However, there is no equivalent path label that contains this info at the episode level. It could be done in the Kodi library if the skin has a way to get the tvshow dbid because the paths follow a consistent structure. For instance, the seasons for a tvshow are available with: Code: videodb://tvshows/titles/TVSHOW-DBID/ Code: videodb://tvshows/titles/TVSHOW-DBID/SEASON-NUMBER/ However, unlike the Kodi library, there is no consistent path structure for add-ons - so there is no way to know what the seasons/episodes path would be. RE: Arctic: Zephyr 2 - Seattle2Nashville - 2019-10-19 (2019-10-19, 01:11)jurialmunkey Wrote:(2019-09-26, 05:10)Seattle2Nashville Wrote: @jurialmunkey Just got a chance to check it out and as doc said, It'd be awesome if there was the same browse option on episode info dialogs. But outside of that, everything is working great! The fixed focus on widgets and changes to the OSD are both awesome RE: Arctic: Zephyr 2 - bb10 - 2019-10-19 I have 2 small issues. One is with the subtitle and info icons in the OSD. Every time I want to enable/disable or change subs, I end up accidentally pressing the info icon. I think it has to do with them both looking like speech balloons. Could you change the info icon to a circle or different shape, please? My other request is an option to make the seekbar disappear faster after unpause. The delay is pretty long and sometimes obscures subtitles directly after unpausing. Thank you! RE: Arctic: Zephyr 2 - jurialmunkey - 2019-10-19 (2019-10-19, 04:39)bb10 Wrote: I have 2 small issues. I agree about the icons. Added to my todo list: https://github.com/jurialmunkey/skin.arctic.zephyr.2/issues/130 EDIT: Added in latest release. The seekbar display after pause duration is not possible to change. It is linked to Player.DisplayAfterSeek which is hard-coded to 2.5 seconds. It is designed that way so you can see where you are seeking too. The problem is that kodi also sets it after pause and if I remove the condition then it makes certain types of seeking difficult. RE: Arctic: Zephyr 2 - drinfernoo - 2019-10-20 (2019-10-19, 03:34)jurialmunkey Wrote:(2019-10-19, 02:37)drinfernoo Wrote:Not possible.(2019-10-19, 01:11)jurialmunkey Wrote: @Seattle2Nashville - I think the Browse/Play issue should be fixed now. Can you test and confirm? Very good explanation; makes sense to me now. RE: Arctic: Zephyr 2 - tinnyskillz - 2019-10-21 @jurialmunkey is their any way you can make it that on the home screen. There could be multiple widgets that shows the highlighted media`s plot. When there`s a single widget, the plot shows (it doesn`t if there`s more than 1 widget setup). It would be awsome to click down, and my other widgets are shown (one at a time like a single widget) with their plots as well. RE: Arctic: Zephyr 2 - drinfernoo - 2019-10-21 (2019-10-21, 04:03)tinnyskillz Wrote: @jurialmunkey is their any way you can make it that on the home screen. There could be multiple widgets that shows the highlighted media`s plot. When there`s a single widget, the plot shows (it doesn`t if there`s more than 1 widget setup). It would be awsome to click down, and my other widgets are shown (one at a time like a single widget) with their plots as well. I've been considering making a pull request involving a "Poster Details" widget aspect, similar to AuraMOD's... but I'm still working on the "Landscape Poster" one RE: Arctic: Zephyr 2 - ausamnco - 2019-10-21 (2019-10-21, 04:03)tinnyskillz Wrote: @jurialmunkey is their any way you can make it that on the home screen. There could be multiple widgets that shows the highlighted media`s plot. When there`s a single widget, the plot shows (it doesn`t if there`s more than 1 widget setup). It would be awsome to click down, and my other widgets are shown (one at a time like a single widget) with their plots as well. +1 this. I've been searching for a way to do this. Would be great if this can be done. More for the ratings rather than the plot itself. RE: Arctic: Zephyr 2 - mardup - 2019-10-21 (2019-10-21, 04:03)tinnyskillz Wrote: @jurialmunkey is their any way you can make it that on the home screen. There could be multiple widgets that shows the highlighted media`s plot. When there`s a single widget, the plot shows (it doesn`t if there`s more than 1 widget setup). It would be awsome to click down, and my other widgets are shown (one at a time like a single widget) with their plots as well. And with one single widget, something like this also ? RE: Arctic: Zephyr 2 - Gyulafi - 2019-10-22 please help from hungary. I made a menu that points to a directory "animacio". if I click on it, script.skinshortcuts window comes in 4x. then the movies come in. How can this window be skipped? Why come in? (Every skin is like that) Animacio (menu) -> script.skinshortcuts window -> movies Thanks! Pick: https://ibb.co/Ln374Zw https://ibb.co/s1CkkRQ https://ibb.co/vm130x3 https://ibb.co/1qjNQ2f RE: Arctic: Zephyr 2 - Klojum - 2019-10-22 @Gyulafi Don't start double-posting on our forum right from the start. We have some anti-spam measures that are kicking in for newcomers here. RE: Arctic: Zephyr 2 - User 127663 - 2019-10-22 When using widgets, if only one widget is selected, the items have plot summaries beneath them. When using multiple widgets the summaries are gone and only the movie posters on each widget are rendered. Is there a way to have posters with plot summaries when using multiple widgets? RE: Arctic: Zephyr 2 - hyper_puncher - 2019-10-22 (2019-08-31, 04:55)jurialmunkey Wrote: 0.9.46-a2 - UpNext SupportHi, thanks for this incredible skin! I can't find how to enable this feature. RE: Arctic: Zephyr 2 - drinfernoo - 2019-10-22 (2019-10-22, 15:39)hyper_puncher Wrote:(2019-08-31, 04:55)jurialmunkey Wrote: 0.9.46-a2 - UpNext SupportHi, thanks for this incredible skin! Install Up Next from the Kodi repository RE: Arctic: Zephyr 2 - User 127663 - 2019-10-22 I am getting cropped TV and Movie posters throughout the skin. Notice in the above image how the bottom and top portions are cropped compared to the original poster https://www.themoviedb.org/movie/3175-barry-lyndon?language=en-US |