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


Aeon Madnox - Beta Release (for Isengard) - sarlan19 - 2015-11-22

(2015-11-22, 00:58)_Andy_ Wrote: I noticed the freeze occurs during the window zoom animation. I mean you click at a item and the complete window starts zooming out or in and the freeze happens.

+1 been checking all afternoon and every time it's within the zoom animation


RE: Aeon Madnox - Beta Release (for Isengard) - schimi2k - 2015-11-22

Confirm this... Will test something tomorrow maybe


RE: Aeon Madnox - Beta Release (for Isengard) - _Andy_ - 2015-11-22

I disabled the animation in includes_animations.xml and i have no freezes anymore. I have some graphic glitches and some minor display issues but i don't know it's from disabling the animations or a general bug.
Maybe you can confirm that if works and maybe the reason why the animation causes the freeze. A bug in rendering maybe?
Code:
<include name="Animation_OpenCloseZoom">
        <animation type="WindowOpen" reversible="false" condition="Window.Previous(Startup)">
            <!-- <effect type="zoom" start="100,0" end="100,0" center="auto" delay="600" time="100" tween="cubic" /> -->
        </animation>
        <animation type="WindowOpen" reversible="false" condition="!Window.Previous(Startup)">
           <!-- <effect type="zoom" start="150" end="100" center="960,540" time="100" tween="cubic" />
            <effect type="fade" start="50" end="100" time="100" /> -->
        </animation>
        <animation type="WindowClose" reversible="false">
            <!-- <effect type="fade" start="100" end="0" time="100" />
            <effect type="zoom" start="100" end="130" center="960,540" time="1" tween="cubic" easing="in" /> -->
        </animation>
    </include>



RE: Aeon Madnox - Beta Release (for Isengard) - ProRipp - 2015-11-22

Glad to see this issue is being addressed, good job guys on diagnosing what the cause might be. This problem got so bad for me that I was forced to switch skins and have been using MQ6 for quite a while, but whenever I switch back to madnox I get all nostalgic and realise how much I miss it LOL So please let this be the 'fix' !!!


Peace
Pro


RE: Aeon Madnox - Beta Release (for Isengard) - Eisi2005 - 2015-11-22

(2015-11-21, 18:38)meowmoo Wrote:
(2015-11-21, 15:29)Eisi2005 Wrote: @schimi2k

I´m unsing openelec (fritsch build with latest jarvis) and local db. I have no freezes.

Ate you on the latest fritch built?
Do you mind posting ur hardware

i have this build running OpenELEC-Generic.x86_64-6.0-devel-20151118073930-r21577-g3a1af3a

My hardware is a INTEL NUC BOXNUC5PPYH


RE: Aeon Madnox - Beta Release (for Isengard) - schimi2k - 2015-11-22

(2015-11-22, 05:33)_Andy_ Wrote: I disabled the animation in includes_animations.xml and i have no freezes anymore. I have some graphic glitches and some minor display issues but i don't know it's from disabling the animations or a general bug.
Maybe you can confirm that if works and maybe the reason why the animation causes the freeze. A bug in rendering maybe?
Code:
<include name="Animation_OpenCloseZoom">
        <animation type="WindowOpen" reversible="false" condition="Window.Previous(Startup)">
            <!-- <effect type="zoom" start="100,0" end="100,0" center="auto" delay="600" time="100" tween="cubic" /> -->
        </animation>
        <animation type="WindowOpen" reversible="false" condition="!Window.Previous(Startup)">
           <!-- <effect type="zoom" start="150" end="100" center="960,540" time="100" tween="cubic" />
            <effect type="fade" start="50" end="100" time="100" /> -->
        </animation>
        <animation type="WindowClose" reversible="false">
            <!-- <effect type="fade" start="100" end="0" time="100" />
            <effect type="zoom" start="100" end="130" center="960,540" time="1" tween="cubic" easing="in" /> -->
        </animation>
    </include>

