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 - horizons1 - 2019-06-22 @jurialmunkey Great skin. I've been using Fuse and noticed something strange after I installed the Alpha of AZ2 on my Shield. I was using the combination below to keep the song info/album cover/lyrics onscreen when playing music. It seemed to work right in AZ2 in Windows but after installing on the Shield I only see the fullscreen music for a split second before AZ2 returns to the playlist screen (unless I manually toggle to fullscreen mode.) <songinfoduration>6000</songinfoduration> added to advancedsettings.xml in the userdata folder Created new Custom_FullScreenMusic.xml with the following content: <?xml version="1.0" encoding="UTF-8"?> <window type="dialog" id="1199"> <allowoverlay>no</allowoverlay> <onload condition="!Window.IsActive(visualisation)">FullScreen</onload> <visible>Player.HasAudio + !Integer.IsEqual(MusicPlayer.Time,0)</visible> <controls /> </window> I'm thinking maybe an id conflict preventing this custom page to take over? Is there a setting in AZ2 that this code conflicts with? RE: Arctic: Zephyr 2 - Rav166 - 2019-06-23 @jurialmunkey Just noticed that episode info not showing next to the episode thumbnail (all my media info is scraped from local *. nfo file). Is this a known issue? RE: Arctic: Zephyr 2 - Rav166 - 2019-06-23 Just noticed that episode info not showing next to the episode thumbnail (all my media info is scraped from local *. nfo file). Is this a known issue?https://photos.app.goo.gl/HvRyBYpm5MyDLhM49 RE: Arctic: Zephyr 2 - jurialmunkey - 2019-06-23 (2019-06-22, 09:44)Rouzax Wrote: @drinfernoo will you update the repo with the latest releases? Views with the landscape art media info don't show ratings as there isn't enough horizontal space to show all ratings. If you want ratings use either Showcase or Media Info 2. RE: Arctic: Zephyr 2 - jurialmunkey - 2019-06-23 (2019-06-22, 15:08)Dillik Wrote:(2019-06-21, 23:55)jurialmunkey Wrote:Indeed there is. Beatmasterrs' Arctic Zephyr - Leia Mod has this feature included. I think you can find it in the includes.xml under "DialogPvrInfoNavigationNew".(2019-06-21, 18:05)Dillik Wrote: I think he means while switching the channel when you press the number buttons. Thanks! These instructions are really helpful. Can you please test latest version 0.9.36-a4 and confirm that I've added the correct button. https://github.com/jurialmunkey/skin.arctic.zephyr.2/archive/v0.9.36-alpha4.zip RE: Arctic: Zephyr 2 - jurialmunkey - 2019-06-23 (2019-06-22, 16:54)Comma Wrote: Installed AZ2 today, customised it to my liking and I most say this is one hell of a skin it runs so smooth and snappy even with lots of widgets on the Odroid N2 and looks beautiful, thumbs up for all the latest codec flags. Thanks! Is there a skin that currently has a flag for the ALAC codec? Hoping that I can take it from another skin rather than creating my own. RE: Arctic: Zephyr 2 - jurialmunkey - 2019-06-23 (2019-06-22, 18:23)Sjors125 Wrote: @jurialmunkey Is this possible to recreate the collection info view from the AZ Plus mod. See this post: https://forum.kodi.tv/showthread.php?tid=339791&pid=2857264#pid2857264 For the Sets/Collections info page: can you create a [Request] on the github issues page? I use the issues page as my todo list and I'm slowing working my way through it. https://github.com/jurialmunkey/skin.arctic.zephyr.2/issues For the poster list view: I will probably be adding some sort of poster/episode list view at some stage. Additional views are not really priority at the moment though! For cast list: I actually wanted to have a double column or row type display, but unfortunately there isn't any way to override control of a panel so that I can link to extended info. It needs to be single row or column list to do that. RE: Arctic: Zephyr 2 - jurialmunkey - 2019-06-23 (2019-06-22, 18:51)HomeDope Wrote: @jurialmunkey Thanks for the bug report. I'll look into it. On my todo list: https://github.com/jurialmunkey/skin.arctic.zephyr.2/issues/70 RE: Arctic: Zephyr 2 - jurialmunkey - 2019-06-23 (2019-06-22, 19:00)Tariq77 Wrote: Such a beautiful skin @jurialmunkey - really appreciate your work on this. Thanks! Fixing the double-up plot issue is problematic because for other pvr server/client setups the field that tvheadend incorrectly populates is the epgeventtitle and this field is meant to contain additional information about the program: for instance, in a football match it will show which teams are playing. I use tvheadend myself and I don't experience this double-up issue - but I guess it depends on country/region (or maybe settings). I have had other users report this issue though. I have an idea for a fix, so I'll look into it. For osd showing next programme info, this is already possible (and you can also scroll through). You need to bind a button/key to ActivateWindow(pvrchannelguide) By default, this is bound to the "G" key on keyboard. Keymap Editor add-on makes it really easy to bind commands to your remote: https://kodi.wiki/view/Add-on:Keymap_Editor Another way you can open pvrchannelguide is by opening osd controls and then pressing up to open the special channel picker window. In this window, pressing right/left will then open pvrchannelguide. For scrolling lists. I have considered using a fixed list before, but I don't really like the way that kodi handles them. I'll consider it as an option. RE: Arctic: Zephyr 2 - jurialmunkey - 2019-06-23 (2019-06-22, 20:24)horizons1 Wrote: @jurialmunkey There is a custom window ("Custom_Overlay.xml") with the id 1199 already. I'm not really sure why you are doing this though as there is already a setting in the skin for Auto Music Vis: Skin Settings > Video / Music > Automatically open visualisation after starting a song. You can see what this setting does in this window (which is practically the same as what you are trying to do) https://github.com/jurialmunkey/skin.arctic.zephyr.2/blob/master/1080i/Custom_1115_AutoVis.xml RE: Arctic: Zephyr 2 - jurialmunkey - 2019-06-23 (2019-06-23, 01:36)Rav166 Wrote: @jurialmunkey Works fine for me. You mustn't have a plot field filled. https://i.imgur.com/Qcepjr8.png RE: Arctic: Zephyr 2 - Comma - 2019-06-23 (2019-06-23, 02:50)jurialmunkey Wrote:(2019-06-22, 16:54)Comma Wrote: Installed AZ2 today, customised it to my liking and I most say this is one hell of a skin it runs so smooth and snappy even with lots of widgets on the Odroid N2 and looks beautiful, thumbs up for all the latest codec flags. How about this one. https://www.dropbox.com/s/hxx4tot9tknznwz/alac.png?dl=0 RE: Arctic: Zephyr 2 - Comma - 2019-06-23 Just playing around, I was curious to see how it would look like with colour ratings and must say I kind of like it, its also easier to read them I think. If I had any skinning skills I would try to put the imdb 250 between the Oscar and metacritic logo. Arctic: Zephyr 2 - joostzilla - 2019-06-23 @horizons1 and @jurialmunkey A great thank you for fixing the lag in video when not in full screen. Have been annoyed by this issue a long time. Arctic: Zephyr 2 - joostzilla - 2019-06-23 @jurialmunkey To be honest I have to say that I found the latest TV osd quite crowded on the screen. The first version where there was only a row of channel logo's and one channel focused visible was so perfect on screen. Could you please make that an user option? Also the description always showing could be optional. Especially when skipping back/forward. The programme description is not needed at that moment imho. So in short I liked the former version more. |