• 1
  • 490
  • 491
  • 492(current)
  • 493
  • 494
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2019-03-23, 14:31)Milhouse Wrote:
(2019-03-23, 07:16)E_g_o_r Wrote: 2. Built-in feature to setup custom update channel is buggy - path is case sensitive, it cannot retrieve channel for me if I wrote "rpi2" instead of "RPi2"

Case sensitivity isn't a bug, it's a fact of life (unless you're using a Microsoft OS). The Web, Unix, Linux (inc. LibreELEC) are all case-sensitive and if you enter a path or URL incorrectly, it's a case of PEBKAC, not a bug. Smile
 

I didnt mean that case sensitivity is bug, I meant there is a need for error message if url channel cannot be retrieved. Now error URL is swallowed silently so user cant understand what is wrong.
(2019-03-28, 16:02)E_g_o_r Wrote: I didnt mean that case sensitivity is bug, I meant there is a need for error message if url channel cannot be retrieved. Now error URL is swallowed silently so user cant understand what is wrong.

If you'd said that the first time it would have been more helpful... should be fixed tonight. Thanks.
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.
New LibreELEC.tv Leia build #0328: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 979f5f3c574d2472943ffadbb09a3b5e29dcb3d6e497a3439584e2a8abe02e1c (RPi)
SHA256 Checksum: 4b0f652304e542196b8240af799c70349277a6536f4d70e526612c4a8aac1e42 (RPi2)

text:
# uname -a
Linux rpi512 5.0.3 #1 Thu Mar 28 21:07:16 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Mar 27 2019 15:48:59
Copyright © 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190328210602-#0328-g5ccaa74 [Build #0328]

# Kodi version
Kodi (18.2-RC1 Git:52e07cf). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (5ccaa74, changelog) and tip of XBMC master (52e07cf, changelog) with the following modifications: Build Highlights:
  1. wireless-regdb: update to wireless-regdb-2019.03.01
  2. util-linux: update to util-linux-2.33.1 + lscpu
  3. updates: notify user if custom url is not accessible (service.libreelec.settings)
Build Details:
  1. XBMC:
    • AESinkALSA: fix enumeration of cards without front devices (PR:15774, 1 commit, 1 file changed)
    • Initialize color_primaries to AVCOL_PRI_UNSPECIFIED if unspecified (PR:15691, 2 commits, 2 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3375 (perma): linux (RPi/Generic): update to linux-5.0.3/5.0.5
    • Added: [env] PR:3381 (perma): packages: align source code licence usage with project licence
    • Added: [env] PR:3386 (perma): util-linux: update to util-linux-2.33.1 + lscpu
    • Updated: [pkg] PR:125 (perma): Fixes for connman module (service.libreelec.settings)
    • Added: [pkg] PR:129 (perma): updates: notify user if custom url is not accessible (service.libreelec.settings)
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.
Dumb question:

Are all these endless builds to obtain stability and reliability for Kodi 18 on Pi??

Is there still a lot of fiddly and small issues with Kodi for the platform because it's so underpowered?
I'm hoping to just install 9.0.1 official and find it fairly smooth operating, does that sound about right?
(2019-03-29, 08:18)AbRASiON Wrote: I'm hoping to just install 9.0.1 official and find it fairly smooth operating, does that sound about right?

Absolutely. I'm recommend a RPi3 or newer, but it works great. These builds are for fixing problems and moving forwards, but that doesn't mean the current release is buggy.
(2019-03-29, 08:18)AbRASiON Wrote: Are all these endless builds to obtain stability and reliability for Kodi 18 on Pi??

These builds serve a number of purposes, they're testing bleeding edge LibreELEC and Kodi 18 changes, they also come in handy when regression testing and bisecting bugs.

(2019-03-29, 08:18)AbRASiON Wrote: Is there still a lot of fiddly and small issues with Kodi for the platform because it's so underpowered?

No, I also do these builds for x86_64. Most if not all the performance issues have been solved on RPi3 (those that are worth/capable of being solved, anyway).

(2019-03-29, 08:18)AbRASiON Wrote: I'm hoping to just install 9.0.1 official and find it fairly smooth operating, does that sound about right?

Yes, 9.0.1 should be working well.
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.
New LibreELEC.tv Leia build #0329: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 0957a9c6fd00322267f4c58a18ea753cd1c13f13a713523d312c9ad780af006f (RPi)
SHA256 Checksum: 4e0c954b8d0e8f6b9001ae5eb0ec42592cf66fc37e93a6d8d7491ca8e587e945 (RPi2)

text:
# uname -a
Linux rpi512 5.0.3 #1 Fri Mar 29 21:05:36 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Mar 27 2019 15:48:59
Copyright © 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190329210315-#0329-gca50a70 [Build #0329]

# Kodi version
Kodi (18.2-RC1 Git:9114f65). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ca50a70, changelog) and tip of XBMC master (9114f65, changelog) with the following modifications: Build Highlights:
  1. connman: update to connman-1.37
Build Details:
  1. LibreELEC.tv:
    • packages: align source code licence usage with project licence (PR:3381, 2 commits, 609 files changed)
    • connman: update to connman-1.37 (PR:3388, 1 commit, 3 files changed)
    • Fixed RTL8723BS detecting bluetooth devices (PR:3374, 1 commit, 1 file changed)
  2. XBMC:
    • [AMLCodec] dont poll decoder rate when seeking (PR:15835, 1 commit, 1 file changed)
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.
New LibreELEC.tv Leia build #0330: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 3ec4508ab795fa0b9c7cb1d2df486e0124c32706395b2b87eb8695ba4646c83d (RPi)
SHA256 Checksum: 32f5fa0d91f54559303ea3e98663520a48996e1128c7bd2088cb054ba29202cc (RPi2)

text:
# uname -a
Linux rpi512 5.0.3 #1 Sat Mar 30 21:04:35 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Mar 27 2019 15:48:59
Copyright © 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190330210313-#0330-gca50a70 [Build #0330]

# Kodi version
Kodi (18.2-RC1 Git:9114f65). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ca50a70, changelog) and tip of XBMC master (9114f65, changelog) with the following modifications: Build Highlights:
  1. No changes!
