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) - Kwulabear - 2015-07-07 I have what I think successfully made some changes to the startup.xml to reflect phils script and remarked out the moreinfo script. I have movie sets working without a hitch with backend mode enabled. Original <window> <defaultcontrol always="true">10</defaultcontrol> <backgroundcolor>backgroundcolor</backgroundcolor> <allowoverlay>no</allowoverlay> <include condition="!Skin.HasSetting(firstrun4.0)">AutoConfig</include> <onload>RunScript(script.favourites)</onload> <onload condition="System.HasAddon(script.skin.info.service)">RunScript(script.skin.info.service)</onload> <onload condition="System.HasAddon(script.extendedinfo) + [Substring(Skin.String(widgetlist),xkcd) | Substring(Skin.String(widget2list),xkcd)]">RunScript(script.extendedinfo,info=xkcd)</onload> <onload condition="System.HasAddon(script.moreinfo) + Substring(Skin.String(backgroundlist),flickr)">RunScript(script.moreinfo,info=flickr)</onload> <onload condition="Substring(Skin.String(widgetlist),actors) | Substring(Skin.String(widget2list),actors) | Skin.HasSetting(ActorBirthdayRSS)">RunScript(script.metadata.actors,borntoday,10,random)</onload> <onload condition="Substring(Skin.String(backgroundlist),weatherworldbackground) + System.HasAddon(script.widget.weatherworld)">RunScript(script.widget.weatherworld,time=10&limit=9&mapsize=1920x1080&tilesize=360x60&window=10000&condition=StringCompare(Control.GetLabel(4322),weatherworldbackground))</onload> <onload condition="Substring(Skin.String(widgetlist),concerts) | Substring(Skin.String(widget2list),concerts)">RunScript(script.moreinfo,info=NearEvents)</onload> <onload condition="Substring(Skin.String(widgetlist),roms) | Substring(Skin.String(widget2list),roms)">RunScript(script.games.rom.collection.browser,limit=10)</onload> <!--onload condition="skin.hassetting(backendmode)">RunScript(script.moreinfo,backend=true)</onload--> Mine (changes in bold) <window> <defaultcontrol always="true">10</defaultcontrol> <backgroundcolor>backgroundcolor</backgroundcolor> <allowoverlay>no</allowoverlay> <include condition="!Skin.HasSetting(firstrun4.0)">AutoConfig</include> <onload>RunScript(script.favourites)</onload> <onload>RunScript(script.skin.info.service)</onload> <onload>RunScript(script.toolbox,daemon=True,radius=30)</onload> <!--<onload condition="System.HasAddon(script.skin.info.service)">RunScript(script.skin.info.service)</onload>--> <!-- <onload condition="System.HasAddon(script.extendedinfo) + [Substring(Skin.String(widgetlist),xkcd) | Substring(Skin.String(widget2list),xkcd)]">RunScript(script.extendedinfo,info=xkcd)</onload>--> <!--<onload condition="System.HasAddon(script.moreinfo) + Substring(Skin.String(backgroundlist),flickr)">RunScript(script.moreinfo,info=flickr)</onload> --> <onload condition="Substring(Skin.String(widgetlist),actors) | Substring(Skin.String(widget2list),actors) | Skin.HasSetting(ActorBirthdayRSS)">RunScript(script.metadata.actors,borntoday,10,random)</onload> <onload condition="Substring(Skin.String(backgroundlist),weatherworldbackground) + System.HasAddon(script.widget.weatherworld)">RunScript(script.widget.weatherworld,time=10&limit=9&mapsize=1920x1080&tilesize=360x60&window=10000&condition=StringCompare(Control.GetLabel(4322),weatherworldbackground))</onload> <!--<onload condition="Substring(Skin.String(widgetlist),concerts) | Substring(Skin.String(widget2list),concerts)">RunScript(script.moreinfo,info=NearEvents)</onload> --> <onload condition="Substring(Skin.String(widgetlist),roms) | Substring(Skin.String(widget2list),roms)">RunScript(script.games.rom.collection.browser,limit=10)</onload> <!--onload condition="skin.hassetting(backendmode)">RunScript(script.moreinfo,backend=true)</onload--> Maybe Mike you can test and see if you get the same results. The extendinfo script must be updated to latest version. RE: Aeon Madnox - Beta Release (for Isengard) - Kwulabear - 2015-07-07 (2015-07-06, 13:11)Mike_Doc Wrote: According to Phil, Mike, I've done some studying on this. When I was using Shednox's skin, the xml file being called was script-ExtendedInfo Script-DialogVideoInfo from addons\script.extendedinfo\resources\skins\Default\1080i folder. All I had to do was add the font10 entry to the font.xml. I've added the entry and still does not work in Madnox. How is Phils video info being called using Madnox? Maybe I can help and figure it out. Let me also say, great skin. Keep up the work. RE: Aeon Madnox - Beta Release (for Isengard) - schimi2k - 2015-07-07 Thx 4 your help kwualabear i will have a look at it later would be great if it would be so easy... first i have some pink work for mike RE: Aeon Madnox - Beta Release (for Isengard) - Mike_Doc - 2015-07-07 (2015-07-07, 03:26)Kwulabear Wrote:(2015-07-06, 13:11)Mike_Doc Wrote: According to Phil, Hi Kwulabear, thanks foe the strartup info. I'll look into update the main one, not sure on removing the moreinfo, flickr call as I think I'd need to disable the flickr widget option otherwise it won't work but will check again. Regarding extended info, the way you stated does work until you create skin specific version of the xmls. if you look in 1080i you'll find my own versions of script-ExtendedInfo Script-DialogVideoInfo & script-ExtendedInfo Script-DialogInfo. What Phil has done in his very latest version is add a switch to override these, which is funny to me but won't say why! Go into settings and the moviedb section and then set 'force native appearance' and this will bypass my 1080i versions and called the /addon/script..../ versions. I have the font issue when I set this switch and it calls the native scripts otherwise with the switch of it calls my standard version. Mike. RE: Aeon Madnox - Beta Release (for Isengard) - neurosis13 - 2015-07-07 Hi Mike and Schimi, i know of course now it's not the time for new functions or requests but wile i played a bit with madnox on sunday i realized that we really need to place the extended info script entry point more prominently in the skin so i post my idea of this again in hope it comes on the to do list: with these changes you only need 2 clicks to enter the script for the movie section instead of 3 clicks. Actor section is fine as it is of course. what you think ? The extended info script is some sort of a killer application and feature for this skin. RE: Aeon Madnox - Beta Release (for Isengard) - Mike_Doc - 2015-07-07 OK, will take a look. You know about the new switch Phil has added himself to extended info? If you have the latest version go into settings for the script and in movie db section activate force native parsing. This bypasses the skin specific files and runs phils amazon script specifc files. You'll just have the meda flag issues and a possible font issue with 'subtitles / audio' which is being looked into but by kwulabear. RE: Aeon Madnox - Beta Release (for Isengard) - neurosis13 - 2015-07-07 yes, do you remember my post from sunday how to enable it with screenshots, if you want you can copy this into the opening post so very new user can find out about it. here is the link to my post: http://forum.kodi.tv/showthread.php?tid=230821&pid=2045252#pid2045252 RE: Aeon Madnox - Beta Release (for Isengard) - Mike_Doc - 2015-07-07 lol brain melt, thanks neurosis. for the context menu, there is a new context item you can install, again from phil, go into add-ons and look for a section 'context items' and in there should be 'extednedinfo script - open dialog'. This will add the exetended info option to the bottom of the context menu. RE: Aeon Madnox - Beta Release (for Isengard) - schimi2k - 2015-07-07 all of them should be in my addon pack except the fresh extendedinfo... because it seems he update it a lot... so i save my time ^^ RE: Aeon Madnox - Beta Release (for Isengard) - neurosis13 - 2015-07-07 (2015-07-07, 17:25)Mike_Doc Wrote: lol brain melt, thanks neurosis. works great, thanks for the hint RE: Aeon Madnox - Beta Release (for Isengard) - Soujirou Seta - 2015-07-07 For real, these skin are closer and closer to "Definitive Skin", many features and fast enough Congratulations RE: Aeon Madnox - Beta Release (for Isengard) - vicmanpergar - 2015-07-07 I agree with @neurosis13, extended info should be in an easier to reach position, the info it gives and how it works, should be bit faster to reach. Taking it out of that menu as @neurosis13 says, would do it better. RE: Aeon Madnox - Beta Release (for Isengard) - neurosis13 - 2015-07-07 (2015-07-07, 17:25)Mike_Doc Wrote: lol brain melt, thanks neurosis. this is how it looks after installing the 'extednedinfo script - open dialog' add-on. thanks again for the hint! RE: Aeon Madnox - Beta Release (for Isengard) - Mike_Doc - 2015-07-07 Planned for next update: viewtypesettings - Kodiflix thumbnail info on episodes now available skinsettings - removed moreinfo dependencies against backend switch LowList view - Cases for Tvshows - Tvshows & Seasons levels, Fakediscs for Seasons - both controlled via settings. New version of some graphic files, smaller in size. Relocated 'Extended Info' from extras menu to button in main Info view for Movies & TV shows. Font issue resolved on Native Extended info view. Small bugs & fixes. Hopefully tomorrow, some testing still to do and possibly include another thing or 2. Mike. RE: Aeon Madnox - Beta Release (for Isengard) - schimi2k - 2015-07-08 hehe yeah... "When I grow up I want to be a skilled skinner Thank me by ⬇ adding to my + reputation" it seems the young boy is growing fast - well done Mr.M |