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 - otravers - 2020-06-07 I would like to somehow flag media that I have on cloud storage. Right now I'm using separate Plex libraries, but that creates duplicate series folders in Kodi when I have some seasons in the cloud and some other seasons of the same season locally. Google turned up these links: - https://forum.kodi.tv/showthread.php?tid=184403&pid=1615348#pid1615348 - https://kodi.wiki/index.php?title=Media_flags#Media_source This sounds like a hard-to-maintain hack. The end result I'm looking for is to have seasons from the same series show up together in widgets, but be able to see at a glance (e.g. with a cloud icon) which season is in the cloud without having to pull up details at the episode level (way too many clicks involved). Any way to achieve this? RE: Arctic: Zephyr 2 - pkscout - 2020-06-07 (2020-06-07, 04:24)Aemstel Wrote: @jurialmunkey Love your skins. Have been using Arctic Zephyr for many years. Thank you!!Are you getting the Zephyr2 install from a repo or a zip file? I ask only because I did a test install of my Arctic Zephyr2 mod (which is like 99% similar to Arctic Zephyr2), and it installed in Matrix just fine. I also looked at the AZ2 addon.xml file (which defines dependencies), and xbmc.python isn't listed in it's dependencies. So it's unclear how it would be generating the error you posted. I'm not saying it didn't, I just can't figure out how it would based on what I'm looking at. You might make sure you have jurialmunkey's most current repo and try again from there. I'd clear out the package directory in your addon folder just to be sure Kodi isn't using something you downloaded earlier. RE: Arctic: Zephyr 2 - Aemstel - 2020-06-08 (2020-06-07, 21:37)pkscout Wrote:Thanks for your reply. I got the error when trying to install from the repo. I just updated the repo, cleared out packages and tried again. Same error. I then got the skin source from github and installed that (install from zip file). Looks like that worked. At first glance it seems a bit buggy (long load times, issues with exiting), but it installed.(2020-06-07, 04:24)Aemstel Wrote: @jurialmunkey Love your skins. Have been using Arctic Zephyr for many years. Thank you!!Are you getting the Zephyr2 install from a repo or a zip file? I ask only because I did a test install of my Arctic Zephyr2 mod (which is like 99% similar to Arctic Zephyr2), and it installed in Matrix just fine. I also looked at the AZ2 addon.xml file (which defines dependencies), and xbmc.python isn't listed in it's dependencies. So it's unclear how it would be generating the error you posted. I'm not saying it didn't, I just can't figure out how it would based on what I'm looking at. You might make sure you have jurialmunkey's most current repo and try again from there. I'd clear out the package directory in your addon folder just to be sure Kodi isn't using something you downloaded earlier. RE: Arctic: Zephyr 2 - drinfernoo - 2020-06-10 The addon.xml from the (and dependencies of the) GitHub version of this skin is the same as the one on the Kodi repository.There are a handful of dependencies, and I'd assume that at least one of them hasn't been updated yet... or of it has, it may not have been updated in the official repository. A log of this situation would explain which dependency was failing to install. RE: Arctic: Zephyr 2 - jamism - 2020-06-10 I just registered an account to say INCREDIBLE WORK MATE! RE: Arctic: Zephyr 2 - mrx777 - 2020-06-10 Great skin! Love the simplicity. Is there any way to to create a custom widget featuring your Favorites? RE: Arctic: Zephyr 2 - Aemstel - 2020-06-10 (2020-06-10, 04:53)drinfernoo Wrote: TheI tried to provide the log info. The error I mentioned was all I could find. Suppose there was more info elsewhere? Sorry 'bout that. RE: Arctic: Zephyr 2 - drinfernoo - 2020-06-10 (2020-06-10, 18:35)Aemstel Wrote:(2020-06-10, 04:53)drinfernoo Wrote: TheI tried to provide the log info. The error I mentioned was all I could find. Suppose there was more info elsewhere? Sorry 'bout that. Yes, the surrounding lines around the message you posted would be where it said more information. RE: Arctic: Zephyr 2 - Aemstel - 2020-06-10 (2020-06-10, 19:57)drinfernoo Wrote:No, the surrounding lines had no info about the error. Anyway, I no longer have that log file. I did read that Kodi 19 is using python 3 instead of 2? https://forum.kodi.tv/showthread.php?tid=258886&pid=2954713#pid2954713(2020-06-10, 18:35)Aemstel Wrote:(2020-06-10, 04:53)drinfernoo Wrote: TheI tried to provide the log info. The error I mentioned was all I could find. Suppose there was more info elsewhere? Sorry 'bout that. Not sure if that's helpful, seems like the same issue. RE: Arctic: Zephyr 2 - drinfernoo - 2020-06-11 (2020-06-10, 22:06)Aemstel Wrote:(2020-06-10, 19:57)drinfernoo Wrote:No, the surrounding lines had no info about the error. Anyway, I no longer have that log file. I did read that Kodi 19 is using python 3 instead of 2? https://forum.kodi.tv/showthread.php?tid=258886&pid=2954713#pid2954713(2020-06-10, 18:35)Aemstel Wrote: I tried to provide the log info. The error I mentioned was all I could find. Suppose there was more info elsewhere? Sorry 'bout that. Yes, that is the issue. However, that only explains the cause, not the effect. If you're installing AZ2 from the repository, as you should be, then one of its dependencies is failing because it isn't compatible with Matrix. A (debug?) log will explain which dependency is failing to install. If you're installing directly from zip, don't. There's no reason to do that, and you will almost certainly miss out on stuff. RE: Arctic: Zephyr 2 - mrx777 - 2020-06-11 (2020-06-10, 14:02)mrx777 Wrote: Great skin! Love the simplicity. Is there any way to to create a custom widget featuring your Favorites? For the newbies out there.. Simple Favorites is your answer. RE: Arctic: Zephyr 2 - Aemstel - 2020-06-11 (2020-06-11, 04:51)drinfernoo Wrote:I just uninstalled the skin and retried installing the repo. This time it gave an error while installing the repo and it showed the cause: themoviedb.helper. The repo did install succesfully though and I could install Arctic Zephyr 2 from it as well. There were some warnings in the log when installing the skin, but it works. Not sure why it behaved differently this time. I saved the log and pasted part of it here: https://pastebin.com/bpLxw4em(2020-06-10, 22:06)Aemstel Wrote:(2020-06-10, 19:57)drinfernoo Wrote: Yes, the surrounding lines around the message you posted would be where it said more information.No, the surrounding lines had no info about the error. Anyway, I no longer have that log file. I did read that Kodi 19 is using python 3 instead of 2? https://forum.kodi.tv/showthread.php?tid=258886&pid=2954713#pid2954713 The error at the top concerning themoviedb.helper happened when installing the repo. The rest after installing/ running the skin. RE: Arctic: Zephyr 2 - brtani - 2020-06-15 Hello I have a question. I was looking on backgrounds viewmodes in extras folder an I found there, that my viewmodes looked different. I give an example. Viewmode - LandscapeShowCase Your: https://ibb.co/N1dSXHT Mine: https://ibb.co/KNvJWCF Why I don't see Genre? Thanks for your answer. PS: it's great skin RE: Arctic: Zephyr 2 - brtani - 2020-06-15 (2020-06-15, 10:41)brtani Wrote:I also tried Artic Horizon, it is the same, Genres are not there. But when i tried Aura, evereything is OK, Genres are there. I do not understand, where is the problem. I forgot, i use Coreelec 9.2.3 RE: Arctic: Zephyr 2 - andash - 2020-06-16 Hi Is it possible to get fanart for landscape widgets? In aura I had landscape art for my episode widgets and it showed fanart in them. Now i AZ2 it shows a thumbnail from the episode. In Aura there was a box you could check that said "Prefer fanart for landscape widgets", but I don't see it AZ2. Also, is there anyway to display season and episode number with the episode title? It's about the only thing I'm missing from Aura. Does anyone know which files I would need to edit to add this? |