Kodi Community Forum
Release Aeon Nox: SiLVO - 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: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Release Aeon Nox: SiLVO (/showthread.php?tid=210069)

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 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759


RE: Aeon Nox 5: SiLVO - mikeSiLVO - 2016-09-13

(2016-09-13, 01:16)LeeH1988 Wrote: Hi, I am currently using Aeon Nox Silvo skin and I am enjoying the customization options available. After searching high and low through the xml files I am finding it difficult to locate where the code for the positioning of the widgets is and more specifically the amount of widget posters shown. I am using the compact panel poster widget which has 9 posters but I wish to change it to show 6/7 posters whilst still being able to scroll along. I would massively appreciate if you could point me in the right direction to achieve this. I would also like to keep the widget in the centre, thanks in advance and keep up the good work....
The code for the Widgets is unlike any other skin code because it uses the skin shortcuts template feature. The code for them is spread across ~3 files. The main code is in shortcuts/template.xml and then there are includes and variables located in Includes_Widgets.xml and Variables_Widgets.xml respectively.

Changing them will not be so easy and centering a Widget will make the other useless. If you want to change the position easily and you do not care about the 2nd Widget then you can add a slide animation or new <top> tag in the Widget1 include in the Includes_Widgets.xml file.

Changing poster amount is simply math so divide the width by 9 and multiply that by 6 or 7 to get the width you need to display the amount you want.

I wish you luck and good fortune on your coding adventure Wink

If you feel like it post some screens when you finish Smile


RE: Aeon Nox 5: SiLVO - Bama350z - 2016-09-13

No, I mean if I have the main menu set for icons it will revert back to text and so on. some other options revert also and when I check the settings everything is still ticked as it should be. By the way is there any way to lower the menu further than the "low" view?


RE: Aeon Nox 5: SiLVO - LeeH1988 - 2016-09-13

Thanks for your quick reply, I am currently only using widget 1 with the style as compact panel. I don't plan on using the widget 2 option as one widget suffices for what I am trying to achieve. I basically just want to change the amount of posters from 9 to 6 whilst keeping everything else the same including the size of the compact posters. Which part of which xml do I need to change to achieve this? As a total rookie at kodi skinning I feel I need some clearer direction Smile I will quite happily post pictures of the outcome. Thanks again


RE: Aeon Nox 5: SiLVO - Mario S. - 2016-09-13

Here are some genre fanarts and alternative genre icons for Aeon Nox SILVO
If someone still need another genre icons let me know Wink
watch gallery


LINK for fanart package: genre fanarts
LINK for icon package: genre icons


Video info doubled over in left hand corner of Aeon Nox 5: SiLVO - Crunch69 - 2016-09-14

Anyone know why the video info that is displayed in the top left is doubled over? There is 2 diffrent pictures and 2 copies of the discription one pasted over the other making it unreadable. The only way to get rid of it is to turn off the show video information in the home window which removes all video information.


RE: Aeon Nox 5: SiLVO - tommymsw - 2016-09-15

I LOVE THIS SKIN! And I use it on ALL of my setups... and THAT presents a problem as it does not function properly on all of them. On Android, a LOT of the extra scripts will not download or install. On LibreElec only "videoextras" will not install, but the "cinemavision" buttons are also absent when using Libre. Sad


RE: Aeon Nox 5: SiLVO - zorensen - 2016-09-15

(2016-09-15, 06:52)tommymsw Wrote: I LOVE THIS SKIN! And I use it on ALL of my setups... and THAT presents a problem as it does not function properly on all of them. On Android, a LOT of the extra scripts will not download or install. On LibreElec only "videoextras" will not install, but the "cinemavision" buttons are also absent when using Libre. Sad

I'm using LibreElec and have no problems with any scripts, plugins or what so ever :-)


RE: Aeon Nox 5: SiLVO - mikeSiLVO - 2016-09-15

(2016-09-14, 22:55)Crunch69 Wrote: Anyone know why the video info that is displayed in the top left is doubled over? There is 2 diffrent pictures and 2 copies of the discription one pasted over the other making it unreadable. The only way to get rid of it is to turn off the show video information in the home window which removes all video information.
If you are using Jarvis then I just pushed a fix to Git and it has already been fixed for Krypton.
(2016-09-15, 06:52)tommymsw Wrote: I LOVE THIS SKIN! And I use it on ALL of my setups... and THAT presents a problem as it does not function properly on all of them. On Android, a LOT of the extra scripts will not download or install. On LibreElec only "videoextras" will not install, but the "cinemavision" buttons are also absent when using Libre. Sad
Video Extras was removed from the Kodi repository. The other stuff is beyond my control, this is just a skin and has no effect on Kodi as a whole so you would have to update Kodi or make a Bug Report with a proper debug log (wiki) in the appropriate thread for whatever version you have installed.


RE: Aeon Nox 5: SiLVO - Crunch69 - 2016-09-15

Mike
Yes it is Jarvis
Replaced the 1080i folder from gifthub and still the video info has a doubled over picture and doubled text. Note 1 pic looks like portrait and the second is landscape


