• 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 70
v19 LibreELEC Testbuilds for x86_64 (Kodi 19.0)
New LibreELEC.tv Matrix build #0629: Generic
(Supercedes previous build)

SHA256 Checksum: f11b0a1d424ed3cd41f6017e5c99b399267283a9d15b0e53c76616b6526a7216 (Generic)

text:
# uname -a
Linux NUC 5.1.15 #1 SMP Sat Jun 29 23:18:51 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190629231811-#0629-gbb9c865 [Build #0629]

# Kodi version
Kodi (19.0-ALPHA1 Git:3a79534). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (bb9c865, changelog) and tip of XBMC master (3a79534, changelog) with the following modifications: Build Highlights:
  1. [PVR] PVRRecordings: Prevent concurrent calls to video database
Build Details:
  1. XBMC:
    • [PVR] PVRRecordings: Prevent concurrent calls to video database. (PR:16319, 1 commit, 3 files changed)
  2. pvr.vuplus:
    • Backend channel numbers api matrix & undelete/trashcan (PR:232, 6 commits, 20 files changed)
  3. pvr.waipu:
    • Handle login problems depending on API response/status code (PR:18, 2 commits, 4 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3620 (perma): systemd: fix issues after #3326
    • Added: [env] PR:3621 (perma): buildsystem: small unpack improvements
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
I have issues with builds from the latest 5.1 and previoys 5.0 kernel.

2 boxes, a Chuwi Hibox hero (x5-Z8350) and ASRock Beebox N3150 (Celeron N3150).

When I boot from any build from #0312 to the current one, the TV just shows a blank screen.

I can however, access both boxes remotely from WinSCP to see the folders etc

After doing a little digging I ran the command kodi-send --host=127.0.0.1 -a "TakeScreenshot" to see what a screenshot would produced and to my surprise, it showed the main Kodi interface.

This would seem to indicate that the boot process is completing successfully.

Why I have a blank screen on the TV is baffling though.

I boor from a USB stick and each box also has Windows 10 installed, which boots fine, so I can rule out any hardware issues.

If i create a bootable disk using #0311 (Linux 4.19) then all is well on both boxes.

So it seems that from Linus 5.0 something has changed significantly enough to create this issue, although I have been unable to find any specific infomation about it.

I also created a boot disk using the latest official Libreelec build but that resulted in the same issue.

I realise that you might need logs but don't know how to invoke the logging process without being able to use the GUI.
Reply
(2019-06-30, 08:18)Bluesmanuk Wrote: I realise that you might need logs but don't know how to invoke the logging process without being able to use the GUI.

Access the Logfiles Samba share and upload the latest zip archive file.
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
New LibreELEC.tv Matrix build #0630: Generic
(Supercedes previous build)

SHA256 Checksum: 09e085776a604bbf598246de74f93e8cbb70ba392f5327bafe680a8023e4fbff (Generic)

text:
# uname -a
Linux NUC 5.1.15 #1 SMP Sun Jun 30 21:03:25 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190630210246-#0630-g90d5d54 [Build #0630]

# Kodi version
Kodi (19.0-ALPHA1 Git:3a79534). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (90d5d54, changelog) and tip of XBMC master (3a79534, changelog) with the following modifications: Build Highlights:
  1. kodi: temp fix stream details are being lost once playback ends
  2. Extvlcopt support matrix (pvr.iptvsimple)
Build Details:
  1. LibreELEC.tv:
    • vdr-plugin-xmltv2vdr: link against openssl (PR:3622, 1 commit, 1 file changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3623 (perma): kodi: temp fix stream details are being lost once playback ends
    • Added: [pkg] PR:244 (perma): Extvlcopt support matrix (pvr.iptvsimple)
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
New LibreELEC.tv Matrix build #0701: Generic
(Supercedes previous build)

SHA256 Checksum: 612097ed0af81c710948f3a6cd1578ce297cba813ce5a969db23e9ef2f258af6 (Generic)

text:
# uname -a
Linux NUC 5.1.15 #1 SMP Mon Jul 1 21:35:47 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190701213507-#0701-gd73a8a3 [Build #0701]

# Kodi version
Kodi (19.0-ALPHA1 Git:e27afe1). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (d73a8a3, changelog) and tip of XBMC master (e27afe1, changelog) with the following modifications: Build Highlights:
  1. Screenshot rework and split up
  2. Fix PAPlayer to do passthrough for TrueHD
Build Details:
  1. LibreELEC.tv:
    • kodi: set @ADDON_VERSION@ in repo addon.xml (PR:3630, 1 commit, 2 files changed)
    • config/graphic: build etnaviv and kmsro for imx devices (PR:3631, 1 commit, 1 file changed)
  2. XBMC:
    • [filesystem] Corrections to CircularCache initialization and termination (PR:16330, 1 commit, 1 file changed)
    • Screenshot rework and split up (PR:14091, 1 commit, 27 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3567 (perma): linux (RPi/Generic/Allwinner): update to linux-5.1.15
    • Added: [env] PR:3625 (perma): docker: updated to 18.09.7
    • Added: [env] PR:3626 (perma): nano: updated to v4.3
    • Added: [env] PR:3627 (perma): vdr: update to 2.4.1
    • Added: [env] PR:3628 (perma): mpv-drmprime: disable automagic options
    • Updated: [pkg] PR:14908 (perma): [addons] remove cpluff
    • Added: [pkg] PR:16336 (perma): Fix PAPlayer to do passthrough for TrueHD
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
Weekly Linux 5.2-rc7 build #0701x: Generic

Known issues:
text:

No dvb-latest or crazycat drivers
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
(2019-07-01, 23:01)Milhouse Wrote: Build Highlights:
kodi: temp fix stream details are being lost once playback ends
 
Thanks for this fix, it works for me on kodi 18.3
Reply
New LibreELEC.tv Matrix build #0702: Generic
(Supercedes previous build)

SHA256 Checksum: fbb76fc2b752fec97b9831cbe3fee563d25906164554e56d36a5d0ad0ee14b0b (Generic)

text:
# uname -a
Linux NUC 5.1.15 #1 SMP Tue Jul 2 21:03:55 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190702210311-#0702-gd73a8a3 [Build #0702]

# Kodi version
Kodi (19.0-ALPHA1 Git:b68bd2d). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (d73a8a3, changelog) and tip of XBMC master (b68bd2d, changelog) with the following modifications: Build Highlights:
  1. samba: update to samba-4.9.10
  2. Revert "changed: Improve handling of internet filesystems (http/https) on LANs" (@KrX3D, @boostberry3g, @blackMrkt - reverts PR16070)
Build Details:
  1. XBMC:
    • Revert "fixed: We should always update stream details from player (fi (PR:16332, 1 commit, 1 file changed)
    • [fix] use gas-preprocessor as as for armv7 on ios (PR:16339, 1 commit, 1 file changed)
    • [Android] Don't consider display mode ids constant. (PR:16296, 3 commits, 6 files changed)
  2. inputstream.adaptive:
    • support multiple span tags in ttml (PR:284, 1 commit, 2 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3634 (perma): ffmpeg: restructure patches into feature sets
    • Added: [env] PR:3635 (perma): init: clean up splash image selection
    • Added: [env] PR:3637 (perma): samba: update to samba-4.9.10
    • Added: [pkg] PR:16338 (perma): Revert "changed: Improve handling of internet filesystems (http/https) on LANs"
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
is there any way to swap disks in the playstation emulator? Is it possible to exchange with single PBP files?
Reply
New LibreELEC.tv Matrix build #0703: Generic
(Supercedes previous build)

SHA256 Checksum: e22b9872946dba8dab8f3e43aa50416633811293ce68bb2646a2f8cb5e273ac7 (Generic)

text:
# uname -a
Linux NUC 5.1.16 #1 SMP Thu Jul 4 02:34:02 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190704023318-#0703-g8a6f8a3 [Build #0703]

# Kodi version
Kodi (19.0-ALPHA1 Git:9dfeca9). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (8a6f8a3, changelog) and tip of XBMC master (9dfeca9, changelog) with the following modifications: Build Highlights:
  1. New 5.1.16 kernel
  2. samba: update to samba-4.9.11
  3. lirc: fix missing irman driver, include Debian patches
  4. changed: Delete stream details when video info is refreshed
Build Details:
  1. LibreELEC.tv:
    • samba: update to samba-4.9.10 (PR:3637, 1 commit, 1 file changed)
    • kodi: update to 18.3-Leia (PR:3633, 6 commits, 14 files changed)
    • kodi: temp fix stream details are being lost once playback ends (PR:3623, 1 commit, 1 file changed)
    • systemd: fix issues after #3326 (PR:3620, 1 commit, 1 file changed)
    • buildsystem: small unpack improvements (PR:3621, 2 commits, 2 files changed)
    • mesa: update to mesa-19.1.1 (PR:3604, 1 commit, 1 file changed)
    • mpv-drmprime: disable automagic options (PR:3628, 1 commit, 1 file changed)
    • docker: updated to 18.09.7 (PR:3625, 5 commits, 7 files changed)
    • linux: disable lima/panfrost when using libmali (PR:3629, 1 commit, 1 file changed)
    • nano: updated to v4.3 (PR:3626, 1 commit, 1 file changed)
    • linux (RPi/Generic/Allwinner): update to linux-5.1.15 (PR:3567, 11 commits, 7 files changed)
    • config: don't use mcpu switch for arm and aarch64 (PR:3516, 1 commit, 2 files changed)
    • add support for Raspberry Pi 4 (PR:3597, 17 commits, 15 files changed)
    • samba: update to samba-4.9.11 (PR:3645, 1 commit, 1 file changed)
  2. XBMC:
    • Revert "changed: Improve handling of internet filesystems (http/https) on LANs" (PR:16338, 1 commit, 2 files changed)
    • [PVR][guiinfo][Estuary] New GUI info bool: PVR.IsPlayingActiveRecording (PR:16343, 1 commit, 7 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): kodi19: next
    • Added: [env] PR:3641 (perma): lirc: fix missing irman driver, include Debian patches
    • Added: [env] PR:3644 (perma): linux (RPi/Generic/Allwinner): update to linux-5.1.15/5.1.16
    • Added: [env] PR:3646 (perma): buildsystem: fix symbolic link fixups
    • Added: [pkg] PR:16342 (perma): changed: Delete stream details when video info is refreshed
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
New LibreELEC.tv Matrix build #0704: Generic
(Supercedes previous build)

SHA256 Checksum: 13a21393dda516ca1bfdef0dee8eb677ffad2f672d4371c6e8232c095222583c (Generic)

text:
# uname -a
Linux NUC 5.1.16 #1 SMP Thu Jul 4 21:03:33 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190704210252-#0704-g685044d [Build #0704]

# Kodi version
Kodi (19.0-ALPHA1 Git:9dfeca9). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (685044d, changelog) and tip of XBMC master (9dfeca9, changelog) with the following modifications: Build Highlights:
  1. Include /dev/nvme* for automounting m.2 devices
Build Details:
  1. LibreELEC.tv:
    • iwd (inet wireless daemon) support (PR:1451, 2 commits, 3 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3644 (perma): linux (RPi/Generic/Allwinner): update to linux-5.1.16
    • Updated: [env] PR:3646 (perma): buildsystem: fix symbolic link fixups
    • Added: [env] PR:3649 (perma): Include /dev/nvme* for automounting m.2 devices
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
Weird issue: I was on 9.80 channel, version #621 and found no updates. But I knew there were many more updates. So I updated manually downloading latest x64 version.

I went into updates and reconfigured the custom url for updates but when I go to select channel I receive an empty list. So I'm not able to update from the GUI anymore.

Any hint? Network connection is fine, I updated manually from the NUC (downloaded http://milhouse.libreelec.tv/builds/mast...a6f8a3.tar into .update dir).

Thanks for any help to solve this one.
Reply
(2019-07-05, 13:52)Axel Foley Wrote: Thanks for any help to solve this one.

It should be working - it's working for me - but there is a long delay as it's requesting details from a server which is taking too long to respond, you might see there are timeouts in your kodi.log if you check it.
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
New LibreELEC.tv Matrix build #0705: Generic
(Supercedes previous build)

SHA256 Checksum: fda572e5a9b26c96d704aa4dbc8b1f20c442c7f4310f3835397b1932c49dfeb5 (Generic)

text:
# uname -a
Linux NUC 5.1.16 #1 SMP Fri Jul 5 22:04:19 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190705220339-#0705-g266e275 [Build #0705]

# Kodi version
Kodi (19.0-ALPHA1 Git:97fe0eb). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (266e275, changelog) and tip of XBMC master (97fe0eb, changelog) with the following modifications: Build Highlights:
  1. libX11: update to 1.6.8 and crosscompile fixes
  2. libva: update to libva-2.5.0
  3. grub: update to grub-2.04
  4. [VideoPlayer] Load program from stream property without using streaminfo
Build Details:
  1. LibreELEC.tv:
    • libX11: remove makekeys dependency on X headers (PR:3648, 1 commit, 1 file changed)
    • connman: small fixup after 3525ffb (PR:3654, 1 commit, 1 file changed)
  2. XBMC:
    • [cmake] Use CORE_PLATFORM_NAME, not PLATFORM (PR:16346, 1 commit, 1 file changed)
    • reformat pointers, statement brackets and arithmetic spacing as per coding guidelines (5ce52fd)
    • [VideoPlayer] Load program from stream property without using streaminfo (e68bc9f)
    • [VideoPlayer] Load program from stream property without using (#16314) (97fe0eb)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3644 (perma): linux (RPi/Generic/Allwinner): update to linux-5.1.16
    • Added: [env] PR:3627 (perma): vdr: update to 2.4.1
    • Added: [env] PR:3655 (perma): libX11: update to 1.6.8 and crosscompile fixes
    • Added: [env] PR:3656 (perma): libva: update to libva-2.5.0
    • Added: [env] PR:3657 (perma): grub: update to grub-2.04
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
New LibreELEC.tv Matrix build #0706: Generic
(Supercedes previous build)

SHA256 Checksum: e970953b4b73b2fe87dd32059740da8e3d957e81ab67ad18e68ac771640d657a (Generic)

text:
# uname -a
Linux NUC 5.1.16 #1 SMP Sat Jul 6 21:03:45 BST 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190706210301-#0706-g31756fc [Build #0706]

# Kodi version
Kodi (19.0-ALPHA1 Git:97fe0eb). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (31756fc, changelog) and tip of XBMC master (97fe0eb, changelog) with the following modifications: Build Highlights:
  1. libdrm: update to libdrm-2.4.99
Build Details:
  1. LibreELEC.tv:
    • lirc: fix missing irman driver, include Debian patches (PR:3641, 4 commits, 6 files changed)
    • ffmpeg: restructure patches into feature sets (PR:3634, 3 commits, 12 files changed)
    • add a few missing dependencies for fedora, gentoo and arch (PR:3652, 1 commit, 1 file changed)
  2. pvr.zattoo:
    • Fallback to country code if service region country is missing (PR:51, 1 commit, 3 files changed)
    • Merge branch 'Leia' into Matrix (124b46b)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3660 (perma): libdrm: update to libdrm-2.4.99
    • Added: [env] PR:3661 (perma): buildsystem: add absolute patch dirs, remove unecessary sub-process, other cleanup
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
  • 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 70

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 19.0)3