Build Details:
  1. N/A
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.
New LibreELEC.tv Leia build #0331: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: ca075c0fef9bed677f0139398fa0d0fdf995386f107f3f0c8bfaea47102f649f (RPi)
SHA256 Checksum: be052831ec0e2b3bc0e228f76487d05b19fa7b7b34500fe02d1ece296177e093 (RPi2)

text:
# uname -a
Linux rpi512 5.0.3 #1 Sun Mar 31 21:04:31 BST 2019 armv6l GNU/Linux

# vcgencmd version
Mar 27 2019 15:48:59
Copyright © 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190331210316-#0331-gca50a70 [Build #0331]

# Kodi version
Kodi (18.2-RC1 Git:9114f65). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ca50a70, changelog) and tip of XBMC master (9114f65, changelog) with the following modifications: Build Highlights:
  1. No changes!
Build Details:
  1. N/A
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.
New LibreELEC.tv Leia build #0401: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 38c35af5302b07397c116ab7c9f82969b43665efef2f690a270d1cb5bbe3aafa (RPi)
SHA256 Checksum: 59faf6bce821a88ecccc9db4a0466c9ba18aa27fc0410e7042ba9a261e74f91c (RPi2)

text:
# uname -a
Linux rpi512 5.0.3 #1 Mon Apr 1 21:04:32 BST 2019 armv6l GNU/Linux

# vcgencmd version
Mar 27 2019 15:48:59
Copyright © 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190401210322-#0401-g47af2b4 [Build #0401]

# Kodi version
Kodi (18.2-RC1 Git:cdab1f1). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (47af2b4, changelog) and tip of XBMC master (cdab1f1, changelog) with the following modifications: Build Highlights:
  1. addon settings - inherit settings level
Build Details:
  1. LibreELEC.tv:
    • mesa: update to mesa-19.0.1 (PR:3383, 1 commit, 1 file changed)
    • xf86-video-amd/intel: updates 19.0.1/6afed33 (PR:3377, 3 commits, 5 files changed)
    • util-linux: update to util-linux-2.33.1 + lscpu (PR:3386, 2 commits, 2 files changed)
    • libmali: update to 74c27b4 (PR:3392, 1 commit, 1 file changed)
  2. XBMC:
    • [Estouchy] add missing 15th addon shortcut on homescreen (PR:15842, 1 commit, 1 file changed)
    • addon settings - inherit settings level (PR:15813, 1 commit, 1 file changed)
    • [Estuary] Music Track Info Fix (PR:15850, 1 commit, 1 file changed)
  3. vfs.rar:
    • fixed: properly use wide names (PR:40, 1 commit, 2 files changed)
    • fix ubuntu packaging (PR:42, 1 commit, 1 file changed)
    • bump to version 2.0.7 (796ea9b)
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.
Anything I can do here?Image
(2019-04-02, 17:05)Smultie Wrote: Anything I can do here?Image

