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) - Mike_Doc - 2015-08-08 (2015-08-08, 10:31)schimi2k Wrote:(2015-08-08, 10:23)Namoi Wrote: Just a suggestion about this issue. Could you try texture maintenance cache utility on that particular show only with the C parameter (capital C), but only for this show as it will remove the cached thumbs and force recache them without the pain of deleting the cache folder and database. I would like to use that as well, but tried once and failed badly, even installed python and couldn't get it to run on windows. Too complicated for me it seems (2015-08-08, 10:37)Xander Log Wrote:(2015-08-07, 14:09)Xander Log Wrote:(2015-08-07, 13:53)Mike_Doc Wrote: Not sure there's a default time, could be be but never seen it. I think it is more the black screen because Kodi is still loading?. But shall have a look around and see if there is anything that can be done to startup, Not yet, might have seen something in the startup that I hope to test soon. RE: Aeon Madnox - Beta Release (for Isengard) - schimi2k - 2015-08-08 (2015-08-08, 10:56)Mike_Doc Wrote: I would like to use that as well, but tried once and failed badly, even installed python and couldn't get it to run on windows. Too complicated for me it seems yeah sure... i can teach you young padavan if you take a small break its recache all my tvshow images right now... ~25minutes left... when i still have my images left i will send you a pm XD RE: Aeon Madnox - Beta Release (for Isengard) - mikeSiLVO - 2015-08-08 Guys, if you have issues with season posters there can only be a few reasons why... The variable I posted works on Isengard only and in all cases where the season poster is in your database. That means you must activate season posters and run Artwork Downloader on each Kodi machine. If you do not see Season posters after running AD then it may be a cache problem... The cache has a background task that runs when it feels like it (sort of) and re caches artwork when it notices a change which could take days. That is why it can sometimes take awhile for changes to populate. Deleting the cache and thumbnail folder make the cache rebuild for some items quickly and others when you navigate to a spot that tries to display it. and the rest when the background task runs. The Texturecache utility if used correctly updates the cache for all artwork in the DB when you trigger the command to do so, therefore bypassing the background task. If you have tried all of the above then there is possibly a skin code problem, unfortunately the hack used to display season posters was necessary to have them on certain levels cause the INFO label to display it did not work and a new one was added for Isengard. That original hack led to another one listposterbackupvar and that or something else could be causing issues. If you have a view that does not work then you need to specify that view and I will look through the code and see if I can find out why and possibly make a PR for mike to merge. Just to be clear if your system is correctly setup and it is not a skin code problem then the variable I posted will work 100% of the time. If anybody needs a more in depth explanation on how this works or how to install and use the Texturecache utility just ask and I can try to provide one. RE: Aeon Madnox - Beta Release (for Isengard) - Namoi - 2015-08-08 The common errors while seting up texture cache are forgeting to put the needed cfg file along with the script, forgeting to enable kodi webserver and forgeting to have kodi runing while launching the script. The commands in themselves are documented with straight example in the thread. But i admit it lacks a GUI. I wanted to create one but i really don't have time (and probably skills TBH). Edit: and of course Python must be installed :-D RE: Aeon Madnox - Beta Release (for Isengard) - gotham_x - 2015-08-08 In my little update situation Posters TV Series tertiary missing. After a clean install Kodi 15.0 "Isengard" macchima on Windows 10 and Unix / Linux (Qnap). Kodi 14.2 Helix 27/07/15 (Revision 0.0.5) All my tv series have been reviewed and scraped from top to bottom with Ember Media Manager "big job ...................." screeshot Situation Structure I use for my TV on three levels. Poster Stagione 1 terzo livello TriPannel Poster Stagione 2 terzo livello TriPannel It seems to work well on both machines , Kodi 15.0 "Isengard" Windows 10 and Unix / Linux (Qnap). Kodi 14.2 Helix RE: Aeon Madnox - Beta Release (for Isengard) - bobrap - 2015-08-08 (2015-08-08, 10:53)wints Wrote:(2015-08-08, 10:45)Namoi Wrote:(2015-08-08, 10:31)schimi2k Wrote: i think i should take another look into this texture maintenance cache utility ...Very easy to use but extremely powerfull. I always use it when having artworks issues, or when i change artworks as it is faster than doing the changes manually from inside kodi. And in case of artworks issues it can chirurgically fixes things instead of going "middle age" chirurgy way :-D I agree with you Wints. I'd be more inclined to use this if it had a gui for us "command line challenged". RE: Aeon Madnox - Beta Release (for Isengard) - BugRaider84 - 2015-08-08 (2015-08-08, 10:29)schimi2k Wrote: first, thx for the colorfull screenshots no worries, thought your might like them (2015-08-08, 10:29)schimi2k Wrote: i will try to polish kodiflix view when the mike gang is done with it - thx 4 the infos - like you can see, when you have soooo many options, you will have a lot of combinations... so we try to fix all those small things soon yeah I guess so i remember it being already difficult with ShedNox, now it must be nightmarish haha You said somewhere that your coding skills are at 0.2%, well then mine are at 0.0001% haha I had a look into the View_800_Kodiflix.xml but I couldn't figure out where the problem might be that's why I gave you my colorful picture guide. But first things first. Polishing the skin comes last, you're totally right. I just didn't know the stage this mod is in so I thought "before it's too late" If I can help out somewhere let me know... RE: Aeon Madnox - Beta Release (for Isengard) - brazen1 - 2015-08-08 This is what I copy and paste into a CMD prompt run as admin for texture cache utility. Run all 4 at once and they will execute in order. Make sure your python version matches what you installed. BTW, Kodi must be running when you use this. C:\Python34\python.exe C:\texturecache.py update C:\Python34\python.exe C:\texturecache.py P C:\Python34\python.exe C:\texturecache.py R C:\Python34\python.exe C:\texturecache.py c all RE: Aeon Madnox - Beta Release (for Isengard) - Namoi - 2015-08-08 A usefull one in case of an artworks issue for, saying mymovie is Texturecache.py C "mymovie" It will remove then recache all artworks for mymovie only (use capital C, not c as the 2nd one will only cache missing artworks). RE: Aeon Madnox - Beta Release (for Isengard) - ShadowTek - 2015-08-08 Hello again, first my Internet connection is terrible (they are still in the process of upgrading it) Here are a few requests if possible OK what I ment about the "in progress" movie widget: The flags are not aligned as nicely as the main latest added movie widget is: Where as the latest added movies view is perfect Addonwall: On the infowall view, when you turn on view thumbs, it adds extrafanart to the movies page, but there is no way to add extrafanart to the TV-show (episode) page and I;m not a fan of the thumbnail option, its a nice addition, but the thumbs are too small to look good so, my request is to allow an option to show extrafanart in episode view in the infowall view. Dialog video page: I have been trying to re-add the option list when clicking on an actor with no luck. The reason I would request that the actor option list is brought back is because if you don't have Internet at the time, you can't check what movies a specific actor is in within your database. If its not possible with the new extended info script, then perhaps its possible to set up a hotkey for quickly checking what v shows or movies a specific actor is in, in your database? Outstanding job on the best skin for Kodi!!! RE: Aeon Madnox - Beta Release (for Isengard) - KevinSartori - 2015-08-08 Meowmoo, I downloaded the latest GIT build and I really like your Alternate Music Vis Layout! One small bug I've noticed is that after <songinfoduration> ends, the shading in the back fades out, but the album cover and info stay onscreen. I've learned a little over the years editing XBMC/KODI .xml files, but I'm no coder and don't know how to fix that. I spent the morning making some edits to MusicVisualisation.xml that I thought you might be interested in. I noticed that some of the longer artist and album titles didn't fit on the handwritten cdART, so I replaced all instances of Code: Hand_34 Code: Hand_26 Next, I prefer the cleaner look of no overlays on the album cover, so I discovered I was able to remove them by deleting all instances of Code: <texture diffuse="thumbs/cdcover_mask2.png">thumbs/cdcover_glass_noreflect.png</texture> Code: diffuse="thumbs/cdcover_mask2.png" I also prefer for the aspect ratio of the album cover to be kept, so I changed the width from 400 to 500 (to give the wider covers more room) and added <aspectratio> with "left" alignment. I replaced Code: <control type="group"> Code: <control type="group"> I wanted the artist text to be smaller (the same size as the song titles) and to match the color of the year, so I changed FONT_MAINCLASSIC to FONT_MAINCLASSIC2 and added TitleColorVar. I had to lower <posy> from -200 to -170. I also felt that the logo.png sat a little high, so I changed that from -300 to -280. I replaced Code: <control type="label"> Code: <control type="label"> Next, I like to see song titles in quotes and don't need to see track numbers, so I replaced Code: $INFO[MusicPlayer.TrackNumber,,: ][COLOR=white]$INFO[MusicPlayer.Title][/COLOR] Code: [COLOR=white]$INFO[MusicPlayer.Title,“,”][/COLOR] I also changed this in the Next: area as well. If Party Mode is on, it now also displays that with the number of tracks played in parentheses before Next: and changed both to gray text. I also swapped artist and song title to match it above and changed the color of the artist font to match TitleColorVar. I replaced Code: <control type="label"> Code: <control type="label"> Finally, it's a little thing, but I prefer parentheses to brackets for album year, so I replaced Code: $INFO[MusicPlayer.Year, [,] ] Code: $INFO[MusicPlayer.Year, (,) ] Here's what it looks like in Party Mode with a logo.png for the artist: Here's regular playback, no logo.png, and wide album cover: You can see that I also prefer normal case to uppercase for the Now Playing info. I think it looks nicer and you can fit more characters before it starts to scroll. The only way I could figure out to change this was to edit font.xml. In the first section labeled Code: <fontset id="Default" idloc="31390"> I removed uppercase by replacing Code: <font> Code: <font> For anyone interested, here's my complete MusicVisualisation.xml, which I edited with RJ TextEd: http://ul.to/2g8s6t8t As I said, I'm certainly not a coder! If I made any mistakes, please let me know. Also, any suggestions are appreciated! RE: Aeon Madnox - Beta Release (for Isengard) - Oddsodz - 2015-08-08 Going back to the topic of season posters at the level 3 Episode level. I have just done a fresh install of Kodi. Yes I did wipe the C:\Users\Username\AppData\Roaming\Kodi profile folder too. So I had to spend ages re adding my media and giving my OCD a good work over to make sure everything is back the way I like it. But as showed in my video from a few post ago shows. The issue is still there. In testing a also removed all show .NFOs and all artwork from the folder (I backed it up) before adding it into my Kodi system for scrapping. And even then. Sill no joy. I just don't know. I don't feel it is a cache issue as it has to cache the wrong image before it it can get stuck. And as the TV Show I tested with did not get any wrong images to start with. It is hard for it cache bad a image and force the default poster instead. As we have said before. I few GIT updates ago, It worked fine. So we know it can work. Just letting you know it has been broke somewhere ;-) Keep up the good work guys. I know you will work it out RE: Aeon Madnox - Beta Release (for Isengard) - meowmoo - 2015-08-08 Finally some Music Love here Quote:Meowmoo, I downloaded the latest GIT build and I really like your Alternate Music Vis Layout! One small bug I've noticed is that after <songinfoduration> ends, the shading in the back fades out, but the album cover and info stay onscreen. I've learned a little over the years editing XBMC/KODI .xml files, but I'm no coder and don't know how to fix that. Never noticed this b/c I display info all the time, i will take a look Quote:I noticed that some of the longer artist and album titles didn't fit on the handwritten cdART, so I replaced all instances of I use vinyl as fallback, and just test a few random songs, I will take a look and change the font Edit: changed Quote:Next, I prefer the cleaner look of no overlays on the album cover, so I discovered I was able to remove them by deleting all instances of Added an Option Quote:I wanted the artist text to be smaller (the same size as the song titles) and to match the color of the year, so I changed FONT_MAINCLASSIC to FONT_MAINCLASSIC2 and added TitleColorVar. I had to lower <posy> from -200 to -170. I also felt that the logo.png sat a little high, so I changed that from -300 to -280. I replaced looks good, I like it, will add the changes (maby a switch for the Artis colore) Quote:Next, I like to see song titles in quotes and don't need to see track numbers, so I replaced Your right, track number is not really needed, will remove it, not sure about the quotes Quote:I also changed this in the Next: area as well. If Party Mode is on, it now also displays that with the number of tracks played in parentheses before Next: and changed both to gray text. I also swapped artist and song title to match it above and changed the color of the artist font to match TitleColorVar. I replaced Looks good will add it Quote:You can see that I also prefer normal case to uppercase for the Now Playing info. I think it looks nicer and you can fit more characters before it starts to scroll. The only way I could figure out to change this was to edit font.xml. In the first section labeled I also don't like uppercase, just forgot to change it, thanks for reminding me Quote:I also prefer for the aspect ratio of the album cover to be kept, so I changed the width from 400 to 500 (to give the wider covers more room) and added <aspectratio> with "left" alignment. I replaced not sure on this one, most of my covers are 1000*1000 so 400*500 will kinda stretch them?! I need to take a look Thanks for the Great Feedback, and posting your code, copy paste save a lot of time <3 RE: Aeon Madnox - Beta Release (for Isengard) - KevinSartori - 2015-08-09 (2015-08-08, 23:35)meowmoo Wrote: Finally some Music Love here Happy to help! I'm glad you like the changes! Like you, most of my covers are 1:1, but I have a few from digipacks or boxed sets that are oddly shaped. If we just set the <height> to 400 and <width> to 500, you're right it would just stretch the image. But by adding <aspectratio align="left">keep</aspectratio>, the image keeps it's correct shape. If we do that and don't change the <width> to 500, wider covers will fill to the 400 width limit, but reduce the height to keep the correct ratio, which would look weird, as you'd see the spinning disc above and below the cover. Looking at that section again, I really should have also deleted Code: <bordertexture border="-90">thumbs/cd_shadow2.png</bordertexture> because the shape of the album cover might vary. I just tested one of the Internet radio stations that has a wide banner as a cover and there was a square black shadow behind it. Also, I don't use the vinyl disc, so I didn't include any of the changes in that area. Thanks again for your interest! Now I won't have to re-edit every time the file is updated in GIT! RE: Aeon Madnox - Beta Release (for Isengard) - shaktoo - 2015-08-09 @ mewmoo / mike / Schimi : Music integration is coming leaps and bounds. heres an idea : would it be possible to integrate running cdart manager as a service in the background on music library update ?like a "run all " type command |