![]() |
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 - Beta Release (for Isengard / Jarvis) - BobCratchett - 2015-12-19 Ah, the background image being displayed is based on the icon image in the .DATA.xml file? The icon image is shared between skins, so that's entirely expected behaviour (there have been occasional complaints about this before due to different visual styles of skins, so this will change in the next release...). But the icon image is designed to be displayed in an icon main menu layout, not as the background image... RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - mikeSiLVO - 2015-12-19 (2015-12-19, 10:14)BobCratchett Wrote: Ah, the background image being displayed is based on the icon image in the .DATA.xml file? The icon image is shared between skins, so that's entirely expected behaviour (there have been minor complaints about this before due to different visual styles of skins, so this will change in the next release...). But the icon image is designed to be displayed in an icon main menu layout, not as the background image... I used the thumb property for the default fanart but the include saves the thumb which is empty on my main menu defaults and stays that way when it makes the madnox include. Should I just use a new property and not the thumb or is that an ok implementation? Code: <shortcut> RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - BobCratchett - 2015-12-19 Nothing in .DATA.xml will change when switching skins once those files exist - they're the bits of skin shortcuts which are shared between skins. The thumb property is primarily for the image the user selects as icon image (as $INFO[ListItem.Icon] will grab the thumb if its there before using the icon - so the user choice is always respected). Backgrounds are best handled with Skin Shortcuts inbuilt functions - https://github.com/BigNoid/script.skinshortcuts/blob/master/resources/docs/advanced/Managing%20backgrounds.md - which allow setting a range of backgrounds to choose from, using playlists as backgrounds, default backgrounds for menu items and integrates nicely with the background options Skin Helper provides; or with a custom property. It's probably also worth having a fallback background within the skin itself, if a menu item doesn't have a background defined in the overrides.xml - which custom menu items won't if coming from another Skin Shortcuts-utilising skin. RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - mikeSiLVO - 2015-12-19 (2015-12-19, 10:25)BobCratchett Wrote: Nothing in .DATA.xml will change when switching skins once those files exist - they're the bits of skin shortcuts which are shared between skins. Silly me ![]() I should have RTFM! *FacePalm* RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - schimi2k - 2015-12-19 WOW Gentleman... i would never belive that you guys already so far ... holy mother of homemenu ![]() i just had a quick test yesterday and confirm the problems posted before ( no icons, and no backrounds ... instead of backrounds i get a widget with a backround ) but never expected that you are so far... will test now the new version... and i notice some WIP... does that mean, mr.v have no problem because of using his widgets ![]() damn christmas is early this year Gentleman... THX / Danke ![]() PS: nice new skin.shortcuts icons Bob ![]() RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - mikeSiLVO - 2015-12-19 @Bob I added all the default backgrounds to the overrides file Code: <backgrounddefault labelID="pictures">special://skin/backgrounds/pictures/</backgrounddefault> ![]() RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - mikeSiLVO - 2015-12-19 (2015-12-19, 10:47)schimi2k Wrote: WOW Gentleman... i would never belive that you guys already so far ... holy mother of homemenu I like deadlines, they keep me motivated ![]() That's one of the reasons I have been spending so much time on this... I want to finish it by Christmas ![]() RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - BobCratchett - 2015-12-19 @schimi2k - Heap all of your praise on Mr Silvo - the one job I'd been working on he's just completely obliterated with the switch to Mr. V widgets ![]() The new artwork is already getting admiring looks - thanks again for your work on it ![]() @Mr Silvo - Check you've got the latest version of the fix branch I linked to a short while ago (I found another issue!), and if you've edited the menu whilst using MadNox, delete the skin.aeon.madnox.properties file in the script.skinshortcuts directory - between the two, that should load all the default properties when the menu then gets rebuilt. And if it doesn't, I'll take another pass at the code this evening, time allowing. RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - schimi2k - 2015-12-19 (2015-12-19, 00:34)Razieal121 Wrote: http://goo.gl/gCRIZM WOW... like sarlan wrote before... you have more repos installed, like i have addons in my whole life dude... and some of them doesnt sound Legal/official and some of them are not compatible with isengard or jarvis if you realy want to use madnox i would say - make a fresh start ! clean kodi, clean madnox, and just the realy needed repos that are compatible with the kodi version you wanna use ( isengard or jarvis ) if you dont want do that, you need to life with this problem ( and dont forget to configure all addons ! ) sorry RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - schimi2k - 2015-12-19 (2015-12-19, 10:55)BobCratchett Wrote: @schimi2k - Heap all of your praise on Mr Silvo - the one job I'd been working on he's just completely obliterated with the switch to Mr. V widgets i see you both as a team, and when i understand it right, Mr.V gives you green light ? good to know gentleman - can you give me a small tip what files i should "delete" to check it as a fresh start ? madnox settings and what else ? (skin.aeon.madnox.properties inside script.skinshortcuts directory all the time ? ) just to be sure, that problems dont pop up because of mixing up something Sirs *lift-the-hat* ![]() RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - mikeSiLVO - 2015-12-19 (2015-12-19, 10:55)BobCratchett Wrote: @Mr Silvo - Check you've got the latest version of the fix branch I linked to a short while ago (I found another issue!), and if you've edited the menu whilst using MadNox, delete the skin.aeon.madnox.properties file in the script.skinshortcuts directory - between the two, that should load all the default properties when the menu then gets rebuilt. And if it doesn't, I'll take another pass at the code this evening, time allowing. I must've downloaded it in between the time you originally pushed till you did a, I assume, branch replace. Working flawlessly now. Gonna push the new overrides. I guess MadNox users will need this branch till it gets merged into master? RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - BobCratchett - 2015-12-19 How clean do you want it? The .properties file contains the selected backgrounds, widgets and so forth - deleting that (dependant on using the fix branch, and the bug actually being fixed) will reset all of those sorts of things to default. The .DATA.xml files contain the actual menu items (the action, the label, the icon and so forth). Deleting those will reset the menu to default. @Mr Silvo - only those coming from another Skin Shortcuts skin, and who don't want to go defining custom backgrounds for each menu item anyway. (And then, they'll need master - we've only just done a repo push, and there are some interesting changes in the pipeline which mean another repo push is a little while away...) RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - schimi2k - 2015-12-19 wow... between the version ive tested yesterday night, and the last one ... WOW backrounds are working - all links are working so far ... even the widgets are working ( not full functional i think, but wow ! ) i dont know if i should already post the things i "miss" right now while you guys are still working on it ( i use almost just playlists in my home menu, and i have some problems with infolines and a wish of " cloning " subemenus if its possible ) icons still dont work ... but i think this will be a bigger step ... but its working already realy smooth, and i feel already at home with configuring my main menu NICE JOB GENTLEMEN !!!! WELL DONE ( the new menu + my new default icons i have a feeling of a complete new skin now ^^ ) RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - Cinder - 2015-12-19 Many of the addons recommended for Madnox are in Passion-XBMC repo, but this doesn't seem to be supported by Jarvis. Is there a way to get Passion-XBMC into Jarvis, or another way to get the addons? Cheers guys for all your work. RE: Aeon Madnox - Beta Release (for Isengard / Jarvis) - schimi2k - 2015-12-19 (2015-12-19, 12:12)Cinder Wrote: Many of the addons recommended for Madnox are in Passion-XBMC repo, but this doesn't seem to be supported by Jarvis. http://workupload.com/file/dif3mm6Q this is my latest addon pack from 2 days ago ... normaly i was add this link in my first post, but after we get so many problems because of missing addons or wrong configs, i decide to save my time to provide this addon packs... seems i need to rethink about it again ... but it seems, we dont need some of the old addons in the "near" future anymore... until then, use my addon pack good luck |