What Pi device is this (RPi0, RPi1, RPi2, RPi3/3+?)
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.
New LibreELEC.tv Leia build #0402: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: d5e98271e5bab235dd80f3efe07ce7b92af2e2433aedf8be8a5493dee8c15d87 (RPi)
SHA256 Checksum: 1d25a0165188715f2e008b7da92cf1cbf0a7c8c03d375c8d315f0bda7a18716b (RPi2)

text:
# uname -a
Linux rpi512 5.0.5 #1 Tue Apr 2 21:04:07 BST 2019 armv6l GNU/Linux

# vcgencmd version
Mar 27 2019 15:48:59
Copyright © 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190402210257-#0402-g47af2b4 [Build #0402]

# Kodi version
Kodi (18.2-RC1 Git:f810028). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (47af2b4, changelog) and tip of XBMC master (f810028, changelog) with the following modifications: Build Highlights:
  1. New 5.0.5 kernel
  2. Add pvr.waipu addon
Build Details:
  1. XBMC:
    • [peripherals] remove inclusion of android specific header (PR:15827, 1 commit, 1 file changed)
    • [tests] use correct storage size (PR:15855, 2 commits, 7 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): kodi: fix patch, bump ffmpeg-4.0.3-Leia-18.2
    • Updated: [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
    • Updated: [env] PR:3375 (perma): linux (RPi/Generic): update to linux-5.0.5
    • Updated: [env] PR:3393 (perma): arm-mem: update to arm-mem-0100445, enable for all arm builds
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.
(2019-04-02, 20:30)Milhouse Wrote:
(2019-04-02, 17:05)Smultie Wrote: Anything I can do here?Image

What Pi device is this (RPi0, RPi1, RPi2, RPi3/3+?)
A 3. A reboot fixed it
New LibreELEC.tv Leia build #0403: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 1ea3e858fa84eadca0a2fa30dbb8435d442e686d86f42480b331cf4b5b109076 (RPi)
SHA256 Checksum: 4d2af8f58d93af8236c6887263022eafc508ad4de92b4da98c992ad7642a1777 (RPi2)

text:
# uname -a
Linux rpi512 5.0.5 #1 Wed Apr 3 21:05:40 BST 2019 armv6l GNU/Linux

# vcgencmd version
Mar 27 2019 15:48:59
Copyright © 2012 Broadcom
version 2e98b31d18547962e564bdf88e57b3df7085c29b (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190403210402-#0403-gbd69cfd [Build #0403]

# Kodi version
Kodi (18.2-RC1 Git:9b00eee). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (bd69cfd, changelog) and tip of XBMC master (9b00eee, changelog) with the following modifications:
  • Includes newclock5 patches
  • Includes latest bcm2835-driver master (8b12e99, ahead +5)
  • Includes latest kodi-platform master (e8574b8)
  • Includes latest libcec master (ba9b538, ahead +1)
  • Includes latest libnfs master (4bd145b, ahead +2)
  • Includes latest p8-platform master (1eb12b1)
  • Includes latest addons: inputstream.adaptive (5600fa1, +4), inputstream.rtmp (ce68b77, +1), peripheral.joystick (910bd3d, +8), peripheral.xarcade (d218f0d, +6), pvr.argustv (83aa1e9), pvr.demo (964686d, +3), pvr.dvblink (ecc9cfd), pvr.dvbviewer (c2c1beb, +2), pvr.filmon (e850633), pvr.hdhomerun (a9d7309), pvr.hts (8dcd62d), pvr.iptvsimple (73feb2f), pvr.mediaportal.tvserver (931afab), pvr.mythtv (c954c7e), pvr.nextpvr (d6bf9a3, +4), pvr.njoy (4467cac, +4), pvr.octonet (203f800), pvr.pctv (b60b971), pvr.stalker (d0170c5), pvr.teleboy (1956113), pvr.vbox (ea20464), pvr.vdr.vnsi (cbb75ab), pvr.vuplus (d6e7e35, +25), pvr.waipu (a4c7031, +1), pvr.wmc (7b28be3), pvr.zattoo (667b986, +2), vfs.libarchive (2ba1102), vfs.rar (e6b5114, +4), vfs.sftp (ab0dc82, +2)
  • Include [env] db280be: samba: set fruit:model = Xserve for macOS finder
  • Include [env] compare (perma): TESTING: increase timeout to ensure OS is able to create core dump/crash log
  • Include [env] compare (perma): kodi: fix patch, bump ffmpeg-4.0.3-Leia-18.2
  • Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
  • Include [env] patch: kodi: use upstream repo for Milhouse RPi builds
  • Include [env] patch: kodi: remove annoying, excessively repetitive addon logging
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
  • Include [env] PR:2431 (perma): Add PKG_STAMP to trigger a package rebuild
  • Include [env] PR:3357 (perma): Add nghttp2 support
  • Include [env] PR:3375 (perma): linux (RPi/Generic): update to linux-5.0.5/5.0.6
  • Include [env] PR:3393 (perma): arm-mem: update to arm-mem-0100445, enable for all arm builds
  • Include [env] PR:3395 (perma): libtool: don't install source files on target
  • Include [env] PR:3396 (perma): RTL8192DU: fix build for Kernel 3.14.29 / Project Amlogic_Legacy
  • Include [env] PR:3397 (perma): libxkbcommon: updated to 0.8.4 / added meson opts & LE copyright
  • Include [env] PR:3398 (perma): xkeyboard-config: updated to 2.26 / added fix for broken pt layout / updated build & added LE copyright
  • Include [env] PR:3399 (perma): cmake: update to cmake-3.14.1
  • Include [env] PR:3400 (perma): llvm: update to llvm-8.0.0
  • Include [env] PR:3401 (perma): nano: updated to nano-4.0 / added Team LibreELEC copyright
  • Include [pkg] 983cf7a2: Sets the BCDC priority to constant 0 (linux)
  • Include [pkg] patch: kodi: fix addon platform_tag (kodi)
  • Include [pkg] PR:123 (perma): add PIN lock option to LE Settings (service.libreelec.settings)
  • Include [pkg] PR:124 (perma): Fix duplicate bluetooth devices (service.libreelec.settings)
  • Include [pkg] PR:125 (perma): Fixes for connman module (service.libreelec.settings)
  • Include [pkg] PR:126 (perma): Properly fix duplicate bluetooth devices (service.libreelec.settings)
  • Include [pkg] PR:127 (perma): fix missing flags (service.libreelec.settings)
  • Include [pkg] PR:128 (perma): Move all textures to common folder / Clean-up textures (service.libreelec.settings)
  • Include [pkg] PR:129 (perma): updates: notify user if custom url is not accessible (service.libreelec.settings)
  • Include [pkg] PR:14571 (perma): Remove ARB postfix from GL functions
  • Include [pkg] PR:15164 (perma): TexturePacker: Fix memory / resource leak the ugly way
  • Include [pkg] PR:15356 (perma): Optimize locking in ApplicationMessenger
  • Include [pkg] PR:15771 (perma): RetroPlayer: Move rendering calls to initialize/deinitialize methods
Build Highlights:
  1. samba: MacOS Finder support
  2. libtool, libxkbcommon, xkeyboard-config, cmake, llvm, nano updates
Build Details:
  1. LibreELEC.tv:
    • kodi: set MALLOC_MMAP_THRESHOLD_=8192 for aarch64 kernels (PR:3382, 1 commit, 1 file changed)
    • [le10] v4l-utils: add keymap for Zotac remote (PR:3384, 1 commit, 1 file changed)
    • [le10] improve Xbox DVD remote response (PR:3379, 6 commits, 10 files changed)
  2. XBMC:
    • fixed: obtaining movie name for stacks (PR:15736, 1 commit, 2 files changed)
  3. pvr.waipu:
    • workaround: adjust dst hack (a4c7031)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] db280be: samba: set fruit:model = Xserve for macOS finder
    • Added: [env] PR:2431 (perma): Add PKG_STAMP to trigger a package rebuild
    • Updated: [env] PR:3375 (perma): linux (RPi/Generic): update to linux-5.0.5/5.0.6
    • Added: [env] PR:3395 (perma): libtool: don't install source files on target
    • Added: [env] PR:3396 (perma): RTL8192DU: fix build for Kernel 3.14.29 / Project Amlogic_Legacy
    • Added: [env] PR:3397 (perma): libxkbcommon: updated to 0.8.4 / added meson opts & LE copyright
    • Added: [env] PR:3398 (perma): xkeyboard-config: updated to 2.26 / added fix for broken pt layout / updated build & added LE copyright
    • Added: [env] PR:3399 (perma): cmake: update to cmake-3.14.1
    • Added: [env] PR:3400 (perma): llvm: update to llvm-8.0.0
    • Added: [env] PR:3401 (perma): nano: updated to nano-4.0 / added Team LibreELEC copyright
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.
  • 1
  • 490
  • 491
  • 492(current)
  • 493
  • 494
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24