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 - vik6869 - 2018-12-27

Hello,

Since PVR is being worked on, I will suggest a nice OSD feature Titan skin has that makes it very clear how to control timeshift.

An OSD Text indicator for how much time are you moving in the timeline.  Here are some screenshots showing how the OSD changes with EACH tap for going back in time.

Image

Tap once

Image

Tap again (2 total)

Image

Tap 1 more time (3 total)

Image

This way is so clear how much time back and forth you are shifting when tapping. 

IMO the word "Seeking" as is unnecessary, and the center of the screen would be better for placement.

Here is some code i found: ($LOCALIZE[31255] is the seeking text)
Code:

     <variable name="PlayerActionLabelLarge"> <!--  $LOCALIZE[31255] -->
        <value condition="[Player.Paused + Player.Caching] + !Player.Seeking">$LOCALIZE[15107]: $INFO[Player.CacheLevel]%</value>
        <value condition="!String.IsEmpty(Player.SeekStepSize) + ![player.forwarding | player.rewinding] + Player.seeking">$LOCALIZE[31255] $INFO[Player.SeekStepSize]</value>
        <value condition="Player.DisplayAfterSeek + ![player.forwarding | player.rewinding] + !String.IsEmpty(Player.SeekOffset)">$LOCALIZE[31255] $INFO[Player.SeekOffset]</value>
        <value condition="Player.seeking">$LOCALIZE[31255] $INFO[Player.SeekTime] - $INFO[Player.Duration]</value>
        <value condition="player.forwarding2x">$LOCALIZE[31253] x2</value>
        <value condition="player.forwarding4x">$LOCALIZE[31253] x4</value>
        <value condition="player.forwarding8x">$LOCALIZE[31253] x8</value>
        <value condition="player.forwarding16x">$LOCALIZE[31253] x16</value>
        <value condition="player.forwarding32x">$LOCALIZE[31253] x32</value>
        <value condition="player.rewinding2x">$LOCALIZE[31254] x2</value>
        <value condition="player.rewinding4x">$LOCALIZE[31254] x4</value>
        <value condition="player.rewinding8x">$LOCALIZE[31254] x8</value>
        <value condition="player.rewinding16x">$LOCALIZE[31254] x16</value>
        <value condition="player.rewinding32x">$LOCALIZE[31254] x32</value>
        <value condition="player.paused">$LOCALIZE[31251]</value>
     </variable>



RE: Aeon Nox 5: SiLVO - Tigerman82 - 2018-12-28

Just moved to Leia and was shocked to see Aeon Nox 5 wasn't available. Luckily, I found this this skin which is awesome. The only thing really that didn't do it for me was the Video OSD. Firstly, the OSD menu appears to the bottom of the screen which makes it difficult to test different subtitles (you have to exit the OSD every time you load a new subtitle because the OSD is blocking it). In the original Aeon Nox 5 the OSD is on top of the screen and for a good reason. Secondly, the original skin had a separate submenu for choosing a subtitle file. This meant that you could choose a subtitle in three pushes of a button (OSD -> Subtitles -> Subtitle file). While in terms of logic I appreciate you combining this menu and the menu for adjusting subtitles as one submenu, this adds another step to the subtitle process. I wouldn't mind it so much but usually most of the subtitle files are out of sync and can be a pain to get in sync and so it really starts to get bothersome when the process requires going through different menus.


RE: Aeon Nox 5: SiLVO - skripo - 2018-12-29

Using Aeon Nox Silvo for a few years now and it's awesome.  Currently running on Leia Beta (Corelelec) and have 2 issues which may or not may not be skin issue.

1) I set viewtypes to be Tripanel in my add on but it only 'sticks' for the first page of listings.  Every time I go to 2nd page it reverts back to 'list' default.  Any way I can set this in ANS?
2) When displaying trait episodes in my add on, first view correctly shows all viewed episodes.  When I exit and re-enter, viewed episode data is missing

Any ideas?


RE: Aeon Nox 5: SiLVO - Element_Hg - 2018-12-30

1) Skins only regulate Kodi implemented view related stuff - addons usually have their own view settings where you can adjust the default wall/list behaviour. Like the Amazon App for example:
Image
2) I assume u mean the addon 'Trakt' - sorry no answer for that since i never used Trakt at all.


RE: Aeon Nox 5: SiLVO - Wombat18 - 2018-12-31

Hi,

I am beginner in Kodi and love this skin. However, I would like to have the following two things:

1: In the Skin 'iFlat' on my Vu + Duo2 the video OSD is transparent like the following screenshot shows. Info: The transparency is also on the black area, but the screenshot does not show it.
How can I adjust this with Aeon Nox 5: SiLVO?

Image

2: I would like the video OSD to disappear automatically after five seconds. I found this thread, but as a beginner I do not know how to do that:

https://forum.kodi.tv/showthread.php?tid=304118


RE: Aeon Nox 5: SiLVO - brazen1 - 2019-01-01

Hi mikeSiLVO.

