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-20 had a chance to play around with a few files and seem to have scope view working pretty well, at least for 51_wall view, not interested in other layouts so i haven't checked them out, altho applying some of the edits i made to other layouts should be pretty straightforward... also, as far as zooming in/out poster/text sizes like plex, i was able to do it manually using the addon.xml file, by playing around with different scope resolutions, goofy resolutions, such as 2693x1150 which was a sweet spot for me. there's no doubt a more elegant way to do this, but this was pretty quick and seems to work fine... addon.xml ------------- <extension debugging="false" defaultthemename="Textures.xbt" effectslowdown="1" point="xbmc.gui.skin"> 15 <res aspect="16:9" default="true" folder="1080i" height="1150" width="2693" /> includes.xml --------------- 48 <left>0</left> 49 <top>0</top> 50 <width>100%</width> 51 <height>100%</height> 52 <aspectratio>scale</aspectratio> includes_home.xml ------------------------ <control type="multiimage"> <include>Defs_TimePerImage</include> <randomize>true</randomize> 194 <width>100%</width> 195 <height>100%</height> 196 <aspectratio>scale</aspectratio> <include name="Home_Menu"> <control type="group"> 82 <top>5%</top> <control type="group"> 216 <top>975</top> 226 <animation effect="slide" start="0" end="0,-975" includes_global.xml ------------------------ 91 <width>100%</width> 92 <height>100%</height> 93 <aspectratio>scale</aspectratio> includes_view_51.xml --------------------------- <include name="View_51_Wall"> 440 <right>-200</right> RE: Arctic: Zephyr 2 - leedrich - 2020-06-20 (2020-06-20, 02:31)drinfernoo Wrote:(2020-06-20, 00:52)leedrich Wrote: Hi. Firstly - this is the best skin by far. Hi, thanks for the reply. I do have that already set, but just get the changing background wallpaper. Settings1 Settings 2 Thanks again. RE: Arctic: Zephyr 2 - aeneas1 - 2020-06-20 quick question, on the home page is there a way to show a widget with multiple movie posters as the background or can only widgets that display fullscreen images or image backgrounds be displayed? i'd like to display some of the widgets that can be added to "ondown" to the background instead of just fullscreen images, hope this makes sense.... RE: Arctic: Zephyr 2 - drinfernoo - 2020-06-20 (2020-06-20, 11:57)leedrich Wrote:(2020-06-20, 02:31)drinfernoo Wrote:(2020-06-20, 00:52)leedrich Wrote: Hi. Firstly - this is the best skin by far. If you have items that have more than one fanart to show, then you'll need Skin Helper Service and Artwork Helper, and need to turn on "Extra Fanart" from the top menu in any library view. That will make the fanart backdrop cycle through any available fanart. RE: Arctic: Zephyr 2 - leedrich - 2020-06-20 Hi, thanks for the reply. I think I may have put my question wrong. In Zephyr 1 - home screen you had a random movie image with a smaller thumbnail image 'spotlight' box on the front with the same image and a synopsis of the image/movie in the background. In Zephyr 2 - home screen has the random movie image but no spotlight image box with the synopsis over the top. Both versions have the same basic settings and the random movie image on the home screen. I just need the setting to add the synopsis box for version 2. Thanks RE: Arctic: Zephyr 2 - aeneas1 - 2020-06-20 deleted RE: Arctic: Zephyr 2 - drinfernoo - 2020-06-21 (2020-06-20, 15:25)leedrich Wrote: Hi, thanks for the reply. Ah, the plot box is not part of this skin. When a movie is showing, you can click "up" to see information about it, but I don't think plot is part of it. RE: Arctic: Zephyr 2 - ArcticBeast - 2020-06-21 Anyone else have problems with Background Widgets? Whatever I put as Background Widget it won't open. If I am not mistaking Background Widgets should open by pressing UP on D-pad? Or they should appear as you focus on Home menu items? Anyway, I can't make them work, from Default ones like Weather up to 3rd party Add-on's like AutoWidget. RE: Arctic: Zephyr 2 - FXB78 - 2020-06-22 (2020-06-21, 23:38)ArcticBeast Wrote: Anyone else have problems with Background Widgets? Whatever I put as Background Widget it won't open.I thought you pressed Down, but it's been a while since I used the skin. RE: Arctic: Zephyr 2 - drinfernoo - 2020-06-22 (2020-06-21, 23:38)ArcticBeast Wrote: Anyone else have problems with Background Widgets? Whatever I put as Background Widget it won't open. Background widgets are... in the background. You don't have to "open" them. RE: Arctic: Zephyr 2 - siliconhippy - 2020-06-24 1. Where are Skin config Backup Settings stored, eg under Kodi > userdata > addons_data> AZ2 or Kodi > addons> AZ2 ? 2. Is it possible to use these settings partially or mostly on any other skin, e.g., Mimic 6.x for Leia? Cheers, great job ! 🌞 RE: Arctic: Zephyr 2 - aeneas1 - 2020-06-24 scraped my extensive library using estuary because i find it easier to use for this process, then i switched to az2 only to discover that a lot of the artwork doesn't show up in az2, mostly artwork that's stored locally, for example poster jpgs that i've opted to use instead of the posters that were scraped... all of this artwork displays in estuary, how do i get to display in az2 as well without having to re-scrape the libraries while in az2? thanks! RE: Arctic: Zephyr 2 - Comma - 2020-06-24 Reboot Kodi RE: Arctic: Zephyr 2 - aeneas1 - 2020-06-24 deleted - RE: Arctic: Zephyr 2 - pkscout - 2020-06-24 (2020-06-24, 06:04)siliconhippy Wrote: 1. Where are Skin config Backup Settings stored, eg under Kodi > userdata > addons_data> AZ2 or Kodi > addons> AZ2 ?All the stored settings are in the userdata folder. You probably won't be able to use any of the settings with another skin. I did see somewhere that the skin shortcuts script does allow for the possibility of sharing those settings between skins, but both your old and new skin have to support that. Not sure if either AZ2 or Mimic do. |