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 [RC1] for Jarvis *** Important Please read first post (27/02)*** - bsoriano - 2016-03-15

(2016-03-15, 02:57)meowmoo Wrote:
(2016-03-14, 19:40)alexxix69 Wrote: Just corrected the wrong textbox size in the YesNoDialog.

http://imgur.com/nLF5Qxz
http://imgur.com/iDHa5JG

Here is the file:
http://www.share-online.biz/dl/TE5AH14O47K

Hope you like it

why in hell do you share a xml file on shared online...

...its on git now


for the 10 music users here...
since i cant fix the last 4 issues on git, i accept requests Tongue
watch gallery

Looking great meowmoo! With those views, especially TriPanel, I am seriously considering adding my music collection to Kodi! Thanks!

Regards,

Bart


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Mike_Doc - 2016-03-15

@mike, nice work, very nice work, Thank you.

@Mr. V, someone has reported that you can't get out of cast in widgets, There is an issue on GIT for this and if you have the time can you check it please

@Dan/Gid, that is reported and Bob is going to create a trac as we beileve it to be a Kodi issue. it it the main open issue on GIT for the skin.


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Slipass - 2016-03-15

(2016-03-13, 15:03)Slipass Wrote: Sorry but with the new smart playlist I have the problem that I can not see the last 10 added movies on the Live Background.
Sorting does not fit.
Below is an excerpt from the playlist:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Filme (10)</name>
<match>all</match>
<rule field="path" operator="contains">
<value>smb://......(Path).../Filme/Ungesehen/</value>
</rule>
<rule field="playcount" operator="is">
<value>0</value>
</rule>
<rule field="dateadded" operator="inthelast">
<value>6 months</value>
</rule>
<limit>10</limit>
<order direction="ascending">dateadded</order>
</smartplaylist>

Has anybody an idea?


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Mike_Doc - 2016-03-15

Many Thanks to Sir Bob in his help so far with the textures and raising a trac for it.


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - BobCratchett - 2016-03-15

(2016-03-15, 11:13)Slipass Wrote:
(2016-03-13, 15:03)Slipass Wrote: Sorry but with the new smart playlist I have the problem that I can not see the last 10 added movies on the Live Background.
Sorting does not fit.
Below is an excerpt from the playlist:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
Code:
<smartplaylist type="movies">
    <name>Filme (10)</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>smb://......(Path).../Filme/Ungesehen/</value>
    </rule>
    <rule field="playcount" operator="is">
        <value>0</value>
    </rule>
    <rule field="dateadded" operator="inthelast">
        <value>6 months</value>
    </rule>
    <limit>10</limit>
    <order direction="ascending">dateadded</order>
</smartplaylist>

Has anybody an idea?

Do you see the movies you expect when you access the playlist directly through Videos > Playlists? Do they have poster images displaying correctly? In what way are the live backgrounds not displaying correctly (no images, the wrong images, something else?)


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - vicmanpergar - 2016-03-15

(2016-03-15, 04:20)bsoriano Wrote:
(2016-03-15, 02:57)meowmoo Wrote:
(2016-03-14, 19:40)alexxix69 Wrote: Just corrected the wrong textbox size in the YesNoDialog.

http://imgur.com/nLF5Qxz
http://imgur.com/iDHa5JG

Here is the file:
http://www.share-online.biz/dl/TE5AH14O47K

Hope you like it

why in hell do you share a xml file on shared online...

...its on git now


for the 10 music users here...
since i cant fix the last 4 issues on git, i accept requests Tongue
watch gallery

Looking great meowmoo! With those views, especially TriPanel, I am seriously considering adding my music collection to Kodi! Thanks!

Regards,

Bart



They look indeed cool. I have only one small "but". I've always wanted to be able to see both genre fields in the music views for artists and albums levels (the other is called Style I think). I have both populated, and while my genre field is generic (something like Pop/Rock), the other one goes deeper (somethings like Alternative Rock/Indie, Synth Pop, etc)
Is this something easy to implement? thoughts?


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Slipass - 2016-03-15

(2016-03-15, 12:26)BobCratchett Wrote:
(2016-03-15, 11:13)Slipass Wrote:
(2016-03-13, 15:03)Slipass Wrote: Sorry but with the new smart playlist I have the problem that I can not see the last 10 added movies on the Live Background.
Sorting does not fit.
Below is an excerpt from the playlist:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
Code:
<smartplaylist type="movies">
    <name>Filme (10)</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>smb://......(Path).../Filme/Ungesehen/</value>
    </rule>
    <rule field="playcount" operator="is">
        <value>0</value>
    </rule>
    <rule field="dateadded" operator="inthelast">
        <value>6 months</value>
    </rule>
    <limit>10</limit>
    <order direction="ascending">dateadded</order>
</smartplaylist>

Has anybody an idea?

