Kodi Community Forum
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 - Darkdc - 2019-01-25

BTW At this moment i was trying to make a "universe" (movies combined with tvshows) from the Mixed widget but i have some troubling with the exact copy of a 2nd and or third list in the widget in the first mixed widget widget 1 i can add a/change the icon but when i go to the second or third i can only change the Background (instead of icon) is this deliberately. i can also not make a second list for that specific widget (and/or third) because it takes the 1st list again.


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Darkdc - 2019-01-25

(2019-01-24, 21:47)mikeSiLVO Wrote:
(2019-01-21, 04:41)Darkdc Wrote: I found a small issue in this skin , i don`t know if this is already been mention but in the Kodiflix viewtype>tvart the Indicator that chooses the thumb nail is  not in place or the thumb nails are not in place .

I cannot replicate this.

Can you post some screenshots of your KodiFlix settings and/or a copy of the settings.xml file?
The file is located in userdata (wiki)\addon_data\skin.aeon.madnox  
 yah , got it again https://imgur.com/a/25tbmr2 don`t know what i did  but loaded up today and its back here is the settings https://pastebin.com/3sEkSSTB
It seems bit defender was not the problem


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Slipass - 2019-01-25

Hi Mike,

MR V took the trouble to make an adjustment in the PVR records.
I tested it and it works fine.

Now the station logos are displayed.

Many thanks once again @Mr. V 



In MyPVRrecordings.xml;

DELETE this at line 67

<control type="image">
<width>804</width>
<height>80</height>
<texture>common/black.png</texture>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>

REPLACE with

<control type="image">
<top>-375</top>
<width>804</width>
<height>455</height>
<texture border="4">pvr/Border.png</texture>
<colordiffuse>$VAR[ExtendedColorDiffuseVar]</colordiffuse>
</control>
<control type="image">
<left>4</left>
<top>-371</top>
<width>796</width>
<height>447</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio scalediffuse="false" align="center" aligny="center">keep</aspectratio>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>
<control type="image">
<left>4</left>
<width>796</width>
<height>76</height>
<texture>common/black.png</texture>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>

Can you push it on git?



Before:
Image


After:
Image


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Darkdc - 2019-01-25

Ok i think i got it fixed again ,
My tv shows  starts with Shelf 3d >Shelf 3d> Kodiflix (Tvshow>Season>episodes)  when i switched from the 2nd shelf 3d (Seasons) to kodiflix ( so now it is Shelf 3d>kodiflix>kodiflix) i got back the tvart options in the Episodes section and the indicator is now back on its place , so in this case if u want to use koddiflix make sure u use kodiflix before and after so they line up better. Wow that means i can not mix to much view types in every different part of the tv shows section either way i figured it out ( lol )


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - olarf - 2019-01-26

Many thanks for fixing the "Leia" bug so fast. Works fine again Smile There is one thing Im still curious about since I use the Leia Version. I have all Artists and discs in my music libary treated with Media Elch and so I have for any Artist a full set of media data like logo and fanart... In Kodi 16/17 madnox used my local logo files and show them in th emusic overview and also in the player view but in Leia no logo appear. In the former alphas, logos which are availiable online was displayed but no offline logos and no in the RC, no logos appear at all. Maybe I have wrong settings but maybe it is a bug. Also Skin Helper error appears now permanantly while there is no update. Maybe there is a relation between those two bugs!? Here some screenshots what I mean exactly. In the red marked areas, usualy the logo should appear Smile

Image

Image
Here is my folder structure:

Image

Any hint is welcome!


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - tymmy - 2019-02-01

ImageI have just updated to Kodi 18 and latest madnox. So far all looks good. I do have a problem in artist view. Play count albums etc are all blank. It is probably a setting I need to fix but I don't remember what addon is controlling this. Any suggestions would be helpful.


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - MoloMuy - 2019-02-01

Very nice work

thank you


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - tymmy - 2019-02-01

Image

sorry to repost but it seems there was more missing. I am sure it is connected someway. ON Album View not getting number of songs, label, and type of file (mp3 or flac). Since I don't see anybody posting this problem hopefully it is just a setting or missing addon. Again any help is much appreciated.


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - mikeSiLVO - 2019-02-01

(2019-01-25, 21:52)Slipass Wrote: Hi Mike,

MR V took the trouble to make an adjustment in the PVR records.
I tested it and it works fine.

Now the station logos are displayed.

Many thanks once again @Mr. V 



In MyPVRrecordings.xml;

DELETE this at line 67

<control type="image">
<width>804</width>
<height>80</height>
<texture>common/black.png</texture>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>

REPLACE with

<control type="image">
<top>-375</top>
<width>804</width>
<height>455</height>
<texture border="4">pvr/Border.png</texture>
<colordiffuse>$VAR[ExtendedColorDiffuseVar]</colordiffuse>
</control>
<control type="image">
<left>4</left>
<top>-371</top>
<width>796</width>
<height>447</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio scalediffuse="false" align="center" aligny="center">keep</aspectratio>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>
<control type="image">
<left>4</left>
<width>796</width>
<height>76</height>
<texture>common/black.png</texture>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>

Can you push it on git?

Sure no problem. I will add it today. Smile

Thanks @Mr. V