RE: Aeon Nox 5: SiLVO - mikeSiLVO - 2016-09-15

(2016-09-15, 21:48)Crunch69 Wrote: Mike
Yes it is Jarvis
Replaced the 1080i folder from gifthub and still the video info has a doubled over picture and doubled text. Note 1 pic looks like portrait and the second is landscape
I don't see how that is possible unless you did not restart after so it is likely that you either did something wrong or you are using a crappy add-on that is reporting the content as an episode and a movie at the same time Wink


RE: Aeon Nox 5: SiLVO - tommymsw - 2016-09-15

(2016-09-15, 10:20)zorensen Wrote:
(2016-09-15, 06:52)tommymsw Wrote: I LOVE THIS SKIN! And I use it on ALL of my setups... and THAT presents a problem as it does not function properly on all of them. On Android, a LOT of the extra scripts will not download or install. On LibreElec only "videoextras" will not install, but the "cinemavision" buttons are also absent when using Libre. Sad

I'm using LibreElec and have no problems with any scripts, plugins or what so ever :-)

You have this skin on LebreElec and it shows the "Cinamavision" button? I see the button on my PC and on the Android version, but on the Libre version, the Cinamavision button is missing. Even when I try to move it to replace the "play" button. The "play" butting still says "Play" and it still only "plays" the movie. Cinamavision itself works fine, I just lose skin integration on Libre.


RE: Aeon Nox 5: SiLVO - mikeSiLVO - 2016-09-16

(2016-09-15, 23:52)tommymsw Wrote: You have this skin on LebreElec and it shows the "Cinamavision" button? I see the button on my PC and on the Android version, but on the Libre version, the Cinamavision button is missing. Even when I try to move it to replace the "play" button. The "play" butting still says "Play" and it still only "plays" the movie. Cinamavision itself works fine, I just lose skin integration on Libre.
It is the same skin regardless if using LibreElec, Kodi, or any android device. The CinemaVision button just uses regular old visible conditions so it should work because if it was a skin issue the other installs wouldn't be working and if it was a LibreElec issue then nothing in the skin would work cause almost everything has a visible for something.

You are absolutely sure that CinemaVision is installed and enabled in Kodi's add-on manager?
Image

Edit: You also cannot see that if you enable the replace the default video information screen with Extended Info option.


RE: Aeon Nox 5: SiLVO - tommymsw - 2016-09-16

(2016-09-16, 00:10)mikeSiLVO Wrote:
(2016-09-15, 23:52)tommymsw Wrote: You have this skin on LebreElec and it shows the "Cinamavision" button? I see the button on my PC and on the Android version, but on the Libre version, the Cinamavision button is missing. Even when I try to move it to replace the "play" button. The "play" butting still says "Play" and it still only "plays" the movie. Cinamavision itself works fine, I just lose skin integration on Libre.
It is the same skin regardless if using LibreElec, Kodi, or any android device. The CinemaVision button just uses regular old visible conditions so it should work because if it was a skin issue the other installs wouldn't be working and if it was a LibreElec issue then nothing in the skin would work cause almost everything has a visible for something.

You are absolutely sure that CinemaVision is installed and enabled in Kodi's add-on manager?
Image

Edit: You also cannot see that if you enable the replace the default video information screen with Extended Info option.

THAT'S IT! I had "Replace with Extendedinfo for Movies and Shows" selected in the Silvo skin settings! Thank you!


RE: Aeon Nox 5: SiLVO - popy - 2016-09-16

(2016-07-15, 22:26)popy Wrote: Hey guys.

running the github version on krypton alpha 2.
When ill play an movie/series with amazon prime video addon, and look at my home menu at the top left corner there is an overlapping display issue:

imgur doesnt work Confused
I ahve uploaded the picture here: https://drive.google.com/open?id=0B4JpRMZvEb3sbXplQndnRFJHYlU

Any hints?

thx
pOpY

The issue is fixed.
Ill think it was fixed between 11.08 & 07.09 build.
Currently running 07.09 build, and the issue is gone.

Keep up the good work

thx
pOpY
Fixed in 07.09.2016 git build


RE: Aeon Nox 5: SiLVO - Solo0815 - 2016-09-16

@mike:
In the Live-TV info code, there is
Code:
<texture border="40">dialogs/default/bg.png</texture>
with this animation
Code:
<animation effect="fade" reversible="false" end="85" time="0" condition="true">Conditional</animation>
which gives a nice semi-transparent BG. In many other XMLs there is only the "texture"-line from above without any "animation". This gives non-transparent windows. That is inconsistent. Is this a wanted behaviour?
If not, I suggest adding a include with this lines
Code:
<texture border="40">dialogs/default/bg.png</texture>
<animation effect="fade" reversible="false" end="85" time="0" condition="true">Conditional</animation>
and call it later with a include-tag. If wanted the "85" could be replaced with a Variable, where the user can choose the transparency of the dialogs.

The include has the advantage, that if you want to replace the animation, texture or the transparency, you only have to edit ONE include, instead of 6534 appearences Wink