Kodi Community Forum
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) (/showthread.php?tid=298461)

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


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MikeKL - 2017-08-26

Installed #0824 over #0823 (which was working along with a small number of previous #082x builds fine) and kodi entered into constant kodi re-start loop.
(Not been testing latest Leia builds for a while as stayed with #0603 until addon settings modification in Leia settled down)

Kodi Crashlog

In past I used to have these ocassional kodi re-start loops in some nightly builds which was considered to perhaps relate to my use of latest tvheadened server and tvheadened frontend builds running on rpi2.

Note: I remotely stopped kodi with "systemctl stop kodi" command and after approx 10 mins restarted Kodi with "systemctl start kodi" and sucessfully started kodi

kodi.log


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-26

It would appear to be crashing while accessing one of your SQLite databases, most probably the EPG database. There were EPG-related changes in the last build.


LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ksooo - 2017-08-26

(2017-08-26, 12:18)Milhouse Wrote: It would appear to be crashing while accessing one of your SQLite databases, most probably the EPG database. There were EPG-related changes in the last build.


... which are definitely unrelated. I know this stack trace. ;-) It's an ancient bug nobody with the skills to fix it was able to reproduce so far and none of the users affected was able to describe the configuration that causes the problem so good that a dev could try to fix the bug out of theory.

EDIT: IIRC, "solution" is to delete EPG*.db while Kodi is not running.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MikeKL - 2017-08-26

(2017-08-26, 12:21)ksooo Wrote:
(2017-08-26, 12:18)Milhouse Wrote: It would appear to be crashing while accessing one of your SQLite databases, most probably the EPG database. There were EPG-related changes in the last build.
I know this stack trace. ;-) It's an ancient bug nobody with the skills to fix it was able to reproduce so far and none of the users affected was able to describe the configuration that causes the problem so good that a dev could try to fix the bug out of theory.

EDIT: IIRC, "solution" is to delete EPG*.db while Kodi is not running
@ksooo if someone can advise me what additional information would be required about my installation I will attempt to provide it. I am reasonably sure can catch issue again with a full reboot of rpi2 (I am aware of previous ideas to delete EPG*.db even may have provided info for kodi restarts when EPG was being deleted before kodi starts in past posts on this topic)

Could intermittent bug be related to tvheadend server start up (previously running on same device) that updated nightly build has just been installed on? (Always occurs more often with fresh build onto previous running build)

I am away for few days so will not be able to provide any additional information until later next week


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - polo_joe - 2017-08-26

How to save audio delay for a specific tvchannel/video. The delay is always deleted if I zap to an other channel and then go back.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-08-26

(2017-08-26, 20:48)polo_joe Wrote: How to save audio delay for a specific tvchannel/video. The delay is always deleted if I zap to an other channel and then go back.

It seems only to work when you press "Set as default for all media"


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-27

New LibreELEC.tv Leia build #0826: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.12.9 #1 Sat Aug 26 23:02:54 BST 2017 armv6l GNU/Linux