(2019-01-25, 22:28)Darkdc Wrote: Ok i think i got it fixed again ,
My tv shows starts with Shelf 3d >Shelf 3d> Kodiflix (Tvshow>Season>episodes) when i switched from the 2nd shelf 3d (Seasons) to kodiflix ( so now it is Shelf 3d>kodiflix>kodiflix) i got back the tvart options in the Episodes section and the indicator is now back on its place , so in this case if u want to use koddiflix make sure u use kodiflix before and after so they line up better. Wow that means i can not mix to much view types in every different part of the tv shows section either way i figured it out ( lol )

I will have to look into this and get back to you. You should be able to use any view you want.

(2019-01-26, 15:24)olarf Wrote: Many thanks for fixing the "Leia" bug so fast. Works fine again Smile There is one thing Im still curious about since I use the Leia Version. I have all Artists and discs in my music libary treated with Media Elch and so I have for any Artist a full set of media data like logo and fanart... In Kodi 16/17 madnox used my local logo files and show them in th emusic overview and also in the player view but in Leia no logo appear. In the former alphas, logos which are availiable online was displayed but no offline logos and no in the RC, no logos appear at all. Maybe I have wrong settings but maybe it is a bug. Also Skin Helper error appears now permanantly while there is no update. Maybe there is a relation between those two bugs!? Here some screenshots what I mean exactly. In the red marked areas, usualy the logo should appear Smile

Any hint is welcome!

Please check you have v1.1.24 of Skin Helper Service installed from the marcelveldt beta repo and Skin Info Service v1.0.3 from my repository.

It is working on my end.

@tymmy Same as above.


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - tymmy - 2019-02-01

Please check you have v1.1.24 of Skin Helper Service installed from the marcelveldt beta repo and Skin Info Service v1.0.3 from my repository.

It is working on my end.

@tymmy Same as above.

Thanks Mike that did the trick. skin helper service was giving a error. Look in the log and it wanted mod cherrypy , which I found and took the error away. One note which I will have to  investigate is the artist logo in artist view went away. If I select info for a artist it does show up there.


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - starslayer74 - 2019-02-01

I got the Leia upgrade and I can't get madnox to work - does anyone have a link to a stable Leia version? Or is there a modification I can make on my part?


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Yousty - 2019-02-01

I upgraded to Kodi and Madnox Leia last night and everything went smoothly, however I noticed that Movie and TV Show runtimes now display in HH:MM:SS format. Is there an option or line of code I can edit to remove the :SS portion? The seconds portion is unecessary and I'd love to just have it show Hours and Minutes. Thanks!


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Slipass - 2019-02-02

@mikeSiLVO 

Great buddy! It Works
Could you also have a look at the artworks for Live TV for the old madnox?
Mr.V couldn't find it but his concentration is also on Aeon 2.0


The basic framework is already there.
Image

Previously, the following artworks were downloaded for Live TV
Image

When fallback was the channel logoToday is only the channel logo
Image


It has something to do with the skin helper service, I think.
I think it'll be a little something for you.

Thanks!


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - starslayer74 - 2019-02-02

Ok I found the Leia build and attempted to install it, but I got an error (the dependency on xbmc.gui version 5.13.0 could not be satisfied) - I unzipped the file and edited the XML to bump the version to 5.14.0, re-zipped it, and when try to install it just hangs now... Does anyone have any ideas?


RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - Mr. V - 2019-02-08

(2019-02-02, 00:07)Slipass Wrote: @mikeSiLVO 

Great buddy! It Works
Could you also have a look at the artworks for Live TV for the old madnox?
Mr.V couldn't find it but his concentration is also on Aeon 2.0

It has something to do with the skin helper service, I think.
I think it'll be a little something for you.

Thanks!

@mikeSiLVO and @Slipass

Currently working with views in madnox 2.0 and am looking at PVR. So now the issue and solution to the PVR artwork.


For the Kodi REPO verson of skin helper service;

All the PVR info labels are like this;
Code:
Window(home).Property(SkinHelper.PVR.Thumb)
(Thumb being what the artwork type is)

Skin helper is downloading the artwork and it can be seen in the context menu "Artwork options". The property is never filled and the wiki property's do not fill either (which are different to what is in aeon madnox)

This works;
Code:
http://localhost:52307/getpvrthumb&amp;title=$ESCINFO[Listitem.Title]&amp;type=thumb

Some where along the road, a kodi repo update changed something. (or possibly my installHuh)


For the marcelveldt's BETA REPO;

Change any property's like this;
Code:
Window(home).Property(SkinHelper.PVR.Thumb)

To this;
Code:
Window(home).Property(SkinHelper.ListItem.Art.Thumb)


If you need compatibility between the Kodi REPO and the marcelveldt's Beta REPO

Use This;
Code:
http://localhost:52307/getpvrthumb&amp;title=$ESCINFO[Listitem.Title]&amp;fallback=$ESCINFO[ListItem.Icon]&amp;type=thumb
Note the 'fallback=". Kodi considers the image to be never empty even if skin helper returns no image. So in the above example it will return the channel icon if no image is found.


EDIT: Give me some time and i can update the xml's. I need to sort out 2.0 first.
So if you would like me to update them, it is a question of what option is preferred? Backwards compatibility or Beta repo compatibility?

EDIT2: I think i still have push rights to aeon madnox so that could be the way?