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 - 2015-07-01 If you are getting asked to install extendedinfo then you are trying to use a feature that uses the extendedinfo script. RE: Arctic: Zephyr - Deihmos - 2015-07-01 It get that message when I press i on my remote. There is no extended info there. RE: Arctic: Zephyr - nickr - 2015-07-01 Just install it. RE: Arctic: Zephyr - Gozalito1 - 2015-07-01 Hi! great skin! really love it I'm trying to set the skin to support RTL, which of the xml files i have to change to make the "home page" buttons support RTL? Thanks RE: Arctic: Zephyr - jurialmunkey - 2015-07-01 Includes_home.xml RE: Arctic: Zephyr - Gozalito1 - 2015-07-01 (2015-07-01, 15:38)jurialmunkey Wrote: Includes_home.xml Excellent ! thanks RE: Arctic: Zephyr - Crssi - 2015-07-01 Hi JM How can I disable auto play next episode in "UP next"? I have intentionally unchecked in kodi settings -> videos -> playback -> play next video automatically It happens (to many times ) that I fall asleep in front of TV late at night and then episodes goes one by one by. Or even better, can "UP next" be turned off completely? Thank you in advance RE: Arctic: Zephyr - Deihmos - 2015-07-02 (2015-07-01, 09:45)nickr Wrote: Just install it. That's what I had to do. Anyway nice skin. Finally decided to stick with Kodi I just hope PVR support gets better. Is there no way to remove the widget on the home screen that shows what's next to record and what is recording? RE: Arctic: Zephyr - eachmharcaigh - 2015-07-02 Hi, just a quick question: I'm running the skin off the latest repo update and I'm looking for the file checkmark.png. On github, I can see its located in media/indicator/checkmark.png but when I check on my Rpi (Openelec) with FTP, the only files in skin.arctic.zephyr/media are "Square.xbt" and "Textures.xbt". Just wondering if you know where I might find it. Thanks in advance. RE: Arctic: Zephyr - Deihmos - 2015-07-02 This is my last question. The modded version has a spotlight that combines recently added movies and TV shows into one widget which I really like. What would I need to copy over to get this working in your skin? RE: Arctic: Zephyr - Guilouz - 2015-07-02 Can you add support to Openelec settings ? Actually the GUI looks like Convergence skin. RE: Arctic: Zephyr - Magic815 - 2015-07-02 Beautiful skin. One issue I'm having (which could likely be from user error), but I'm a little confused on how the background images are handled. At first I wanted to have a static background for the whole thing (so that it didn't matter if I was in Movies or TV, etc). In settings, I unselected "Show Fanart" in the background tab, and set a fallback image to the background I wanted. However, I'm finding that it still will randomly select a piece of fanart from a movie or TV show and just use it as the background. Am I missing something/doing something wrong? RE: Arctic: Zephyr - jurialmunkey - 2015-07-03 (2015-07-01, 20:12)Crssi Wrote: How can I disable auto play next episode in "UP next"? Yes just disable the addon. Settings > Addons > Enabled Addons > Services > Nextup Service Notification If you can't disable it because of another skin, then you will need to ask those skin authors to remove it as a dependency because it shouldn't be optional for every skin - no skin should have to rely on it. Otherwise, you can configure the addon to show the dialog 0 seconds before the end and set default action to "Don't Play" which effectively does the same thing as disabling it. (2015-07-02, 00:27)Deihmos Wrote:(2015-07-01, 09:45)nickr Wrote: Just install it. In skin.arctic.zephyr/1080i/Home.xml remove the include <include>HomeNextRecording</include> save and reload skin. (2015-07-02, 02:46)eachmharcaigh Wrote: I'm running the skin off the latest repo update and I'm looking for the file checkmark.png. On github, I can see its located in media/indicator/checkmark.png but when I check on my Rpi (Openelec) with FTP, the only files in skin.arctic.zephyr/media are "Square.xbt" and "Textures.xbt".Textures are compressed into an xbt for repo installs so you wont find it anywhere as it is contained in Textures.xbt If you want to modify things then you will need to use the github version. (2015-07-02, 03:11)Deihmos Wrote: This is my last question. The modded version has a spotlight that combines recently added movies and TV shows into one widget which I really like. What would I need to copy over to get this working in your skin?Create a custom widget in Skin Settings > Widgets > Custom Widget # and enter: Code: plugin://service.library.data.provider?type=recentmovies+recentepisodes&reload=$INFO[Window.Property(recentmovies)]$INFO[Window.Property(recentepisodes)] Then in the home customisation dialog, set what ever home items you to that custom widget you created using "Select Widget" (2015-07-02, 19:08)Guilouz Wrote: Can you add support to Openelec settings ? Actually the GUI looks like Convergence skin.Eventually. It is actually a really horrible dialog to skin as it is poorly made (in terms of skinning an addon) so I have put it off for a long time. (2015-07-02, 20:25)Magic815 Wrote: Beautiful skin. One issue I'm having (which could likely be from user error), but I'm a little confused on how the background images are handled. If you are talking about on the home screen - that is handled separately from fanart - read the Frequently Asked Questions post for information about how to set static images on the home screen. RE: Arctic: Zephyr - jurialmunkey - 2015-07-03 1.5.0 - Vertical Home Menu Introducing the vertical home menu (on github). Still a few things to do (support for Next Aired, Weather, Favourites widgets and better looking music widgets) - but everything else works well. watch gallery
RE: Arctic: Zephyr - Deihmos - 2015-07-03 Thanks but it does not work since I use classic widgets. I am only seeing movies. |