# vcgencmd version
Aug 22 2017 14:20:40
Copyright (c) 2012 Broadcom
version eb51b8b84ec11d98562dfbb7be53cdd216c0ea4c (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170826230147-#0826-g1ca3686 [Build #0826]

# Kodi version
(18.0-ALPHA1 Git:eeed730). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (1ca3686d, changelog) and tip of XBMC master (eeed7305, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.12.y
  • Includes latest bcm2835-driver master (7f7df25d)
  • Includes latest kodi-platform master (36fb4937)
  • Includes latest libcec master (8adc786b, ahead +26)
  • Includes latest libnfs master (df94ae93, ahead +56)
  • Includes latest p8-platform master (a822e196)
  • Includes latest addons: inputstream.adaptive (b96e503a, +58), inputstream.rtmp (e094fa38, +1), peripheral.joystick (cc14287c, +3), pvr.argustv (310737e2), pvr.demo (97d9462f, +2), pvr.dvblink (386088b5, +5), pvr.dvbviewer (d88ef8b3, +9), pvr.filmon (1c9d2ebe), pvr.hdhomerun (8afbcd23, +13), pvr.hts (ecab985b, +2), pvr.iptvsimple (1b803470, +6), pvr.mediaportal.tvserver (f327ab96, +6), pvr.mythtv (b46e5be2, +2), pvr.nextpvr (03a3b714), pvr.njoy (79e8e653), pvr.octonet (a77cf111), pvr.pctv (00b76689), pvr.stalker (df492d27, +1), pvr.vbox (44f3d04e), pvr.vdr.vnsi (7e6e3854, +2), pvr.vuplus (b8316b4c, +6), pvr.wmc (1d655540)
  • Include [env] compare: kodi: updates for September
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: tvheadend42: fixup ffmpeg patch
  • Include [env] patch: tvheadend42: add bzip dependency when transcoding
  • Include [env] patch: inputstream.adaptive: don't build it twice...
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
  • Include [env] patch: pvr addons: disable broken addons
  • Include [env] PR:1773: init: make break after behaviour really break after
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1876: linux: update to linux-4.12.9
  • Include [env] PR:1917: linux: enable ftrace
  • Include [env] PR:1918: Package Updates: intel-vaapi-driver, libva and libva-utils to 1.8.3
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1922: brcmfmac_sdio-firmware-rpi: Consolidate firmware files
  • Include [env] PR:1923: mesa: update to 17.2.0-rc5
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:12311: FIX: ensure real filename from videodb in playlists
  • Include [pkg] PR:12710: [DemuxClient] transport flags
Build Highlights:
  1. inputstream.adaptive and RetroPlayer fixes
Build Details:
  1. XBMC:
    • RetroPlayer fixes (PR:12665, 4 commits, 20 files changed)
    • [depends] bump libxml2 to 2.9.4 (PR:12718, 1 commit, 1 file changed)
    • [AE/OSXSink] - fixed c&p in scoring algorithm - thx to dcb314 - fixes #17580 (PR:12716, 1 commit, 1 file changed)
  2. inputstream.adaptive:
    • compile issue fixed (issue: 57) (a1d7d2ef)
    • IGNOREDISPLAY settings option (to get 4K on FHD displays) (d8a579af)
    • Check for HEV instead HEVC to support hev1* streams (b96e503a)
  3. pvr.hdhomerun:
    • Use .tar.gz instead off commit number to get libhdhomerun (PR:60, 1 commit, 1 file changed)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2017-08-27

The TV channel-specific audio delay setting never really worked properly in Kodi 17 as well as Kodi 18. Setting the audio delay for a specific channel sometimes caused the out-of-sync audio on other channels and during a file playback (if you switch directly from live TV to a file playback). I reported that bug here - https://trac.kodi.tv/ticket/17522 . It also seems like other settings that supposed to be channel or file-specific have similar issues (e.g. a TV channel-specific custom aspect ratio).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Mepsipax - 2017-08-27

Guys, can you quickly tell me which build is currently considered the most stable, please?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-27

If you want stability, use an official release. These are test builds, for testing.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Mepsipax - 2017-08-27

Yes, I know, but I need them for Amazon Video.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-08-27

New LibreELEC.tv Leia build #0827: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.12.9 #1 Sun Aug 27 21:04:40 BST 2017 armv6l GNU/Linux

# vcgencmd version
Aug 22 2017 14:20:40
Copyright (c) 2012 Broadcom
version eb51b8b84ec11d98562dfbb7be53cdd216c0ea4c (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170827210330-#0827-gc6213ec [Build #0827]

# Kodi version
(18.0-ALPHA1 Git:9f5fd83). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (c6213ec0, changelog) and tip of XBMC master (9f5fd833, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.12.y
  • Includes latest bcm2835-driver master (7f7df25d)
  • Includes latest kodi-platform master (36fb4937)
  • Includes latest libcec master (8adc786b, ahead +26)
  • Includes latest libnfs master (df94ae93, ahead +56)
  • Includes latest p8-platform master (a822e196)
  • Includes latest addons: inputstream.adaptive (cb1aba08, +60), inputstream.rtmp (e094fa38, +1), peripheral.joystick (cc14287c, +3), pvr.argustv (23cc0e8e, +1), pvr.demo (122dedd5, +3), pvr.dvblink (816f90c1, +6), pvr.dvbviewer (8741c8b7, +10), pvr.filmon (34dca043, +1), pvr.hdhomerun (ace19fa3, +17), pvr.hts (53118d8d, +3), pvr.iptvsimple (ac4f4bd3, +7), pvr.mediaportal.tvserver (d822f63c, +7), pvr.mythtv (b46e5be2, +2), pvr.nextpvr (a855663d, +1), pvr.njoy (99874de9, +1), pvr.octonet (a77cf111), pvr.pctv (549f6908, +1), pvr.stalker (e15edca9, +2), pvr.vbox (b5da8112, +1), pvr.vdr.vnsi (7e6e3854, +2), pvr.vuplus (9bfd8687, +7), pvr.wmc (d820bf87, +1)
  • Include [env] compare: kodi: updates for September
  • Include [env] compare: LibreELEC-settings: add support for workgroup, server min/max proto settings
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: tvheadend42: fixup ffmpeg patch
  • Include [env] patch: tvheadend42: add bzip dependency when transcoding
  • Include [env] patch: inputstream.adaptive: don't build it twice...
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
  • Include [env] patch: pvr addons: disable broken addons
  • Include [env] PR:1773: init: make break after behaviour really break after
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1835: add support for optional kernel modules in image and from addons
  • Include [env] PR:1917: linux: enable ftrace
  • Include [env] PR:1918: Package Updates: intel-vaapi-driver, libva and libva-utils to 1.8.3
  • Include [env] PR:1919: samba: don't restart smbd in samba-autoshare
  • Include [env] PR:1922: brcmfmac_sdio-firmware-rpi: Consolidate firmware files
  • Include [env] PR:1923: mesa: update to 17.2.0-rc5
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] patch: samba: add workgroup, server min and server max protocol settings
  • Include [pkg] PR:76: service: fix icon path (service.libreelec.settings)
  • Include [pkg] PR:12311: FIX: ensure real filename from videodb in playlists
  • Include [pkg] PR:12710: [DemuxClient] transport flags
Build Highlights:
  1. Samba server: Add configuration support for workgroup, server min and server max protocol (defaults: WORKGROUP, SMB2, SMB3 respectively)
Build Details:
  1. LibreELEC.tv:
    • linux: update to linux-4.12.9 (PR:1876, 12 commits, 8 files changed)
  2. XBMC:
    • ActiveAE: Fix up Typo (PR:12719, 1 commit, 1 file changed)
    • Remove unused file from Game OSD video settings (PR:12720, 1 commit, 1 file changed)
    • [lang][skin.estuary] updated language files from Transifex (20411eac)
    • [lang][skin.estouchy] updated language files from Transifex (ec1c1931)
  3. inputstream.adaptive:
    • [Android] fix libssd_wv search path (978e7464)
    • [DASH] Read widevine::robustness-level (cb1aba08)
  4. pvr.argustv:
    • [lang] updated language files from Transifex (23cc0e8e)
  5. pvr.demo:
    • [lang] updated language files from Transifex (122dedd5)
  6. pvr.dvblink:
    • [lang] updated language files from Transifex (816f90c1)
  7. pvr.dvbviewer:
    • [lang] updated language files from Transifex (8741c8b7)
  8. pvr.filmon:
    • [lang] updated language files from Transifex (34dca043)
  9. pvr.hdhomerun:
    • Add Win32/Win64 and Debug/Release to appveyor (PR:61, 3 commits, 1 file changed)
    • [lang] updated language files from Transifex (ace19fa3)
  10. pvr.hts:
    • [lang] updated language files from Transifex (53118d8d)
  11. pvr.iptvsimple:
    • [lang] updated language files from Transifex (ac4f4bd3)
  12. pvr.mediaportal.tvserver:
    • [lang] updated language files from Transifex (d822f63c)
  13. pvr.nextpvr:
    • [lang] updated language files from Transifex (a855663d)
  14. pvr.njoy:
    • [lang] updated language files from Transifex (99874de9)
  15. pvr.pctv:
    • [lang] updated language files from Transifex (549f6908)
  16. pvr.stalker:
    • [lang] updated language files from Transifex (e15edca9)
  17. pvr.vbox:
    • [lang] updated language files from Transifex (b5da8112)
  18. pvr.vuplus:
    • [lang] updated language files from Transifex (9bfd8687)
  19. pvr.wmc:
    • [lang] updated language files from Transifex (d820bf87)
  20. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare: LibreELEC-settings: add support for workgroup, server min/max proto settings
    • Added: [pkg] patch: samba: add workgroup, server min and server max protocol settings
    • Added: [pkg] PR:76: service: fix icon path (service.libreelec.settings)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - -DH- - 2017-08-28

I don't know if the 3D iso issues are already addressed to the developer in charge, so let me bring up the issues to your attention again.

Last fully working version is #706, since #707 things are not working as suggested:

Playback a 3D iso file in playback mode "Main Movie": playback is only 2D.
Same 3D iso file in playback mode "Simplified Menu" works, at least when playing it from the beginning.

If you partially watched it and want to go back to saved mark ... playback will be only 2D.

Kodi debug logs are here: https://forum.kodi.tv/showthread.php?tid=298461&pid=2622879#pid2622879


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - origpumu - 2017-08-28

Hi,

Don't know, if this is the right place for featurerequests. If not, please give me a hint.

I miss a function in update mechanism of libreelec: I have to restart my raspberry to update available versions from updatechannel. My pi is 24/7 on and there is never a newer version in the list before the pi is rebooted.

Thx for Your time.
Peter.

Gesendet von meinem E6653 mit Tapatalk


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - SpokV - 2017-08-28

Hi. It seems that hdhomerun pve addon has a huge memory leakage.
Showing system info memory usage has rapid memory allocation.
Disabling the addon solves this issue.