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
(2023-11-29, 08:08)gpmc Wrote: [ -> ]Not fully clear to me which version from Github I should use on my Kodi 20.2: Nexus or Master?
Thanks

I'm using the same version of Kodi and wasn't completely sure either and just went with the Master and all seems fine to me? I'm sure someone else will confirm.
(2023-11-29, 01:16)Frank512 Wrote: [ -> ]That would be awesome! The "ok" button is technically not necessary since you can just hit a back button IMO. Is it possible to add a delete recording button there, or is that not something you can add on that screen? Thank you, Mike.

I can add a delete button. I would have to close the info dialog to then popup the delete confirmation. Not 100% sure this is needed since you can use the context menu and opening that is just a longpress away. Doesn't seem to be that much more convenient Huh

Image

Image

You can also add it yourself to the buttons in DialogPVRInfo.xml

xml:
<control type="button" id="99">
<description>Delete recording</description>
<width>auto</width>
<label>$LOCALIZE[117]</label>
<onclick>Dialog.Close(pvrrecordinginfo)</onclick>
<onclick>Action(delete,tvrecordings)</onclick>
<visible>Window.IsActive(PVRRecordingInfo)</visible>
</control>

(2023-11-29, 08:08)gpmc Wrote: [ -> ]Not fully clear to me which version from Github I should use on my Kodi 20.2: Nexus or Master?
Thanks

You can always check the README. It will specify the matching branch for the Kodi version.

(2023-11-29, 15:56)flhthemi Wrote: [ -> ]Started playing with Kodi 21 yesterday and this skin...was wondering if there is a way to enter the color code I want to use in the color picker manually. It takes a lot of time rolling the pointer over each color searching for the exact one I want to use. The old color picker addon used to let you do this. Or am I just missing the obvious?

Not atm, I don't think it would be too hard to add that but I would have to see what I can do in that dialog.
(2023-11-29, 19:36)mikeSiLVO Wrote: [ -> ]
(2023-11-29, 01:16)Frank512 Wrote: [ -> ]That would be awesome! The "ok" button is technically not necessary since you can just hit a back button IMO. Is it possible to add a delete recording button there, or is that not something you can add on that screen? Thank you, Mike.

I can add a delete button. I would have to close the info dialog to then popup the delete confirmation. Not 100% sure this is needed since you can use the context menu and opening that is just a longpress away. Doesn't seem to be that much more convenient Huh

Still new to Kodi and did not know about "long press" being a thing until a couple days ago. I tried it and for whatever reason the long press function does not seem to work with the IR receiver I have plugged into my PC. For now I programmed a button on my remote to press C to get the context menu but I would like to re-gain that button back for something else. I will look into why long press will not work.

Basically I'm just so used to clicking "Ok" on the Recording then choosing play or delete. Old habits die hard, have to retrain my muscle memory so to speak. Thank you for the info!  Smile
Hi Mike !

I have a small detail that would like for you to look into if you have the time...

The "Blur" option for information screens it is not working consistently: 

- if today a scrape my library, there will be some titles with the info screen with blur applied and some not.

- if tomorrow I erase my library and re-scrape it, there will be different titles with blur and different titles without, than the previous library. It is totally random.


Thanks Mike Smile
(2023-11-29, 15:56)flhthemi Wrote: [ -> ]Started playing with Kodi 21 yesterday and this skin...was wondering if there is a way to enter the color code I want to use in the color picker manually. It takes a lot of time rolling the pointer over each color searching for the exact one I want to use. The old color picker addon used to let you do this. Or am I just missing the obvious?

Mike! Thanks so much! You don't know how much I appreciate you having done that so fast!
Hi Mike . I would like some help because I am confused (as i am newbie)
I use in a modified view list 50 the following code to get from tmdb helper what state a series is in and when is the last episode  e.t.c
Code:
 </label> [COLOR red]• [/COLOR][COLOR $VAR[ThemeLabelColor]]$LOCALIZE[126]: [/COLOR]$INFO[Window(Home).Property(TMDbHelper.ListItem.Status)]
