Kodi Community Forum

Full Version: Aeon Nox: SiLVO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
@mikeSiLVO Did you ever have a look at these?


(my original quote)
Quote:I keep getting an error popup "embuary helper error check logs" and upon checking logs i found this:

2021-08-15 02:48:03.005 T:27464   ERROR <general>: Skipped 1 duplicate messages..
2021-08-15 02:48:03.005 T:27464   ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'KeyError'>
                                                   Error Contents: 'watchedepisodes'
                                                   Traceback (most recent call last):
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/plugin.py", line 70, in <module>
                                                       Main()
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/plugin.py", line 21, in __init__
                                                       self.getinfos()
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/plugin.py", line 54, in getinfos
                                                       self._execute(plugin,self.info)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/plugin.py", line 62, in _execute
                                                       getattr(plugin,action.lower())()
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/plugin_content.py", line 109, in getbydbid
                                                       add_items(self.li,[result],type=self.dbtype)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/library.py", line 21, in add_items
                                                       handle_seasons(li, item)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/library.py", line 176, in handle_seasons
                                                       watchedepisodes = item['watchedepisodes']
                                                   KeyError: 'watchedepisodes'
                                                   -->End of Python script error report<--
(sualfred's answer)
Quote:Most likely a skin problem. 

@mikeSiLVO 
It seems you have a hidden getbydbid info implemented which is triggered without valid informations.
Conversation (and more users reporting the same) can be found here: http://forum.kodi.tv/showthread.php?tid=...pid3055144

---------------
Also reported here:

Issue with embuary helper + Aeon Nox: SiLVO : https://forum.kodi.tv/showthread.php?tid...pid3066661
Is anyone able to sync their PlexKodiConnect Music libraries?

No issues here with Movies and TV Shows, only the Music libraries I select at the initial setup process.

I am able to go back into skin settings and add one library to the main menu button, but ONLY one library.

When the PKC libraries don't sync into Kodi's main library, you lose at least two important functions. Party Mode and Artist Slideshow.

The default skin syncs the Music libraries to the Kodi Music main library as expected.

Edit...It is syncing as expected. I was linking to PlexKodiConnect add-on rather than the Kodi database populated by PKC, and why Party Mode and Artist Slideshow wasn't working.
Dear Friends

There is something like this: "Ends at: <h:mm>". I use 24h clock without PM and AM. Are there any possibility to show "Ends at: <hh:mm>". When the ends time should be at 02:00 it shows 2:00 without 0 prefix at the beginning.

Thank you in advance for your help.

Sincerely
Mike. I installed a fresh copy of Kodi 19.3 on a new computer, and loaded your skin from the Kodi repo. I was surprised to get the Rick Dangerous error. I had to load your fix to update the skin, and all was well. Any idea why your skin is out of date on the Kodi repo?
(2021-10-28, 08:35)mazeeff Wrote: [ -> ]Any idea why your skin is out of date on the Kodi repo?
Because he hasn't uploaded it yet.
I just managed to crawl myself out of a strange issue that I don't want to repeat. This is for Windows 10 v21H1, I have v19.2 installed, along with Silvo v8.0. I've made some changes to the XML files to try to get back to the stuff I liked before I upgraded, then tried to add a second profile. In the second profile, the only skins available were Estuary and that other touch-screen one. I thought I remembered that once you install a skin to the main profile, it is also available to install in a second profile, but it wasn't there. In the "Get More" button, Silvo wasn't listed either. So I went to Add-ins and installed it from there. After that, everything in BOTH profiles went back to the default installation, and overwriting the Addon and Addon_data folders for aeon.nox.silvo from a backup didn't restore it. Luckily another program I have (Rollback Rx) did. So, anyone have an idea of what happened? Why wasn't Silvo a skin choice in the second profile, and what can I do to make it use the installation that's already there in the main profile? Now that I think of it more, I KNOW I didn't have this issue in Kodi 18, the Silvo skin was in the listing of available skins and it just installed. Weird!

ETA: I figured it out. You have to Enable the add-ons, including skins, and other add-ons like a weather source in the Add-ons section of the system. After that, everything works as expected.
Hi,
long time without writing. If some good soul could help I am thanking since now. This is my dilemma:
I am on kodi 18.9 Leia and my Aeon Silvo is 7.0.9, I love this skin since was born, and now I want to remain in this configuration because everytime I have update something it happened some problems and I was obliged to reinstall everything. The problem is: Can I update Aeon nox Silvo on Leia? For example I have the TV shows next aired plugin which does not work anymore, how I can update Silvo without doing some mess?. I have seen that on commits in gitub there are the changes Silvo made on master, but, if ihave understood well, master is Matrix compliant and I am scared of doing some damages like in the past.
May I directly replace strings on my version copyng them from commits?
Is there a modification which is basic to use Silvo on my configuration? 
If somebody could give some tips i wish to thank him since now.

thanks
Is there a repo or source with different themes for this already very good skin?
I am using Kodi Matrix 19.3
(2021-10-23, 18:53)djhifi Wrote: [ -> ]@mikeSiLVO Did you ever have a look at these?


(my original quote)
Quote:I keep getting an error popup "embuary helper error check logs" and upon checking logs i found this:

2021-08-15 02:48:03.005 T:27464   ERROR <general>: Skipped 1 duplicate messages..
2021-08-15 02:48:03.005 T:27464   ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'KeyError'>
                                                   Error Contents: 'watchedepisodes'
                                                   Traceback (most recent call last):
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/plugin.py", line 70, in <module>
                                                       Main()
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/plugin.py", line 21, in __init__
                                                       self.getinfos()
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/plugin.py", line 54, in getinfos
                                                       self._execute(plugin,self.info)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/plugin.py", line 62, in _execute
                                                       getattr(plugin,action.lower())()
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/plugin_content.py", line 109, in getbydbid
                                                       add_items(self.li,[result],type=self.dbtype)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/library.py", line 21, in add_items
                                                       handle_seasons(li, item)
                                                     File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.embuary.helper/resources/lib/library.py", line 176, in handle_seasons
                                                       watchedepisodes = item['watchedepisodes']
                                                   KeyError: 'watchedepisodes'
                                                   -->End of Python script error report<--
(sualfred's answer)
Quote:Most likely a skin problem. 

@mikeSiLVO 
It seems you have a hidden getbydbid info implemented which is triggered without valid informations.
Conversation (and more users reporting the same) can be found here: http://forum.kodi.tv/showthread.php?tid=...pid3055144

---------------
Also reported here:

Issue with embuary helper + Aeon Nox: SiLVO : https://forum.kodi.tv/showthread.php?tid...pid3066661

It seems this gets fixed in the current github iteration of the skin, at least I downloaded the last version of it and no more errors. That version should be pushed into KODI repo
Dear Friends

There is a problem, when you go to Settings > Video OSD > Auto Hide OSD and active it... First you need to install Skin Info Service.

What is the problem?

1. When you try to choose for example 7 seconds, it will show Inactive.
2. When you try to choose anything from Inactive to 90 seconds and then you go for example to:
a) Live TV > Logo - and click to choose values there you will see cloned options from Settings > Video OSD > Auto Hide OSD
b) Main menu > Aeon Nox main menu layout - and click to choose values there you will see cloned options from Settings > Video OSD > Auto Hide OSD
c) every other options in Settings of the Aeon Nox: SiLVO, where there is a possibility of choosing some options like in a) and b) you will always see cloned options from Settings > Video OSD > Auto Hide OSD
I don't know, if it's related with Skin Info Service or just with some code in Variables like below:

