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 - aeneas1 - 2020-06-26 sorted out my issue with az2 not displaying all of my movie posters even tho estuary does.... as it turns out it appears that az2 uses thumbnails rather than posters whereas estuary uses posters... apparently quite a few of my files contained posters + fanart but no thumbnails, not a prob with estuary it seems, but a prob with az2, so i went through all of my movies in az2 that didn't display a movie poster and added the missing thumbnails, all is good now... RE: Arctic: Zephyr 2 - drinfernoo - 2020-06-27 Just as an update for anyone that wants to use this in Matrix, I've updated the repository so that there is a separate Matrix branch. You'll need to install the repository.jurialmunkey-1.4-matrix.zip package from the repository source.Anyone with the repository installed in Leia should be able to continue as usual. Also, keep in mind that many of this skin's dependencies (namely the Skin Helper "suite") are outdated, and no longer install on Matrix, so any features they provide can no longer be guaranteed to work. The skin does install and generally function, however. RE: Arctic: Zephyr 2 - horizons1 - 2020-06-30 (2020-06-27, 17:09)drinfernoo Wrote: Just as an update for anyone that wants to use this in Matrix, I've updated the repository so that there is a separate Matrix branch. You'll need to install theThanks drinfernoo. I set up a test instance of Matrix on my laptop to preview before moving to my Android TV. I was able to install AZ2 after first installing TMdbHelper 2.4.36. Your installer will probably make life easier when I finally go live with Matrix. Appreciate it! RE: Arctic: Zephyr 2 - mrx777 - 2020-06-30 Created a widget using Kodi favourites but get that annoying 'Files, video-addons, playlists' page when navigating back to main menu (need to press back twice). Is there any way of avoiding it? RE: Arctic: Zephyr 2 - drinfernoo - 2020-06-30 Is anyone else no longer able to use the "Landscape" or "Square" widget aspects? Selecting those always ends up with the "Small" variant for me. RE: Arctic: Zephyr 2 - pkscout - 2020-07-01 (2020-06-30, 22:39)drinfernoo Wrote: Is anyone else no longer able to use the "Landscape" or "Square" widget aspects? Selecting those always ends up with the "Small" variant for me. I don't normally use the Square or Landscape widgets (I use the small variants), but I just added a couple widgets as tests using Square and Landscape (the larger variants), and they worked fine. They were both TV episode widgets, so maybe there's something particular with the widget you're using. A screenshot of the problem might help. RE: Arctic: Zephyr 2 - Aemstel - 2020-07-01 (2020-06-27, 17:09)drinfernoo Wrote: Just as an update for anyone that wants to use this in Matrix, I've updated the repository so that there is a separate Matrix branch. You'll need to install theThanks. Using latest Matrix nightly and installed your repository, but sadly the skin doesn't install at all. Getting this error: ERROR <general>: CAddonInstallJob[skin.arctic.zephyr.2]: The dependency on xbmc.gui version 5.14.0 could not be satisfied. RE: Arctic: Zephyr 2 - drinfernoo - 2020-07-01 (2020-07-01, 06:24)Aemstel Wrote:(2020-06-27, 17:09)drinfernoo Wrote: Just as an update for anyone that wants to use this in Matrix, I've updated the repository so that there is a separate Matrix branch. You'll need to install theThanks. Using latest Matrix nightly and installed your repository, but sadly the skin doesn't install at all. Getting this error: Ah yes, since I made that comment, a PR was merged that makes Leia skins incompatible with Matrix. That'll be on @jurialmunkey to decide if he wants a Matrix version of AZ2. RE: Arctic: Zephyr 2 - pkscout - 2020-07-01 (2020-07-01, 06:53)drinfernoo Wrote:I did some testing a few weeks ago, and as long as you aren't using the Skin Helper Service (which looks like has been abandoned and won't be upgraded), AZ2 appears to work fine in Matrix. I'm going to try bumping my AZ2 mod to xbmc.gui 5.15.0 and do some more tests tomorrow. The challenge here is that if jurialmunkey just bumps the dependency without some method of detecting/removing and skin helper service widgets, there will be lots of people posting with problems if they upgrade from Leia to Matrix. Clean installs would be fine, as you wouldn't have access to install the broken widgets. Maybe just a one time dialog box at upgrade that says you'll have to delete any Skin Helper widgets.(2020-07-01, 06:24)Aemstel Wrote:(2020-06-27, 17:09)drinfernoo Wrote: Just as an update for anyone that wants to use this in Matrix, I've updated the repository so that there is a separate Matrix branch. You'll need to install theThanks. Using latest Matrix nightly and installed your repository, but sadly the skin doesn't install at all. Getting this error: RE: Arctic: Zephyr 2 - pkscout - 2020-07-02 I have a very rough first run at a version of AZ2 for Matrix. You'll have to put up with my mods if you want to test it, but it is working. I'm know there are still some things I need to work on (there are a SLEW of invalid include errors, some are my fault, some are pre-existing), but the skin should function now. If you want to test it, see the first post of my mod thread. https://forum.kodi.tv/showthread.php?tid=354561&pid=2950636 If you have issues, please post in the mod thread instead of here so we can keep things clean. And just FYI, at this point I'm pretty sure skin.helper.service is dead, so I removed all references to it that I could find. RE: Arctic: Zephyr 2 - Aemstel - 2020-07-02 (2020-07-02, 05:59)pkscout Wrote: I have a very rough first run at a version of AZ2 for Matrix. You'll have to put up with my mods if you want to test it, but it is working. I'm know there are still some things I need to work on (there are a SLEW of invalid include errors, some are my fault, some are pre-existing), but the skin should function now. If you want to test it, see the first post of my mod thread. That's great, thanks a lot! I will try it out later today. edit: Installed it and set everything up. Didn't notice any issues so far. Thanks again @pkscout ! Will post in the mod thread if I encounter any issues. RE: Arctic: Zephyr 2 - drinfernoo - 2020-07-04 @pkscout, I intend on making a simple PR to the AZ2 repo in order to give it a true Matrix branch, with minor modifications, if at all possible. On the topic of Skin Helper, I do believe @mikeSiLVO has been maintaining a Python 3 version, but I'm not sure of its progress. RE: Arctic: Zephyr 2 - mrx777 - 2020-07-04 'Display Scrolling Text Effect' doesn't work immediately for Tunein radio stations, i.e. I must press back a few times. Any way around this? RE: Arctic: Zephyr 2 - lualhdezo - 2020-07-07 I chose a backgroud for each menu, they are color images, the blur is excessive for me because I do not appreciate the colors of my background, how I can reduce the transparency so that my personalized backgrounds look more intense. RE: Arctic: Zephyr 2 - mrx777 - 2020-07-08 (2020-02-11, 00:41)ArcticBeast Wrote: How to backup AZ2?How did you manage? |