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-15 (2016-02-15, 12:50)dills18 Wrote: I'm sure this will have been answered somewhere within the 143 pages of this thread, maybe if I had a full day I'd find it but I'll ask anyway,Sorry you won't get any help for banned piracy addons here. RE: Arctic: Zephyr - perfectcolors - 2016-02-16 I'm not sure if this is by design or not, but the 'Spotlight' widget is visible on the home screen during music visualization playback. I think it would be nice if the widget would hide during music playback just like it does for video playback. RE: Arctic: Zephyr - jurialmunkey - 2016-02-17 Version 2.2.1 Hi guys, just a heads up that I've pushed a new version to github master branch (Jarvis). This is a big change in the way widgets are handled - I've switched to using skinshortcuts templates. This means we now have persistent widgets that don't need to reload everytime you switch menu items. Also, the weather widget now displays a forecast in the widget box in Classic home mode, similar to how the weather widget is in Vertical. RE: Arctic: Zephyr - Hustler1337 - 2016-02-17 (2016-02-17, 05:08)jurialmunkey Wrote: Version 2.2.1 That's great! Glad you've noticed that this was an issue, I thought I was being OCD with the constant reloading of widgets when you flick through the menu items. Works flawlessly now. One other thing, are you aware that season posters are not displaying? Someone's already marked this as an issue on Github and hoping you'll put the fix in your next commit. Also, great to see you back on the scene jurialmunkey RE: Arctic: Zephyr - jurialmunkey - 2016-02-18 @Hustler1337 - Yeah its always been a bit of a problem, but only really fixable when templates were introduced in skinshortcuts and I haven't really had the time until just now to delve into understanding how the template function works until now. I've fixed the season poster issue. Not even sure why that line was commented out - I think I must have done it accidentally at some stage or was testing something and forgot to revert it. RE: Arctic: Zephyr - Talguy - 2016-02-18 Great to see you back @jurialmunkey. How the real life treated you well. This new update is going to be great. Will install tomorrow. How do I actually add a weather widget to my home screen? I don't see an option in the previous version when I'm in the customize home screen editor. RE: Arctic: Zephyr - jurialmunkey - 2016-02-18 @Talguy - you need a weather fanart addon installed and enabled - can do this from side menu on weather screen (multi is the only one I find works correctly) Also, updates on git are Jarvis only from now on. RE: Arctic: Zephyr - skarragallagher - 2016-02-18 Thanks for updating the skin for Jarvis, I have yet to install Jarvis as I have been waiting for an official RTM release. I was wondering if you had plans to integrate the skin helper service that some other skins are using (like Titan) to show PVR folder thumbnails. Perhaps you already have (since I am still on Kodi 15 I haven't updated to the latest version). Anyhow thanks for the awesome skin! RE: Arctic: Zephyr - jurialmunkey - 2016-02-18 (2016-02-18, 07:29)skarragallagher Wrote: Thanks for updating the skin for Jarvis, I have yet to install Jarvis as I have been waiting for an official RTM release. Ah, I actually thought I had included PVR thumb support, but turns out I hadn't -- getting my skins mixed up! Will add to git shortly. RE: Arctic: Zephyr - RazorFR - 2016-02-18 Many thanks for the update and your attention to details! Using the random song as a widget for music, labels are not 100% correct. With a couple of changes in Widget <value condition="StringCompare(Container(300).ListItem.Property(widgetType),albums)">$INFO[Container(301).ListItem.Property(Album_Description)]</value> <value condition="StringCompare(Container(300).ListItem.Property(widgetType),songs)">Recorded by $INFO[Container(301).ListItem.Artist] on the album $INFO[Container(301).ListItem.Album,,.]</value> And Widget Plot <value condition="StringCompare(Container(300).ListItem.Property(widgetType),albums) | StringCompare(Container(300).ListItem.Property(widgetType),songs)">$INFO[Container(301).ListItem.Artist]$INFO[Container(301).ListItem.Year, • ,]</value> It looks better (before/after) Also for consistency, Would it be possible to have the new weather widget to only show on pressing up when the option 'Only display widgets when pressing up" is selected. Currently it is the only one that pops up automatically. Last, I use advanced launcher and was wondering if you had plans to add natively a few already existing views for it. Many thanks RE: Arctic: Zephyr - dr.joaomarcelo - 2016-02-18 @jurialmunkey I got the lastest version from github and i was anxious to test the new keyboard autocompletition but at least for me it's unusuble. The keyboard popups but i cant enter any key. It also seems there is a open window under the keyboard that opens with it, but i can't see what it is. Could you look at it? If it's only me and you need a log, i can provide one later. Thanks Ok here is the log: http://xbmclogs.com/pqg62f5mv RE: Arctic: Zephyr - Scott00007 - 2016-02-18 (2016-02-18, 13:25)dr.joaomarcelo Wrote: @jurialmunkey I am having the exact same problem....I am not able to type anything at all I am using the latest version from GitHub. Thanks RE: Arctic: Zephyr - skarragallagher - 2016-02-18 (2016-02-18, 08:19)jurialmunkey Wrote:You sir are awesome!(2016-02-18, 07:29)skarragallagher Wrote: Thanks for updating the skin for Jarvis, I have yet to install Jarvis as I have been waiting for an official RTM release. Look forward to it RE: Arctic: Zephyr - loggio - 2016-02-18 Hi jurialmunkey I think I've mentioned this before but anyways, vertical home doesn't display scheduled recordings like the horizontal menus do. Also, pvr channels list doesn't show any indication if a channel is currently being recorded. If you click on a channel In the list and hit record there is no marker to show you that it's recording. Any chance you could add more hubs like eminence? And perhaps have an option to have the hub menu on the left instead of the right so it stays in line with the rest of the skin being left to right? Another thing I really like about eminence is the keyboard.... Being able to edit the text directly in the text box. Can we get the same keyboard in Arctic? Anyways great to see you back and well. Cheers, Loggio. RE: Arctic: Zephyr - yeahwhatokay - 2016-02-18 (2016-02-11, 22:42)Hustler1337 Wrote: In Includes_Furniture.xml change line 409 to: Awesome! Thanks! |