![]() |
Aeon Madnox for Krypton / Jarvis - (no longer in development) - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Madnox (https://forum.kodi.tv/forumdisplay.php?fid=314) +----- Thread: Aeon Madnox for Krypton / Jarvis - (no longer in development) (/showthread.php?tid=230821) 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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
|
RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - whysoserious - 2017-02-11 @Pr.Sinister, Thank you for the DialogDisplay code! I tried to use it with Aeon Nox 5: SiLVO V6.0.3 and it does seem to work there very well (couldn't find a "1080i" folder, but did find a "16x9" folder in the skin that had a "DialogPlayerProcessInfo.xml" file in it). The only thing that appears odd is the "System CPU" display (see red box in screen cap). This is Kodi 17, LibreELEC and I think the issue is that Linux shows 4 cores in "system info" but Windows shows sort of an average of CPU core percentages, with only one value. Are there any simple (I'm too stupid to get out of the rain, so simple is best!) xml changes I could try to fix this? ![]() Thanks again! Edit: Looking at the code I can see that all the items are positioned with height, width, left, right, align numbers, so I can try to reposition the system info element a bit. Probably going to blow the whole thing up, but can't hurt to try! Will report back with results. RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - isamu.dragon - 2017-02-11 (2017-02-11, 21:13)whysoserious Wrote: @Pr.Sinister, I believe their mod was for MadNox (Hence why it was posted here) and not Aeon Nox 5: SiLVO RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - whysoserious - 2017-02-12 (2017-02-11, 23:33)isamu.dragon Wrote: I believe their mod was for MadNox (Hence why it was posted here) and not Aeon Nox 5: SiLVO Yes, of course. I was aware of that when I posted. I figured that out when I saw the code posted in this, the Aeon Madnox for Krypton / Jarvis thread, and not in the Aeon Nox 5: SiLVO thread. I wanted to see if it would work with my HTPC using Aeon Nox 5: SiLVO, and was pleasantly surprised to find that it did, with one small exception. Which was why I posted into *this* thread to mention the attempt, report on the results, and ask for some help with the small problem. If the ultimate answer to my request for help is that the code can't be made to work 100% with Aeon Nox 5: SiLVO, then c'est la vie. If it can be made to work perfectly, bonus points. Regards Edit: 1. Apologies for the snark, too much Twitter. 2. Since I don't know *anything* about xml syntax, etc., I changed the label in line 278 to just "CPU:" to get some room, and changed the values in lines 281 & 282 to move things a little bit and it mostly fits now. Yay me. I'll probably have to do this again when the skin updates, but it's working now. ![]() RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - meowmoo - 2017-02-12 Anyone else have the issue that skin-helper-widget did not work correct? I'm missing lots of option to select. In Madnox and nox 5 Silvio... Did I miss something? RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - guandms - 2017-02-12 Hi guys, How can i remove the cover (BluRay) from the poster of movies ? I don't want any coveri already downloding the BluRay cover itself... Thanks in advance... RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Rack07 - 2017-02-12 Hi, I have a problem with madnox I use a box android (Freebox TV) and with madnox it does not stop closing kodi probably too much resource used. I use the Krypton version of kodi and madnox. Recovered today on the git. Do you know why or how to deal with this? There is a way for a simple mortal like me to lighten the skin (Eg some views will never be used for me, the weather either, the oscars system too ....) Also in time the skin banner plex had two columns it was downright better the only one column of banner they are huge. RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - pacomaral - 2017-02-13 Hello, I am trying to install this skin on my libreelec with kodi 17, but when I download the zip from here (https://github.com/mikesilvo164/skin.aeon.madnox/tree/krypton), and extract it to transfer to my .kodi/addons/ folder, the skin doesn't appear to me in kodi appearance. I don't know if I am downloading the correct folder because I had it from a post from 2015, but I guess it should still working as they still working on it, so I would like to know if I am doing something wrong. If anyone knows what can I do, please tell me. Thanks RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - bsoriano - 2017-02-13 (2017-02-13, 01:44)pacomaral Wrote: Hello, I am trying to install this skin on my libreelec with kodi 17, but when I download the zip from here (https://github.com/mikesilvo164/skin.aeon.madnox/tree/krypton), and extract it to transfer to my .kodi/addons/ folder, the skin doesn't appear to me in kodi appearance. In Krypton you have to enable it before you can use it. Go to Settings, Add-ons, My add-ons, All, look for Aeon MadNox, and Enable it. Regards, Bart RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - shaktoo - 2017-02-13 (2017-02-12, 12:39)meowmoo Wrote: Anyone else have the issue that skin-helper-widget did not work correct? I am hoping you have the git repo & version installed -----> https://github.com/marcelveldt/script.skin.helper.service This is Mike Silvo's post #6060 " Marcel has completely re-written the skin.helper addon that is used in the majority of views to obtain discart, some views still use the old skin.info.service which still works ok. Please check you have the latest skin.helper and all it's associated dependencies. I think Marcel has pushed it to the repo now but if not you'll need to get his beta repo and install from there. This is for Krypton " Otherwise I am at a loss. I am not having any skin.helper widget issues. RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Pr.Sinister - 2017-02-13 (2017-02-12, 00:14)whysoserious Wrote:(2017-02-11, 23:33)isamu.dragon Wrote: I believe their mod was for MadNox (Hence why it was posted here) and not Aeon Nox 5: SiLVO Yeah i really didn't take into account the way it is displayed in Android because Aeon MadNox is such a heavy skin. I also assumed Aeon Nox 5: SiLVO would have the DialogPlayerProcessInfo.xml coded since the skin is finished and is pretty much just being maintained. I do have Aeon Nox 5: SiLVO installed on all of my relatives' Android boxes but i am keeping them on Kodi 16.1 for now so once i decide Kodi 17 is stable enough for them, i will upgrade them. If by then the DialogPlayerProcessInfo.xml still doesn't exist, i will adapt it for the SiLVO skin. BTW: In the meantime, You can add this tag to the CPU info control: Code: <scroll>true</scroll> It will make the text scroll instead of overflow the width... Yo can also tweak the file a little more by modifying the font tags too. Just look at the Font.xml from each of the skins to see what the definitions are and try to match them more accurately. RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - meowmoo - 2017-02-13 (2017-02-13, 13:30)shaktoo Wrote:(2017-02-12, 12:39)meowmoo Wrote: Anyone else have the issue that skin-helper-widget did not work correct? Yes all installed from Marcels beta repo I have no idea what's wrong, because the problem is on all 3 kodi setups, and 2 different skins...looks like I need to wipe some settings tonight :/ RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - ShadowTek - 2017-02-13 (2017-02-12, 12:39)meowmoo Wrote: Anyone else have the issue that skin-helper-widget did not work correct? I have the same issue, its like there are missing lang files or something, allot of the widgets are just blank when you goto select them so you don't know what they do. RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - meowmoo - 2017-02-13 (2017-02-13, 18:10)ShadowTek Wrote:(2017-02-12, 12:39)meowmoo Wrote: Anyone else have the issue that skin-helper-widget did not work correct? Thank god, I'm not alone ![]() Now we need to figure out what's the problem RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - smitchell6879 - 2017-02-13 This may have nothing to do with it but I know Marcel mention something about omdb issues recently .... That may be the issue? RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Slipass - 2017-02-13 With the new version/beta from skin helper doesnt work the pvr artworks in live tv. |