Do you see the movies you expect when you access the playlist directly through Videos > Playlists? Do they have poster images displaying correctly? In what way are the live backgrounds not displaying correctly (no images, the wrong images, something else?)

I can access the movies and they see that everything works.
My problem is this :
Example:
I have a movie database with 100 films .
Today I for example James Bond Spectre and Jurassic Park added .
Unfortunately, the movies are not displayed in the Live Background . In the database they are , that's no problem .
Only the last added movies are not displayed in the Live Background.
When old Madnox the last films were always shown as DVD overhead in Live Background .


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Mike_Doc - 2016-03-15

Like Bob asked Slipass, what playlist are you using for the Live background, things have changed in the new widgets. Please supply as much information as possible into how you have set up the live background.


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Slipass - 2016-03-15

(2016-03-15, 13:23)Mike_Doc Wrote: Like Bob asked Slipass, what playlist are you using for the Live background, things have changed in the new widgets. Please supply as much information as possible into how you have set up the live background.

I use Kodi 16.1 RC1, and the last git for mandnox (13.03.16)

I create the playlist in kodi - i had posted the playlist.
I see movies on the background but not the last added.
When i create a playlist for 3D Movies, i see only 3D Movies but not the last added. I think it is random.
What infos you need?


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - BobCratchett - 2016-03-15

I can't test this properly at the moment (I had to mess up my installed addons quite a bit whilst getting some debug logs this morning), but I've just double-checked the code. The number of items returned by the playlist isn't adjusted in the list that it's loaded into for use with live backgrounds. The method by which its ordered, and the direction, are only adjusted if those options are chosen in the menu management dialog if the user chooses that option. Otherwise the playlist is loaded exactly as it is defined.

This would suggest one of three: Either you haven't selected the correct playlist for use as a live background; the playlist isn't being reloaded by Kodi when the underlying library is updated (if the backgrounds display correctly before you update the library but not afterwards, it would be this) - the only solution I know of to fix that would be to reload the skin; it's what's commonly known as a 'bugger' and I'll try to reproduce after I've got my install working properly again, and if there are any steps to help reproduce the issue that would be appreciated (obviously, if there are no steps to reproduce then that's useful info too).


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - bsoriano - 2016-03-15

(2016-03-15, 13:34)Slipass Wrote:
(2016-03-15, 13:23)Mike_Doc Wrote: Like Bob asked Slipass, what playlist are you using for the Live background, things have changed in the new widgets. Please supply as much information as possible into how you have set up the live background.

I use Kodi 16.1 RC1, and the last git for mandnox (13.03.16)

I create the playlist in kodi - i had posted the playlist.
I see movies on the background but not the last added.
When i create a playlist for 3D Movies, i see only 3D Movies but not the last added. I think it is random.
What infos you need?

Slipass,

Looking at the playlist you posted, you will always get the oldest movies and not the newest ones. You need to order by date added, but descending, not ascending. That way you will get the newest ones first.

Regards,

Bart


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - meowmoo - 2016-03-15

(2016-03-15, 12:39)vicmanpergar Wrote:
(2016-03-15, 04:20)bsoriano Wrote:
(2016-03-15, 02:57)meowmoo Wrote: why in hell do you share a xml file on shared online...

...its on git now


for the 10 music users here...
since i cant fix the last 4 issues on git, i accept requests Tongue

Looking great meowmoo! With those views, especially TriPanel, I am seriously considering adding my music collection to Kodi! Thanks!

Regards,

Bart



They look indeed cool. I have only one small "but". I've always wanted to be able to see both genre fields in the music views for artists and albums levels (the other is called Style I think). I have both populated, and while my genre field is generic (something like Pop/Rock), the other one goes deeper (somethings like Alternative Rock/Indie, Synth Pop, etc)
Is this something easy to implement? thoughts?

I can only add stuff thats in the kodi DB, and kodi did not read custom tags, I guess you use Picard + last.FM plugin? And talking about the group tag?

Show me a picture of the tags in your mp3 and what you want to get added


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - yeroentje - 2016-03-15

(2016-03-12, 14:05)yeroentje Wrote: Thanks all for your last help on how to install this skin with all options and addons.

Got a new question: where can I change the overlays for the cases like the new, unwatched, watched and resume labels? I have tried to swap them out in the media/overlays folder, but I can't see any difference. The ones that are in place now, are hard to read and I've got the labels from the Madnox Helix version that I prefer.

Any help is welcome. Thanks again guys!!

Sorry to bump this post guys, but anyone got any idea about the above and how to replace the overlays?

Thanks again.


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - Mike_Doc - 2016-03-15

Replace what? there is no text on the current overlays so what is hard to read?

screenshots of what is apparently hard to read would be helpful.


RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - schimi2k - 2016-03-15

We made them extra without text to keep them multilingual