![]() |
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 [RC1] for Jarvis *** Important Please read first post (27/02)*** - schimi2k - 2016-04-03 (2016-04-03, 19:12)bobrap Wrote:(2016-04-03, 16:02)schimi2k Wrote:(2016-04-03, 14:56)bobrap Wrote: Sorry about no screenshots. Hope these will do. naaaaa, you dont need to rename your episodes ^^ i will try tomorrow some variables ( maybe just add one without any dots or other stuff around will work ) a bit more patient please RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - bobrap - 2016-04-03 (2016-04-03, 19:30)schimi2k Wrote:(2016-04-03, 19:12)bobrap Wrote:(2016-04-03, 16:02)schimi2k Wrote: i think its because of the variables we use: I'm as patient as the day is long. ![]() RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - schimi2k - 2016-04-03 (2016-04-03, 19:45)bobrap Wrote:(2016-04-03, 19:30)schimi2k Wrote:(2016-04-03, 19:12)bobrap Wrote: Changing WEBDL-720 to WEBDL.720p. shows the correct cases for episodes. Dash to dot seems to be the answer. Now to the task of renaming a few thousand episodes. but this shows us again that there are so many different configurations out there ![]() ![]() RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - meowmoo - 2016-04-03 (2016-04-03, 19:45)bobrap Wrote:(2016-04-03, 19:30)schimi2k Wrote:(2016-04-03, 19:12)bobrap Wrote: Changing WEBDL-720 to WEBDL.720p. shows the correct cases for episodes. Dash to dot seems to be the answer. Now to the task of renaming a few thousand episodes. open variables.xml go to line 4768 and add <value condition="SubString(ListItem.Filename, WEBDL-) | SubString(ListItem.Filename, webdl-)">webdl.png</value> save and see if it works RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - schimi2k - 2016-04-03 (2016-04-03, 20:07)meowmoo Wrote: open variables.xml go to line 4768 and add for our views it should be enough to add in variables > <variable name="GlobalCaseVar"> (line 49) <value condition="SubString(ListItem.Filename,WEBDL) | SubString(ListItem.Filename,webdl)">webdl.png</value> EDIT: hmmm this doesnt work like the 3D movies before - we realy need to add a <value condition="SubString(ListItem.Filename,WEBDL-) | SubString(ListItem.Filename,webdl-)">webdl.png</value> EDIT2: open variables.xml go to line 4768 and add <value condition="SubString(ListItem.Filename, WEBDL-) | SubString(ListItem.Filename, webdl-)">webdl.png</value> this works here ... will add some variables and push it tomorrow to git thx cowcat from da german tree ![]() RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - vanilli - 2016-04-03 Hello. Is it possible view clearlogo or discart in musicvideos?? (showcase view or wall view for example). Sorry for my bad english. Thanksss RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Temujin - 2016-04-03 Hey gang, (hopefully) quick question, might be more for the General Support section, but will start here since it's for this skin: after I download Madnox from the git link, where on an Android box does it go, folder-wise? Still learning the Android OS, and don't care for the other skins and want to put this on the new Android box. RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - schimi2k - 2016-04-03 (2016-04-03, 20:31)Temujin Wrote: Hey gang, (hopefully) quick question, might be more for the General Support section, but will start here since it's for this skin: after I download Madnox from the git link, where on an Android box does it go, folder-wise? if you have read the first page you would see this link http://kodi.wiki/view/Userdata ... RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Temujin - 2016-04-03 (2016-04-03, 20:37)schimi2k Wrote:Thanks.(2016-04-03, 20:31)Temujin Wrote: Hey gang, (hopefully) quick question, might be more for the General Support section, but will start here since it's for this skin: after I download Madnox from the git link, where on an Android box does it go, folder-wise? RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - bobrap - 2016-04-03 (2016-04-03, 19:45)bobrap Wrote:(2016-04-03, 19:30)schimi2k Wrote:(2016-04-03, 19:12)bobrap Wrote: Changing WEBDL-720 to WEBDL.720p. shows the correct cases for episodes. Dash to dot seems to be the answer. Now to the task of renaming a few thousand episodes. Seems that after the rename the widgets are showing correct cases. Thanks again for all the help. RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Mike_Doc - 2016-04-03 (2016-04-03, 16:14)KevinSartori Wrote:(2016-04-03, 00:23)meowmoo Wrote: Here are the Files if anyone wanna mess around with it The update to use studio icons resources is on-going it is in most places but i still have some things to do and check before a clean up. Yes i plan to chat to ronnie about pushing any extras we have and about any different ones we have. I haven't fully got my head round resources so taking a bit longer. Plus some other things got in the way like animated posters / backgrounds. RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Pr.Sinister - 2016-04-04 Hi Guys! Great job with keeping this skin alive. I have tried pretty much every skin but nothing compares to this in eye candy. Now i used to modify the skin myself for a few very minor tweaks but it has now morphed into a huge piece of code and i am struggling to find simple things. The one thing that is killing me trying to find it is the correct code for the thumb that is displayed in List View. In both Video Files mode and Pictures mode. Right now, it is always a square and that is not ok for pictures, posters or video thumbs. I just need to keep the <width /> tag but comment the <height /> and make sure the <aspectratio>keep</aspectratio> is set and not <aspectratio>scale</aspectratio> I have a huge library but i also have a lot of things that are either not in the library yet or that will never be added to the library and earlier versions of MadNox were much easier to modify that setting right in MyVideoNav.xml, Viewtype_List.xml and MyPics.xml Can you please point me to the right file and line or code? Thanks in advance... And BTW: Every time i upgrade the skin, i have to go through all the files to modify that contain \comics\ to /comics/ because all my comics are in a network share and not a local share. You may want to address that in your code so it works for both local or network paths (even *nix local paths use forward slashes. Current way is only good for local windows folders) What it does is activate Posters in the Pictures Infowall, Wall, Wall Large and Showcase when in sees \comics\ in the folderpath. And lastly, there is a possible bug in there where although it is in the list of available views, you cannot select Wall Large in picture mode in a folder with comics Thanks for all your great, frankly superb work on the greatest skin ever ![]() -Pr. RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - RDel - 2016-04-04 (2016-04-03, 10:01)schimi2k Wrote:(2016-04-03, 09:05)RDel Wrote: I appreciate you and others responding. I have all required addons installed and recognized by skin. skininfoservice was always installed. While troubleshooting I reinstalled both manually, then by Zip. The Boxcase displays the Poster and the Back Cover art, It doesn't display the disk art and the Info sheet is blank. I'm currently using a fresh install of everything. I'm wondering if my library backup method has something to do with it. Before my fresh install, I DID NOT save my database file, I DID back up my video library to seperate files (all artwork and nfo's) then after a fresh install of Jarvis I added back my video sources and set the scraper for Local Info only. After that, some artwork wasn't showing up (logo's, clearart and I think the disk art) so I set Artwork Downloader to search for local art only, and it picked everything up. So I'm thinking the video database file may have something to do with it? Do you think I have to wipe everything (Kodi and delete all Artwork) and start from scratch to troubleshoot this? I really don't want to do that (my library is huge), but if you think it's the only way, I will. Please let me know what you think. I'm not a noob, I've been using Kodi since the original XBox Mod days, I just never got too deep into the artwork until I used this awesome skin. Thanks a lot. Hi Schimi, I went ahead and wiped my Kodi and Skin installation. Reinstalled Kodi did some minor setup, then installed Madnox and completed the addon installations. I installed skin.info.service from Git, extended.info from repo, and all other required addons. The problem still remains. My BD/DVD Cases options are correct. I have no extra options enabled in General Skin Settings (at bottom of list). Group movies in sets is enabled. I scanned a source folder from internet and grabbed all artwork. Single movie animations work fine, the sets open but still no disks inside. Forgot to mention this... I installed the skin "Phenomenal" last week. It has a Showcase view exactly like Madnox and everything worked fine. My Movie Set Boxes opened with disks inside. I did not install that skin this time, I thought it might cause a conflict or something. Anyway, I don't know what else to do. I guess I can use your addon files as a test, that would be great. As far as settings, I've read this thread extensively and can't think of a setting that would keep this from working, unless you can. Thanks! RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - mikeSiLVO - 2016-04-04 (2016-04-04, 04:28)RDel Wrote: Hi Schimi, I went ahead and wiped my Kodi and Skin installation. Reinstalled Kodi did some minor setup, then installed Madnox and completed the addon installations. I installed skin.info.service from Git, extended.info from repo, and all other required addons. The problem still remains. My BD/DVD Cases options are correct. I have no extra options enabled in General Skin Settings (at bottom of list). Group movies in sets is enabled. I scanned a source folder from internet and grabbed all artwork. Single movie animations work fine, the sets open but still no disks inside.If the items in the set have discart and you have skin.info.service installed then it should work but if you post a screenshot and a full Debug Log (wiki) someone can take a peek and see if you have everything installed or check for any errors. Phenomenal skin and its ShowCase view uses a modified version from my skin. Some of the modifications made include using skin.helper.service and not skin.info.service to display the movie set discs. Do you have just skin.helper.service and not both scripts? RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - RDel - 2016-04-04 (2016-04-04, 05:02)mikesilvo164 Wrote:(2016-04-04, 04:28)RDel Wrote: Hi Schimi, I went ahead and wiped my Kodi and Skin installation. Reinstalled Kodi did some minor setup, then installed Madnox and completed the addon installations. I installed skin.info.service from Git, extended.info from repo, and all other required addons. The problem still remains. My BD/DVD Cases options are correct. I have no extra options enabled in General Skin Settings (at bottom of list). Group movies in sets is enabled. I scanned a source folder from internet and grabbed all artwork. Single movie animations work fine, the sets open but still no disks inside.If the items in the set have discart and you have skin.info.service installed then it should work but if you post a screenshot and a full Debug Log (wiki) someone can take a peek and see if you have everything installed or check for any errors. Thanks for the help. Yes the movies have discart. Skin.info.service and skin.helper.service are both installed. I'll post a screen shot and debug log soon. watch gallery
Log File http://xbmclogs.com/phbl2fscj I didn't use any Customizations. After replacing my addons with the new ones sent to me i got a "failed to start commoncache" warning. I've never manipulated addons like this before. It had no effect on the animation mods. Individual disc cases still open with discs, but sets open with no disks. No problem I'm planning on a fresh install after this, since it doesn't seem to matter which versions of addons I use. Thanks. |