[COLOR red]• [/COLOR][COLOR $VAR[ThemeLabelColor]]$LOCALIZE[31011]: [/COLOR]$INFO[Window(Home).Property(TMDbHelper.ListItem.Last_Aired.Season),S]$INFO[Window(Home).Property(TMDbHelper.ListItem.Last_Aired.Episode),E,  -]$INFO[Window(Home).Property(TMDbHelper.ListItem.Last_Aired.Name)]$INFO[Window(Home).Property(TMDbHelper.ListItem.Last_Aired), (,)]
</label> 
I can recover this information only by removing the code you have added to the startup.xml  and removing from the user data >  skin  > settings.xml the following
Code:
<setting id="TMDbHelper.MonitorContainer" type="string">9143</setting>
But by removing these I lose the rating you have given for tmdb and trakt and possibly something else .... 

any help is welcome!
Thanks in advance 
Manos
edit: I think this was more psychological post ! :-)  I found a solution Thank you very much
(2023-11-30, 16:21)lynxstrike Wrote: [ -> ]Hi Mike !

I have a small detail that would like for you to look into if you have the time...

The "Blur" option for information screens it is not working consistently: 

- if today a scrape my library, there will be some titles with the info screen with blur applied and some not.

- if tomorrow I erase my library and re-scrape it, there will be different titles with blur and different titles without, than the previous library. It is totally random.


Thanks Mike Smile

Likely not random. It should always be an item with a character in it that needs to be escaped like the comma in your second image. Fixed on GitHub if that is, indeed, the reason.

(2023-12-01, 00:51)flhthemi Wrote: [ -> ]Mike! Thanks so much! You don't know how much I appreciate you having done that so fast!

Image
(2023-12-01, 20:38)mikeSiLVO Wrote: [ -> ]It should always be an item with a character in it that needs to be escaped

Hey Mike, missed that detail Smile  Thanks for taking time in fixing this.

A little bit early, but in case I don't have the opportunity later, Happy Hollidays!  Smile
Hey guys, have a question.
In Shift View i can see genre on TV Shows, but its missing on Movies. Is this something on my end or intentional?
If intentional, is there a way to enable that piece of information?
Hi Mike...

I found the picture range flags for SDR, HDR10 and HLG homologated.
Tried them with your skin and they look great. I will try to find Dolby Vision in the same format.

Image

Image

Image
Image
Does anyone know how to change the size of the cursor?
is it easy to add view 503 to the Tv show  screen? tried some things to no avail.
Cheers ?

ImageImage
(2023-07-31, 17:09)mikeSiLVO Wrote: [ -> ]Should be fixed on Git

I've noticed that at least your current git now has a problem applying Showcase to TV seasons. It's there, but when you select it in the menu it applies one of the other List views instead. It appears to be fine for movies and music.
(2023-12-01, 21:14)lynxstrike Wrote: [ -> ]A little bit early, but in case I don't have the opportunity later, Happy Hollidays!  Smile

Image

(2023-12-02, 00:45)ReaLx3m Wrote: [ -> ]Hey guys, have a question.
In Shift View i can see genre on TV Shows, but its missing on Movies. Is this something on my end or intentional?
If intentional, is there a way to enable that piece of information?

Shift view does not currently show Genre for Movies or TV Shows.

(2023-12-02, 17:01)lynxstrike Wrote: [ -> ]Hi Mike...

I found the picture range flags for SDR, HDR10 and HLG homologated.
Tried them with your skin and they look great. I will try to find Dolby Vision in the same format.

I already have flags for HDR format... Huh

(2023-12-03, 18:46)Dani78 Wrote: [ -> ]Does anyone know how to change the size of the cursor?

Pointer.xml, doubling the width & height should work for an increase. Not sure why anyone would want it smaller.
xml:
<width>88</width>
<height>100</height>

(2023-12-04, 22:31)maildeamon Wrote: [ -> ]is it easy to add view 503 to the Tv show  screen? tried some things to no avail.
Cheers ?

Wall view is already available for TV Shows.

(2023-12-05, 18:51)dkoh Wrote: [ -> ]I've noticed that at least your current git now has a problem applying Showcase to TV seasons. It's there, but when you select it in the menu it applies one of the other List views instead. It appears to be fine for movies and music.

This should also now be fixed on Git Big Grin
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