I see you have a new release.  Thank you.  When I start KODI, it says update failed still.  It has simply never automatically updated and worked for any updates now or in the past.  Fwiw, I'm using the latest LEIA nightly.  Also, 'Next aired' for TV shows as a main menu widget still does nothing.  I can add it as a submenu item and enter it but as a widget... it does nothing.  Yes, 'next aired' is installed and enabled or I couldn't access it via the submenu and yes it does work as a shortcut although I expected more out of it tbh.  Hopefully as a widget it's richer if I can even get it as a widget.  Fwiw, dependencies suggested in skin settings are installed and I assume are most recent versions. 

Here again is the script-skinshortcuts-includes.xml that I see 'next aired' is installed.  https://www.dropbox.com/s/svah08zvr32rfe3/script-skinshortcuts-includes.xml?dl=0

Here again is another debug log.  I will attempt a manual update using 'update all add-ons' in the KODI GUI which will fail for the only available update - this skin.  Fwiw no VPN or any other possible interference present.  I will navigate to my main menu item TV Shows where the Next aired widget should appear but doesn't.  I do see references to skin helper widgets errors in the debug log and next aired shows it is installed.  I also see errors for EXCEPTION: Unknown addon id 'skin.aeon.nox.silvo'.  http://paste.kodi.tv/vomisabuvu
 
I won't manually update the skin until you reply so I can give the auto update another go at it provided you do reply and have any suggestions.

Thanks for your help and dedication and happy new year.


RE: Aeon Nox 5: SiLVO - mikeSiLVO - 2019-01-01

@brazen1 The update process on Windows has issues. It is either a Kodi or Windows bug. I linked to some dev discussions in a past post.

You can try a couple of things to get around it:

1) Switch to Estuary before starting the update process
2) Try disabling your anti-virus or any other running processes that could be locking the update zip file and try to install again.

VPN would have nothing to do with Windows locking the zip file so it cannot be that.



The next aired Widget is now also not working for me so I will have to take a look and get back to you.

Can you add this Widget and post a new debug log after a Kodi restart and navigating to the menu item with this Widget enabled?
Image
Image


RE: Aeon Nox 5: SiLVO - brazen1 - 2019-01-01

Hey Mike.

Thanks for replying so quick.  Version 6.1.7 auto installed!  Turned on VPN, AV off, Estuary loaded, restarted KODI, chose your skin and shows 6.1.7 in use.  Not sure if the AV off (I would have got a notification of the block and I unrar/unzip plenty of stuff with no problems) or selecting Estuary did the trick but I'm leaning toward updating through Estuary.  Thank you for the suggestions.  You're a 'good egg'.

btw, is the changelog on the front page Modifications/Changes:?


RE: Aeon Nox 5: SiLVO - brazen1 - 2019-01-01

You have to request to me like a 4 year old sometimes...
To be clear, I'm keeping the (next aired) widget install that doesn't work as widget one.
I've installed widget two per your request (next airing episodes).  Same as next aired - nothing displays.
Turned debug logging back on.
Quit KODI.
Start KODI.
Navigate to my main menu item TV Shows (pause for a few seconds to give it time to load) where each of the widgets should appear but nothing does.
Capture debug.
Quit Kodi.
Here it is http://paste.kodi.tv/wezejowolo


RE: Aeon Nox 5: SiLVO - mikeSiLVO - 2019-01-01

@brazen1 The modifications and changes in first post is very old, I probably should just remove that section. I added that originally to show the changes from OG Aeon Nox 5. I stopped updating that a long time ago and that is why the last line is "And many more..." Tongue

The easiest way to view a "changelog" is to go to the add-on info for the skin and choose What's new:
Image
Image

I am only seeing the error with the non-working TV Show Next Aired Widget. Can you remove that Widget and post another log so I can see if there are different errors?


RE: Aeon Nox 5: SiLVO - brazen1 - 2019-01-01

Here ya' go https://paste.kodi.tv/ihehakolux


RE: Aeon Nox 5: SiLVO - Animal_Freeride - 2019-01-01

Anyone know if I’m able to disable fanart data when movies are in a collection view. If so please could someone advise the script and file I will need to amend. Thanks in anticipation.


RE: Aeon Nox 5: SiLVO - brazen1 - 2019-01-01

Using MyFlix view in Movie Sets, I simply uncheck 'fanart' in the backround tab within the GUI.  No more fanart.  No idea about other views though.


RE: Aeon Nox 5: SiLVO - Animal_Freeride - 2019-01-02

(2019-01-01, 23:33)brazen1 Wrote: Using MyFlix view in Movie Sets, I simply uncheck 'fanart' in the backround tab within the GUI.  No more fanart.  No idea about other views though.

Hi Brazen1,

Thanks for response but was aware this could be turned off via the GUI. However I only want it unchecked for movies which are in a collection view.


RE: Aeon Nox 5: SiLVO - martinconroy - 2019-01-02

Thanks again @mikeSiLVO for a great skin. I have updated to the latest version of the skin on Leia RC5 and have only one issue.

The menu bar always reverts to the low position on reload. I save in the central position, and it moves there, but on restart is always back at the bottom. Never had this issue before - any ideas?

Cheers and Happy New Year!

Martin