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 - drivesoslow - 2015-11-19 I will create some smart playlists for this. RE: Arctic: Zephyr - BobCratchett - 2015-11-19 Artic Zephyr includes the playlists for these widgets, but it looks like Skin Shortcuts doesn't look in the directory this skin stores them in when loading playlists . As it's a pretty obvious location to store them, I've updated git - https://github.com/BigNoid/script.skinshortcuts - to load them from there so they'll be selectable when that script is next updated on the repo. RE: Arctic: Zephyr - drivesoslow - 2015-11-19 Awesome thanks! The other issue I have is that there is no way to select the weather widget, the default widgets is an empty folder Arctic: Zephyr - PixelJunkie77 - 2015-11-19 Damn finally read through the whole thread. Firstly I have to say Kudos JM, this skin is absolutely beautiful. I have one question. Does anybody here use the extendedinfo mod. That lets you play or add a Movie/TV Show to your library from a streaming video add on. Because I'm have trouble installing it. It's still behaving like vanilla extendedinfo because of the skins custom use of the add on. Does anyone have the know how to get this working or implementing the feature themselves. RE: Arctic: Zephyr - ZD5B - 2015-11-19 Hi If anyone is still having trouble with TV/Movie playlist not all showing and also to set background to random, the folder is empty.....userdata\playlists\video folder Copy them from addon Arctic Zephyr to your userdata\playlists\video folder It will work RE: Arctic: Zephyr - loggio - 2015-11-19 Jurialmunkey, Any chance you could stop the "set home background path" and "set fall back image" links from resetting when selected and instead just open up the current selected folder? I like to experiment with different backdrops and it's driving me nuts navigating to my backdrops folder every time I want to try new backdrops. Braz has done this in his mod and it's great. I think he just added a reset button at the bottom of the page. Keep up the good work. Loggio. RE: Arctic: Zephyr - drivesoslow - 2015-11-19 Is there a way that when you set the home items widget to none that you can disable the skin from defaulting back to showing new videos? RE: Arctic: Zephyr - jurialmunkey - 2015-11-20 (2015-11-19, 17:06)BobCratchett Wrote: Artic Zephyr includes the playlists for these widgets, but it looks like Skin Shortcuts doesn't look in the directory this skin stores them in when loading playlists . As it's a pretty obvious location to store them, I've updated git - https://github.com/BigNoid/script.skinshortcuts - to load them from there so they'll be selectable when that script is next updated on the repo.Strange, they show up for me fine and I definitely dont have any playlists in my userdata folder as I did a completely clean install when I compiled Jarvis from source. Is it perhaps a hook from skin helper? (2015-11-19, 17:59)drivesoslow Wrote: Awesome thanks!Make sure all dependencies are installed -- specifically install skin helper service. Weather widget requires weather fanart to be set in skin settings > backgrounds. (2015-11-19, 21:06)loggio Wrote: Any chance you could stop the "set home background path" and "set fall back image" links from resetting when selected and instead just open up the current selected folder?Done. Check latest git. I've also put a lot of effort into making the fallback widget options clearer. You will need script.toolbox now if you don't already have it installed from another skin. (2015-11-19, 21:25)drivesoslow Wrote: Is there a way that when you set the home items widget to none that you can disable the skin from defaulting back to showing new videos?Yes I answered this only a page back: http://forum.kodi.tv/showthread.php?tid=217174&pid=2164625#pid2164625 I have attempted to make the options more intuitive on latest git seeing as no one bothers to read the FAQ before posting about this. You will need script.toolbox installed. RE: Arctic: Zephyr - drivesoslow - 2015-11-20 I'll look into it further but I do have the skin helper installed. I should say the weather widget is there on some home page items already, but I just can't add it to additional pages. RE: Arctic: Zephyr - BobCratchett - 2015-11-20 (2015-11-20, 03:18)jurialmunkey Wrote: Strange, they show up for me fine and I definitely dont have any playlists in my userdata folder as I did a completely clean install when I compiled Jarvis from source. Is it perhaps a hook from skin helper? Damn, looks like a bug Actually looking at the code, the script should be walking the skin://extras folder and picking up the playlists in the playlists folder, but ... well ... it's not, at least for some of us. (TBH, it's a bit of code I don't really understand, but it looks like it only walks the first directory it finds - I wonder if it finds the playlist folder first on some OS's...) Still, there goes my evening Edit:- Relevant function now fixed on git - hopefully it should now work for everyone! RE: Arctic: Zephyr - drivesoslow - 2015-11-20 Also settings the background image solved the other widget for me. Unfortunately I read that previous page and totally missed that post. I will admit I did not read the updated FAQ, didn't realize it had been update. Thanks again! RE: Arctic: Zephyr - loggio - 2015-11-20 (2015-11-20, 03:18)jurialmunkey Wrote:(2015-11-19, 21:06)loggio Wrote: Any chance you could stop the "set home background path" and "set fall back image" links from resetting when selected and instead just open up the current selected folder?Done. Check latest git. I've also put a lot of effort into making the fallback widget options clearer. Awesome, thanks for that. Downloading right now. Another thing. Since <menucontrol> is now implemented and people can now map the Menu function to a keystroke, are you going to be changing: <onback>28<onback> to <onleft> for the epggrid in MyPVRGuide.xml? I've edited your skin to do this and also removed: <onback condition="Window.IsVisible(MyPVRGuide.xml) + Control.IsVisible(10)">ActivateWindow(home)</onback> from the PVRSideBlade. Now my guide window acts like all other windows. Keep up the good work! RE: Arctic: Zephyr - ZD5B - 2015-11-21 Hi I dl from Kodi Rep, I think it says ver 2.00 hard to see. Will you have a update or do I have to start over and get from Git looks like its ver 2.1.3. on Github. ( isengard ) Thanks RE: Arctic: Zephyr - jurialmunkey - 2015-11-21 Github master is for jarvis RE: Arctic: Zephyr - SkywalkerPD - 2015-11-23 (2015-11-21, 20:12)jurialmunkey Wrote: Github master is for jarvis Thnx! Running it now. |