Release Arctic: Zephyr - 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: Release Arctic: Zephyr (/showthread.php?tid=217174) 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
|
RE: Arctic: Zephyr - jurialmunkey - 2016-02-21 (2016-02-19, 21:36)zukove Wrote:(2016-02-19, 21:11)Hustler1337 Wrote:(2016-02-19, 19:49)zukove Wrote: Hi, Should be fixed on git now. The name of the incinemas call in the extendedinfo script was changed, so thats why it wasnt working. (2016-02-20, 17:47)bigbadrabbit Wrote: Almost every time i open a video addon and it refreshes/pulls new content, i get this for about 5 seconds (depends on the addon):I don't know if there is really a way around this. It has been a long standing issue when you call addons directly from the home window - it also happens in confluence so I think it is a core issue. (2016-02-20, 18:30)jimbo1215 Wrote: With the new update to widgets, is set custom widget path no longer supported? My custom widgets no longer load like they did on 2.0.0.No need for custom widgets any more as you can select any library path directly for widgets. (2016-02-20, 22:49)BigSnicker Wrote: New Kodi user here who has totally fallen in love with Arctic Zephyr. Yesterday I very quickly got it up and working smoothly after customizing some beautifully simple menus for my grandparents. Everyone was thrilled and I need to find someone to give money to.There is a Pledgie donate button on the first page (just under screenshots) if you wish to donate. Yeah unfortunately no touch or mouse support for this skin - I don't have a tablet so can't really test it, plus there are a few things that just wouldn't work anyway. RE: Arctic: Zephyr - Scott00007 - 2016-02-21 Is there a technical reason why the widgets when you choose "Featured" for your home setup cannot be only available when you press up? Eminence does this with no problem.....appearance wise any way. I really think that this would be an awesome feature to add. Thanks. RE: Arctic: Zephyr - Slowhands - 2016-02-21 Hi, just updated to the current version on github, using Jarvis. It seems as though custom shortcuts on the homescreen are no longer working for addons that pull their directory listing data on open (i.e., lack a static directory)? e.g., for the Giant Bomb addon, all I see is this when using a homescreen shortcut: The addon otherwise works fine if I open it from addons in the settings menu. I may be doing something completely wrong, but this wasn't as issue on Isengard. RE: Arctic: Zephyr - xAyx - 2016-02-21 Hello again jurialmunkey. Before "persistent widgets" update you could set custom widget for each shortcut and change "Fallback widget" to "Single Image". But now its disable the widget completely, only weather widget works unless you change "Fallback widget" to "Spotlight". Is there a way to fix this? Fixed by editing template.xml line 180 Code: <visible>IntegerGreaterThan(Container(301).NumItems,0) | Container(301).IsUpdating</visible> to Code: <!-- visible>IntegerGreaterThan(Container(301).NumItems,0) | Container(301).IsUpdating</visible--> Thank you again. Avia. RE: Arctic: Zephyr - daz1uk - 2016-02-21 Hi, I'm trying to find out how to add the menu item 'Music' to the main menu bar please? It shows in settings and I have pointed it to the Google Music addon. RE: Arctic: Zephyr - Hustler1337 - 2016-02-21 (2016-02-21, 12:30)daz1uk Wrote: Hi, I had the exact same issue when I tried to change the Music menu item to load the Google Music addon - the 'Music' menu item would not show up on the home screen despite it being listed in the skin settings. Eventually gave up thinking it was just me but glad you've also noticed this. It happens when you create a menu item to any Music addon. RE: Arctic: Zephyr - zukove - 2016-02-21 (2016-02-21, 02:27)jurialmunkey Wrote:(2016-02-19, 21:36)zukove Wrote: [quote='Hustler1337' pid='2251049' dateline='1455909095'] Should be fixed on git now. The name of the incinemas call in the extendedinfo script was changed, so thats why it wasnt working. Fixed indeed. Thanks @jurialmunkey RE: Arctic: Zephyr - BobCratchett - 2016-02-21 (2016-02-21, 15:04)Hustler1337 Wrote:(2016-02-21, 12:30)daz1uk Wrote: Hi, We (hopefully) fixed a bug yesterday in script.skinshortcuts which can cause this. If you can't wait for the fix to get to the repo, you can manually download the latest git version from here. (From the link click 'Download ZIP', then extract it and replace the contents of addons/script.skinshortcuts with the contents of the zip. You'll find the addons folder one folder 'up' from the userdata (wiki) folder.) RE: Arctic: Zephyr - Hustler1337 - 2016-02-21 (2016-02-21, 19:51)BobCratchett Wrote:(2016-02-21, 15:04)Hustler1337 Wrote:(2016-02-21, 12:30)daz1uk Wrote: Hi, Thanks for coming over here and informing us that this has been fixed Bob. Just tested the latest version from Git and seems to be all working now. It seemed to work on another skin I tried so I (wrongly) thought it may have been a skin-related issue, but all is good now. Thanks to all the dev team at Skin Shortcuts. RE: Arctic: Zephyr - jurialmunkey - 2016-02-22 (2016-02-21, 02:50)Scott00007 Wrote: Is there a technical reason why the widgets when you choose "Featured" for your home setup cannot be only available when you press up? There was initially a reason for it, but I think with the templates changes I made, its no longer a problem (Can't actually remember what the reason was, but there definitely was one for it -- but seems from my tests that there are no problems with it now). Should be on git. RE: Arctic: Zephyr - jurialmunkey - 2016-02-22 2.2.6 -- Additional Hubs ! This update brings additional hub options. You can now have up to 9 different hubs which are fully customisable in terms of Widgets and Items. RE: Arctic: Zephyr - loggio - 2016-02-22 I've just updated the skin and I can't see any options for more hubs... All only tv and movies RE: Arctic: Zephyr - loggio - 2016-02-22 Never mind... Perhaps the "hub items" section of the skin needs to be removed?also, if I set a hub for live tv, pushing 'back' on my remote takes me back to the home screen instead of the hub. RE: Arctic: Zephyr - jurialmunkey - 2016-02-22 @loggio - yeah just a left over I forgot to remove. Hubs are all handled from inside the customise home screen now. I have feeling that the live TV issue isn't fixable because of some weird way pvr windows are handled RE: Arctic: Zephyr - skarragallagher - 2016-02-22 @JurialMonkey So I finally updated to Jarvis and then manually updated the skin to the latest on Git (as of last night) The upgrade went fine however I think I may have found a bug or two. I usually used to the "cards view" in LiveTV-->Recordings. Now the only view that is available is "List View". Is there a reason why I can't change the views? When go into the context menu to change the view (like I can do from the "movies" or "tv show" sections) it doesn't change the view. I do see support for the skin helper service and the PVR thumbnails (thanks so much for adding this) however I am not able to get it work showing the thumbnails for the PVR "folders". It does appear to show the artwork when I go into the folder and highlight the actual recording and I believe on the guide as well, however the folder itself (in the "recordings" section) is not showing any artwork in the current view. This one shows the current "list view" It would be nice if both 1 and 2 showed the artwork Ultimately I am after something like this. This screenshot shows the Titan Skin to prove that the backend functionality is working and that there are thumbnails available. I think the skin is just not properly showing them. |