• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 15
Important Skinners: Please test PR13754
#61
Works, thanks. Both issues are fixed.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#62
I've just built LibreELEC for RPi2 now that LIRC is (mostly) fixed.

I navigated to Favourites in stock Estuary, and I'm getting this log - notice the repeating errors at the end: http://ix.io/17Jq

Edit: Ah, just realised this is with PR13754 as it is in @popcornmix's newclock5 branch so any recent updates to PR13754 may not be in newclock5.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#63
(2018-04-14, 10:28)Milhouse Wrote: I've just built LibreELEC for RPi2 now that LIRC is (mostly) fixed.

I navigated to Favourites in stock Estuary, and I'm getting this log - notice the repeating errors at the end: http://ix.io/17Jq

Edit: Ah, just realised this is with PR13754 as it is in @popcornmix's newclock5 branch so any recent updates to PR13754 may not be in newclock5.
 Yep, the ERRORs are definitely caused by an outdated revision of PR13754. Should all be fixed with latest code.
Reply
#64
I am having some issues with Skin.String Boolean.

Code:
Skin.String(string1,string2)
If string1 is set, it will always return 'true' regardless of what value string2 has.

Code:
String.IsEqual(Skin.String(string1),string2)
Is working ok.
Madnox 2.0
Forum / Source
Reply
#65
(2018-04-14, 12:17)Mr. V Wrote: I am having some issues with Skin.String Boolean.

Code:
Skin.String(string1,string2)
If string1 is set, it will always return 'true' regardless of what value string2 has.
Can you please test that this does work in latest kodi Leia master build?

EDIT: I already found the problem. Yep, it's a regression I've introduced. Will be fixed with next test build.
Reply
#66
New (hopefully really really the last before merge) test builds available:

Windows:
http://mirrors.kodi.tv/test-builds/windo...ce-x64.exe

OSX:
http://mirrors.kodi.tv/test-builds/osx/x...x86_64.dmg

Following issues should be fixed:
* Skin.String(string1, string2) not working : reported by @Mr. V  

It would be nice if the issue reporters could retest and report back. Thanks.

Are there any other open issues?  I'm not aware of any and if there are no objections I plan to merge the PR this weekend.
Reply
#67
Working now.

Cheers
Madnox 2.0
Forum / Source
Reply
#68
I just merged the PR. Thanks for your support, guys.
Reply
#69
Awesome!

Thanks @ksooo!
Reply
#70
@ksooo

Sorry mate, found another one in the pvr guide.
Code:
<itemlayout height="83" width="60">
                        <control type="image" id="2">
                            <height>83</height>
                            <texture colordiffuse="grid_label_inprogress">common/white.jpg</texture>
                            <visible>Integer.IsGreater(ListItem.Progress,0) + Integer.IsLess(ListItem.Progress,100)</visible>
                        </control>
...

ListItem.Progress uses the value of the focused item instead of the listitem.
Easy to reproduce in Embuary if you walk through the guide.

Working in master:


Broken in your builds:
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#71
(2018-04-15, 18:39)sualfred Wrote: @ksooo

Sorry mate, found another one in the pvr guide.
Code:
<itemlayout height="83" width="60">
                        <control type="image" id="2">
                            <height>83</height>
                            <texture colordiffuse="grid_label_inprogress">common/white.jpg</texture>
                            <visible>Integer.IsGreater(ListItem.Progress,0) + Integer.IsLess(ListItem.Progress,100)</visible>
                        </control>
...

ListItem.Progress uses the value of the focused item instead of the listitem.
Easy to reproduce in Embuary if you walk through the guide. 
 Thanks for letting me know. I found the problem and will open a PR for the fix.

EDIT: https://github.com/xbmc/xbmc/pull/13772
Reply
#72
Hello everyone. I see a problem in the DialogVideoInfo window.
In the $INFO[Container.ListItem.Label] expression the answer is blank, no data.
Works properly on older builds.
This error occurs in 32-bit and 64-bit versions.
------------------------------------------------------

Want to know more about the skin? Liked my work and want contribute?
Visit my website
XBMC Brazilian Community Forum
By making a donation, please do not post in the forum, send me an email or PM, thank you.
Reply
#73
(2018-04-19, 01:00)MarcosQui Wrote: Hello everyone. I see a problem in the DialogVideoInfo window.
In the $INFO[Container.ListItem.Label] expression the answer is blank, no data.
Works properly on older builds.
This error occurs in 32-bit and 64-bit versions.


which build do you use exactly?
Reply
#74
Works on my end with the nightly of today.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
#75
(2018-04-19, 08:38)ksooo Wrote:
(2018-04-19, 01:00)MarcosQui Wrote: Hello everyone. I see a problem in the DialogVideoInfo window.
In the $INFO[Container.ListItem.Label] expression the answer is blank, no data.
Works properly on older builds.
This error occurs in 32-bit and 64-bit versions.


which build do you use exactly?  
 In the build of April 16 does not work - KodiSetup-20180415-d23e30ed-master-x86 / KodiSetup-20180415-d23e30ed-master-x64
Already in the build on April 5th works perfectly - KodiSetup-20180405-c691ac1d-master-x86

I have not tested with other builds yet.

Ps. I only see the problem if I use the generic container (without id). If I specify the container, such as $INFO[Container(x).ListItem.Label] then it works.
------------------------------------------------------

Want to know more about the skin? Liked my work and want contribute?
Visit my website
XBMC Brazilian Community Forum
By making a donation, please do not post in the forum, send me an email or PM, thank you.
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
  • 15

Logout Mark Read Team Forum Stats Members Help
Skinners: Please test PR137540