ive been testing the whole day with this ...§)!/$)/!&$!$)!?$)(
ive disable the animations, i try to change them, check the other location that use this animations, check kodi wiki etc ...
result - still have freezes - nothing works ... and i am on the end of my lill knowledge - maybe Mike can find out the problem...

if he cant find it... well i dont know, but i wont spent again sooo much time in it

so if you want to use jarvis and madnox --- be aware that you can get some problems !!!
if someone have another idea - i am open for any help

schimi2k


RE: Aeon Madnox - Beta Release (for Isengard) - _Andy_ - 2015-11-22

Do you have the same freezes but now without the zoom animation or do you have freezes at a different place?


RE: Aeon Madnox - Beta Release (for Isengard) - schimi2k - 2015-11-22

Freeze on same place without animation...


RE: Aeon Madnox - Beta Release (for Isengard) - ProRipp - 2015-11-23

Hmm....removing the zoom seems to be a fix for me anyways ? Still on test tho for today. LOL



Update although this issue seems fixed I have unearthed other problems with my install of Madnox. When opening kodi madnox opens at 'TV Channels' screen . ? When backing out from movie genres area it goes to.....TV Channels screen. It seems that madnox is allergic to Jarvis....shame....for me anyways. Back to MQ6 till, I hope, madnox can be made stable again for me.


RE: Aeon Madnox - Beta Release (for Isengard) - _Andy_ - 2015-11-23

@schimi2k that's very weird. Yesterday i have tested some hours to force the error. I had one freeze but at a different place. I have played music and i used the music visualization. I click back to get back to the songs the zoom starts and freeze. The zoom animation is used at different places and in many .xml files. I have disabled the animation from one sub only.
Maybe i should try to mark every zoom animation and test again.

I will test more but if the freezes are still at your machine i guess it's not the complete error and fix but maybe related. As it seems the freeze is OS related. I use the same hardware like Eisi2005. He uses linux and he has no freezes i use win7 32bit and have freezes. So maybe a bug how the skin is rendered.


RE: Aeon Madnox - Beta Release (for Isengard) - zorg2000k - 2015-11-23

Hi All,

Interested to know if Madnox supports all the additional artwork for Music view as per below :

I'd like to have specific fanart for albums within an Artist folder and also this <albumname>.png (9)

Thanks

******** Hierarchical Music Structure (Recommended)

-- Artist\
---- folder.jpg (2)
---- fanart.jpg (3)
---- Album 1\
------- 01 - Some Track.mp3 (2)
------- folder.jpg (2)
------- fanart.jpg (3)
------- cdart.png (9) *custom hack
---- Album 2\
------- CD1\
------------ 01 - Some Other Track.mp3
------- CD2\
------------ 01 - Yet Another Track.mp3
------- folder.jpg (2)
------- fanart.jpg (3)
------- cdart.png (9) *custom hack



******** Other Custom Music Art Hacks (some nice extra art, but only supported by some skins)

SkinFolder\
---- Media\
-------Backdrops\
----------Artist_Fanart\
-------------<Artist>\
---------------- <albumname>.png (9)
---------------- <anynameyoulike>.jpg/png etc (10)
---------------- <anynameyoulike2>.jpg/png etc (10)


RE: Aeon Madnox - Beta Release (for Isengard) - meowmoo - 2015-11-23

I use the same OE build as eisi, on a chromebox, and I get the freeze issue.

It happen in a few places, going back from the music viz, like Andy, freeze 4 out of 5 times
Starting a radio stream from my home shortcut, the ui freeze everytime, but the stream starts playing...so kodi is still running but the GUI/skin freeze. Ssh still works, but yatse don't.
And it happens a few times when a episode ends and it gos back to the skin.

Since my gf is at home all day, and she needs a stable kodi, I'm back to 15.2 at the moment. But I'm on bug hunt at night for a few hours at least...


RE: Aeon Madnox - Beta Release (for Isengard) - Eisi2005 - 2015-11-23

I have to revise my statement . After all have written that they have freeze , I sat down and tried for several hours . It happens sometimes when I want to open a movie playlist freezes everything . I seem to have the same bug


RE: Aeon Madnox - Beta Release (for Isengard) - schimi2k - 2015-11-23

well... the animation code seems to be okay... it must be something elsewhere... but the problem is, that the log dont show me what ! i have sometimes my last log entry 2 minutes before the freeze ... and never have a entry when it freeze
i have some error of "script.module.requests", some other small unimportant errors and "XFILE::CDirectory::GetDirectory - Error getting include" errors ... sometimes some bad animation errors ( but in the middle of the log, not near the end ! and just after i disable the animations

when i disable the animation, like andy did, it works BETTER ! but when i stress test the menu is mostly going like this:
start - navigate back and forth through the menus - 90% no problems and no freezes - when i wait a cpl of minutes and try to go into a menu > freeze - the backround dissapear and the menubar stays and freeze ( well because the zoom and fade is disabled ) ... but still freeze

maybe its a cache problem ( like the menubackround problem we have sometimes out of nowhere ) maybe something else ... maybe we get to the point, what phil65 is talking the whole time Wink
nox 4 code is too oldschool ... but my last hopes are on Mike - if he cant find the bug neither... well...

like i say before - i spend already so many hours on try and test ... and dont have any small clue atm ... i thought first its because of the sql - but local DB freeze too ( much less ), when i found the bad letters in home.xml i was hoping too - doesnt work neither, and when i read andys post i was realy hoping ( could temp live without this animation )... but also not realy a solution ( maybe for some other ppl )

without any clue from the log file, i realy dont know where to look... but i realy want to keep nox4 - ive checked a lot of jarvis skins lately - and i have the biggest respekt for all those skilled skinner !!! but no skin feels so familiar like nox4 to me

so again - any help would be nice and i will keep testing ... but my hope is getting smaller and smaller Sad

schimi2k


RE: Aeon Madnox - Beta Release (for Isengard) - meowmoo - 2015-11-23

............................................________........................
....................................,.-‘”...................``~.,..................
.............................,.-”...................................“-.,............
.........................,/...............................................”:,........
.....................,?......................................................\,.....
.................../...........................................................,}....
................./......................................................,:`^`..}....
.............../...................................................,:”........./.....
..............?.....__.........................................:`.........../.....
............./__.(.....“~-,_..............................,:`........../........
.........../(_....”~,_........“~,_....................,:`........_/...........
..........{.._$;_......”=,_.......“-,_.......,.-~-,},.~”;/....}...........
...........((.....*~_.......”=-._......“;,,./`..../”............../............
...,,,___.\`~,......“~.,....................`.....}............../.............
............(....`=-,,.......`........................(......;_,,-”...............
............/.`~,......`-...............................\....../\...................
.............\`~.*-,.....................................|,./.....\,__...........
,,_..........}.>-._\...................................|..............`=~-,....
.....`=~-,_\_......`\,.................................\........................
...................`=~-,,.\,...............................\.......................
................................`:,,...........................`\..............__..
.....................................`=-,...................,%`>--==``.......
........................................_\..........._,-%.......`\...............
...................................,<`.._|_,-&``................`\..............


anyone tried bumping the xbmc.gui to version 5.10.0 in the addon.xml

Code:
<import addon="xbmc.gui" version="5.10.0"/>

I just did, and navigate/start/stop like mad(nox) on beta2 on a win 8.1 mashine, no freeze at all, cant try it on openelec GF got the remote Tongue