Quote:<variable name="AutoHideVideoOSDLabelVar">
<value condition="!String.IsEmpty(Skin.String(SkinInfo.AutoCloseVideoOSD))">$INFO[Skin.String(SkinInfo.AutoCloseVideoOSD)] $LOCALIZE[31090]</value>
<value>$LOCALIZE[13113]</value>
</variable>

Thank you in advance for your help and support.

Sincerely
I had a feeling there was gonna be one more bug so I waited until the next one before submitting to Kodi repo.

UTAVATU was the "winner" Tongue

v8.0.1 submitted.
@mikeSiLVO - Hey Mike,

Just wanted to say hello, and hope all is well with you.

Cheers,

Shedrock
Dear @mikeSiLVO 
(2021-11-07, 22:14)mikeSiLVO Wrote: [ -> ]I had a feeling there was gonna be one more bug so I waited until the next one before submitting to Kodi repo.

UTAVATU was the "winner" Tongue

v8.0.1 submitted.
Hmm, thank you for your fix, but it has still with bug. Try to go to AutoHide in OSD settings and choose option: 7 seconds, it will return Inactive instead of 7 seconds. Other second options are fine, it's only problem with 7.

Sincerely
(2021-11-08, 18:45)UTAVATU Wrote: [ -> ]Dear @mikeSiLVO 
(2021-11-07, 22:14)mikeSiLVO Wrote: [ -> ]I had a feeling there was gonna be one more bug so I waited until the next one before submitting to Kodi repo.

UTAVATU was the "winner" Tongue

v8.0.1 submitted.
Hmm, thank you for your fix, but it has still with bug. Try to go to AutoHide in OSD settings and choose option: 7 seconds, it will return Inactive instead of 7 seconds. Other second options are fine, it's only problem with 7.

Sincerely

I missed the bit about inactive. It should be fixed on Git.
(2021-11-07, 22:59)shedrock Wrote: [ -> ]@mikeSiLVO - Hey Mike,

Just wanted to say hello, and hope all is well with you.

Cheers,

Shedrock

Hello!

I'm doing well, just a bit busy.

How's things with you? Blush
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