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 - netchick - 2019-10-16 (2019-10-16, 22:42)jurialmunkey Wrote:(2019-10-16, 22:07)netchick Wrote:In answer to 1 - use locally saved content that you actually own.(2019-10-16, 08:50)jurialmunkey Wrote: Thanks! 1. Thanks... That’s too bad that it won’t read the Trakt info, but I understand! 2. YOU ROCK! Geez, I don’t know why I couldn’t find this earlier! SO much better! YAY! thanks again for all your hard work, it’s a really great skin! RE: Arctic: Zephyr 2 - drinfernoo - 2019-10-17 (2019-10-16, 23:51)netchick Wrote:(2019-10-16, 22:42)jurialmunkey Wrote:(2019-10-16, 22:07)netchick Wrote: Thanks for the quick reply... can anyone help a n00b out? How would I do this? (I don’t think I’m allowed to mention which video add on I’m using?) I’m using Trakt Collections, and this worked well in Titan Bingy, but I much prefer the look and feel of AZ2. This would be a big help! Thank you!In answer to 1 - use locally saved content that you actually own. Depending on the add-on, many of them report watched status back to the Kodi library, which should be enough to get watched indicators working. You can also use the official Trakt add-on to sync watched statuses directly from Trakt to your Kodi library. RE: Arctic: Zephyr 2 - curael - 2019-10-17 (2019-10-14, 10:19)maeda Wrote: Ok, maybe i found a bug, if i try to add source in homemenu, 1.xsp is created but homemenu item displays the folder, not the content of a folder (as i linked in my previous post), or i'm dong something wrong, can anyone confirm? Add smart playlist to home menu instead. Don't use sources. Just create regular smart playlist with path/to/media/folder. Sources has always given me trouble in home menus. Pretty sure they are not intended for that. Ofc. someone can correct me on that. But playlists have always worked better for me as menu items. RE: Arctic: Zephyr 2 - maeda - 2019-10-17 (2019-10-17, 06:57)curael Wrote: Add smart playlist to home menu instead. Don't use sources. Just create regular smart playlist with path/to/media/folder.yeah i came to the same conclusion, playlists should live in /playlists folder, was just trying to be pedantic with a possible issue tnx for the answer thou RE: Arctic: Zephyr 2 - Seattle2Nashville - 2019-10-17 (2019-10-06, 11:38)jurialmunkey Wrote:All good man! The new banner option looks great btw(2019-09-26, 05:10)Seattle2Nashville Wrote: @jurialmunkey RE: Arctic: Zephyr 2 - netchick - 2019-10-18 (2019-10-17, 05:24)drinfernoo Wrote:(2019-10-16, 23:51)netchick Wrote:(2019-10-16, 22:42)jurialmunkey Wrote: In answer to 1 - use locally saved content that you actually own. Thanks for your help - it DOES work on the internal pages, but not the home page. I am using TRAKT Collection (same widget) on the home page, as on internal pages, so I just can’t figure out why the HOME page does a library lookup, but the internal listings show the marks correctly. I’m missing something, but I can’t figure out what that is? RE: Arctic: Zephyr 2 - midblue - 2019-10-18 (2019-10-07, 20:17)midblue Wrote: For TV show library views like InfoWall, would it be possible to add the date of the next upcoming episode? Or show "ended" or "continuing" if there is no date set. @jurialmunkey What do you think of this request? RE: Arctic: Zephyr 2 - BoyBobby - 2019-10-18 Quote:@jurialmunkey What do you think of this request? That info is provided by SHS and pretty inconsistent when I've played with it RE: Arctic: Zephyr 2 - jurialmunkey - 2019-10-18 (2019-10-18, 00:38)netchick Wrote:(2019-10-17, 05:24)drinfernoo Wrote:(2019-10-16, 23:51)netchick Wrote: 1. Thanks... That’s too bad that it won’t read the Trakt info, but I understand! The skin uses the exact same variable for watched indicators on the homescreen as it does in the videos section (ie when navigating an addon). It doesn't do anything different at all. Either the addon doesn't set the correct watched flag or there is some kodi core bug - my guess is that addons just set play count to 1 rather than explicitly setting the watched flag, and so in the main videos viewtypes kodi core translates this automatically to a watched flag but in widget containers it doesn't and the flag needs to be set explicitly instead (but as the addon has only set play count then it isn't shown). Either way, it isn't a skin issue - it's either a kodi bug or an addon issue. RE: Arctic: Zephyr 2 - drinfernoo - 2019-10-18 I don't get "Watched" indicators on Home, but I get "Unwatched" counts for shows. Is that similar logic? RE: Arctic: Zephyr 2 - Rijs43 - 2019-10-18 (2019-10-08, 23:28)Rijs43 Wrote: Hi JM, Hi JM, Did you had time to consider above please? Thanks! RE: Arctic: Zephyr 2 - drinfernoo - 2019-10-18 (2019-10-18, 21:00)Rijs43 Wrote:(2019-10-08, 23:28)Rijs43 Wrote: Hi JM, Animated artwork should work just fine, as long as you have it, but you'd likely have to source it yourself. I'm pretty sure none of Kodi's included scrapers can scrape for it, nor does it appear that Artwork Beef can either. RE: Arctic: Zephyr 2 - jurialmunkey - 2019-10-19 (2019-10-18, 06:57)drinfernoo Wrote: I don't get "Watched" indicators on Home, but I get "Unwatched" counts for shows. Is that similar logic? Yep. Here's the docs for setting watched flag - overlay needs to be set to 5 for watched: https://codedocs.xyz/AlwinEsch/kodi/group__kodi__guilib__listitem__iconoverlay.html It is set by passing it inside an infoLabels dictionary to setInfo() function of xbmcgui.ListItem() class: https://codedocs.xyz/AlwinEsch/kodi/group__python__xbmcgui__listitem.html#ga0b71166869bda87ad744942888fb5f14 e.g. xbmcgui.ListItem(label='my item').setInfo('video', {'overlay': 5}) I did a test using my TMDb Helper addon as widgets and setting the overlay value for every listitem to 5 inside the addon. It worked perfectly. So any add-on that doesn't have watched flags on home screen isn't setting the watched overlay flag correctly. EDIT: I've added a playcount check to the skin: if this works to show watched indicators for add-ons on the home screen then it proves my hypothesis that those add-ons aren't setting the watched overlay correctly and are only setting playcount. https://github.com/jurialmunkey/skin.arctic.zephyr.2/releases/tag/v0.9.52-alpha5 RE: Arctic: Zephyr 2 - jurialmunkey - 2019-10-19 (2019-09-26, 05:10)Seattle2Nashville Wrote: @jurialmunkey @Seattle2Nashville - I think the Browse/Play issue should be fixed now. Can you test and confirm? https://github.com/jurialmunkey/skin.arctic.zephyr.2/releases/tag/v0.9.52-alpha6 RE: Arctic: Zephyr 2 - drinfernoo - 2019-10-19 (2019-10-19, 01:11)jurialmunkey Wrote:(2019-09-26, 05:10)Seattle2Nashville Wrote: @jurialmunkey This does seem to be working, and even browses into the seasons of shows... but can't work "backwards" from an episode. Is it possible to get a "Browse Season" or "Browse Show" option whenever Information is viewed for an episode? |