v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-02-07, 23:42)hartmuta Wrote:  It looks like that the #1230 (2017) is ok and #1231 (2017) not.
perhaps "New 4.14.10 kernel" or too much new years eve party ? Wink

I downgraded from 1231 to 1230 (not my preferred method) and its ok again. 
This seems to be an issue with the XBMC LCDproc addon. I could reproduce that here both with LibreELEC builds and with the current 20180206 kodi windows testbuild.

When the screensaver kicks in the addon just sends the big digits "00:00" to LCDd and after that does nothing:
Code:
widget_set xbmc lineBigDigit1 1 0
widget_set xbmc lineBigDigit2 4 0
widget_set xbmc lineBigDigit3 7 10
widget_set xbmc lineBigDigit4 8 0
widget_set xbmc lineBigDigit5 11 0
widget_set xbmc lineBigDigit6 0 0
widget_set xbmc lineBigDigit7 0 0
widget_set xbmc lineBigDigit8 0 0
success
success
success
success
success
success
success
success
listen xbmc
noop
noop complete
noop
noop complete
ignore xbmc
noop
noop complete
listen xbmc
noop
noop complete
With build 1230 the addon sent the time to LCDd and then updated it every second:
Code:
widget_set xbmc lineBigDigit1 1 0
widget_set xbmc lineBigDigit2 4 2
widget_set xbmc lineBigDigit3 7 10
widget_set xbmc lineBigDigit4 8 2
widget_set xbmc lineBigDigit5 11 9
widget_set xbmc lineBigDigit6 14 10
widget_set xbmc lineBigDigit7 15 3
widget_set xbmc lineBigDigit8 18 8
success
success
success
success
success
success
success
success
widget_set xbmc lineBigDigit7 15 4
widget_set xbmc lineBigDigit8 18 0
success
success
widget_set xbmc lineBigDigit8 18 1
success
widget_set xbmc lineBigDigit8 18 2
success
widget_set xbmc lineBigDigit8 18 3
success
widget_set xbmc lineBigDigit8 18 4
success
widget_set xbmc lineBigDigit8 18 5
success
It would be best if you contact the XBMC LCDproc addon author, maybe he needs to adapt his addon to some kodi change.

so long,

Hias


Messages In This Thread
WD MyCloud - by crisp waffles - 2017-09-06, 03:11
No 3D Playback since Version - by Mike74 - 2017-10-09, 19:25
Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-10, 14:45
RE: Migrating from RPi2 to RPi1 - by Milhouse - 2017-11-10, 21:06
RE: Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-11, 09:17
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - by HiassofT - 2018-02-08, 05:06
Resolution broken after 0415 - by lozbrown85 - 2018-04-20, 11:48
popt 1.16 - by n0n4m3 - 2018-06-29, 00:28
RE: popt 1.16 - by Milhouse - 2018-06-29, 06:39
A plugin to be resurrected - by ArminiusTux - 2018-10-22, 22:02
RE: A plugin to be resurrected - by Milhouse - 2018-10-23, 02:46
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24