Kodi Community Forum

Full Version: LibreELEC Testbuilds for x86_64 (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
New LibreELEC.tv Leia build #1229: Generic
(Supercedes previous build)

SHA256 Checksum: 625fe3e58f68ff40969379ba314780e98838e087fa85d13effdc275fa93c79a7 (Generic)

text:
# uname -a
Linux NUC 4.19.13 #1 SMP Sat Dec 29 21:04:37 GMT 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20181229210312-#1229-ga98586b [Build #1229]

# Kodi version
(18.0-RC5 Git:85486a2). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (a98586b, changelog) and tip of XBMC master (85486a2, changelog) with the following modifications: Build Highlights:
  1. New 4.19.13 kernel
  2. kodi-18.0rc5-Leia
  3. Kodi: [airtunes/linux] - fix airtunes/shairplay not working on linux
  4. Kodi: [JSON]Add OnRefresh announcement to the schema
  5. libnfs: add nfs_umount() which will unregister the client from the mount daemon
  6. Settings addon: update translations from transifex (service.libreelec.settings)
  7. Settings addon: cleanup (service.libreelec.settings)
Build Details:
  1. LibreELEC.tv:
    • kodi (RPi/Generic/Rockchip): update to kodi-18.0rc4-Leia (PR:3195, 5 commits, 7 files changed)
    • tigervnc: update to 1.9.0 (PR:3189, 2 commits, 3 files changed)
    • dotnet-runtime: update to 2.2.0 (PR:3188, 1 commit, 2 files changed)
    • libjpeg-turbo: bump version/switch to cmake; fix host cmake (PR:3187, 3 commits, 3 files changed)
    • glib: remove function that could not possibly be used (PR:3186, 1 commit, 1 file changed)
    • buildsystem: centralise package sourcing (PR:3171, 20 commits, 47 files changed)
  2. XBMC:
    • [keymaps] Specify that gamepad.xml is for EventServer "gamepads" (PR:15138, 1 commit, 1 file changed)
    • bump to v18.0 rc5 (PR:15152, 1 commit, 1 file changed)
  3. libnfs:
    • add nfs_umount() which will unregister the client from the mount daemon (9e63589)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3164 (perma): ffmpegx: disable nonfree
    • Updated: [env] PR:3192 (perma): ncurses: improvements / sytem-tools 110: update mc and efibootmgr
    • Added: [env] PR:3196 (perma): linux (RPi/Generic): update to linux-4.19.13
    • Added: [pkg] PR:114 (perma): update translations from transifex (service.libreelec.settings)
    • Added: [pkg] PR:115 (perma): cleanup (service.libreelec.settings)
    • Added: [pkg] PR:15102 (perma): [airtunes/linux] - fix airtunes/shairplay not working on linux
    • Added: [pkg] PR:15156 (perma): [JSON]Add OnRefresh announcement to the schema
If somebody experiences the same interpolation/scaling issue (with Lanczos3/Spline36) as explained here on Apollo Lake hardware, this can be fixed by setting 'MESA_GL_VERSION_OVERRIDE=(<4.0)' before starting KODI.

So, now I'm able to use 'Video scaling method: Auto' again, without a distorted picture on lower resolution videos.
(2018-12-30, 05:51)epias Wrote: [ -> ]If somebody experiences the same interpolation/scaling issue (with Lanczos3/Spline36) as explained here on Apollo Lake hardware, this can be fixed by setting 'MESA_GL_VERSION_OVERRIDE=(<4.0)' before starting KODI.

So, now I'm able to use 'Video scaling method: Auto' again, without a distorted picture on lower resolution videos.
About 2 months ago (since #1028) you can now add that kind of setting to /storage/.config/kodi.conf and it should work.
(2018-12-30, 05:51)epias Wrote: [ -> ]If somebody experiences the same interpolation/scaling issue (with Lanczos3/Spline36) as explained here on Apollo Lake hardware, this can be fixed by setting 'MESA_GL_VERSION_OVERRIDE=(<4.0)' before starting KODI.

So, now I'm able to use 'Video scaling method: Auto' again, without a distorted picture on lower resolution videos.
 I think this was fixed already, the shader was just not reinited after refreshrate switched. Do you have a sample for easy reproducing? Can you still reproduce it?
New LibreELEC.tv Leia build #1230: Generic
(Supercedes previous build)

SHA256 Checksum: 308a879fd6bbd5f012bf848d2678527affbe3e0afba27efbc14df946c9121e7e (Generic)

text:
# uname -a
Linux NUC 4.19.13 #1 SMP Sun Dec 30 21:04:32 GMT 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20181230210312-#1230-g41d2c65 [Build #1230]

# Kodi version
(18.0-RC5 Git:8dfb253). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (41d2c65, changelog) and tip of XBMC master (8dfb253, changelog) with the following modifications: Build Highlights:
  1. cmake-3.13.2, busybox-1.30.0
  2. TexturePacker: Fix memory / resource leak the ugly way
Build Details:
  1. LibreELEC.tv:
    • image: add PROJECT to /etc/os-release (PR:3183, 1 commit, 1 file changed)
    • mariadb: initial addon (PR:3190, 1 commit, 11 files changed)
  2. XBMC:
    • [JSON]Add OnRefresh announcement to the schema (PR:15156, 1 commit, 2 files changed)
    • Redact URL in CUtil::ExcludeFileOrFolder (PR:15162, 1 commit, 1 file changed)
  3. pvr.hts:
    • Add support for recent tvheadend 4.3 image URL changes (HTSP v34) (PR:391, 2 commits, 5 files changed)
  4. pvr.mythtv:
    • add the implicit marks for begin or end (b83fb4c)
    • bump version 5.10.3 (322f47d)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3197 (perma): cmake: update to cmake-3.13.2
    • Added: [env] PR:3199 (perma): pkgcheck: add new script
    • Added: [env] PR:3202 (perma): busybox: update to busybox-1.30.0
    • Updated: [pkg] PR:111 (perma): stats improvements (service.libreelec.settings)
    • Added: [pkg] PR:117 (perma): improve wording of Thank You page (service.libreelec.settings)
    • Added: [pkg] PR:15164 (perma): TexturePacker: Fix memory / resource leak the ugly way
New LibreELEC.tv Leia build #1231: Generic
(Supercedes previous build)

SHA256 Checksum: 0d77ea9e8d68f6eef5cae07c9cf22da45427e14c0fa79dcfac2bfdeb93d6ffeb (Generic)

text:
# uname -a
Linux NUC 4.19.13 #1 SMP Mon Dec 31 21:04:25 GMT 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20181231210249-#1231-g05be03f [Build #1231]

# Kodi version
(18.0-RC5 Git:8dfb253). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (05be03f, changelog) and tip of XBMC master (8dfb253, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. LibreELEC.tv:
    • kodi-binary-addons: update to latest versions (PR:3203, 1 commit, 63 files changed)
    • crazycat_aml: change description (PR:3201, 1 commit, 1 file changed)
    • web: update to libmicrohttpd-0.9.61/curl-7.62.0 (PR:3156, 3 commits, 3 files changed)
    • cmake: update to cmake-3.13.2 (PR:3197, 1 commit, 1 file changed)
    • LibreELEC-settings: update to 05bfa87 (PR:3204, 1 commit, 1 file changed)
    • pkgcheck: add new script (PR:3199, 7 commits, 14 files changed)
    • v4l-utils: simplify 70-infrared.rules and fix kernel 4.20 issues (PR:3193, 1 commit, 1 file changed)
    • ncurses: improvements / system-tools 110: update mc and efibootmgr (PR:3192, 4 commits, 15 files changed)
    • addons: bump sapphire driver to v7.1 (PR:3205, 1 commit, 1 file changed)
Happy new year everyone - thanks for all the support with testing, bug reports, feedback and fixes over the last 12 months.

I hope 2019 is an excellent year for you all! Smile
Happy New Year @Milhouse and everyone!
Happy New Year to you, and many thanks for all that you do for the Kodi community!
Thanks everyone, new year, new kodi!
Happy new year @Milhouse and the rest of the team!🍾
A happy new year to everyone here.
I have a bug that I have to report.
Lately I got a new HTPC using NUC7PJYH Pentium J5005.
It works well with your Testbuilds but I have a problem waking up my fileserver.
If I enable Wake servers in the settings page of LE, the NUC crashes when starting it and I end up in Safe Mode.

I just checked with 1231 testbuild. The problem still persists.
So I have created the log files here

TIA
Umtauscher
Using the WOL Plugin works btw.
But as I am using a centralized mysql database, waking the server by the plugin is too late because LE won't start if the server is not awake.
New LibreELEC.tv Leia build #0101: Generic
(Supercedes previous build)

SHA256 Checksum: 25033bc54d8fd533a0794b2a9ca6a51c951ad3f28c98ee64c23be08d41500717 (Generic)

text:
# uname -a
Linux NUC 4.19.13 #1 SMP Tue Jan 1 21:17:56 GMT 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190101211246-#0101-g05be03f [Build #0101]

# Kodi version
(18.0-RC5 Git:a0ce24a). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (05be03f, changelog) and tip of XBMC master (a0ce24a, changelog) with the following modifications: Build Highlights:
  1. zstd: update to 1.3.8
  2. PVRClient: Do not overwrite arbitrary memory fixes #15157
  3. RendererVDPAU: Do not use memset on non-trivial type
Build Details:
  1. XBMC:
    • PVRClient: Do not overwrite arbitrary memory fixes #15157 (PR:15168, 1 commit, 1 file changed)
    • RendererVDPAU: Do not use memset on non-trivial type (PR:15161, 1 commit, 1 file changed)
    • Revert "FIX: [droid] translate to ascii for sorting" (PR:15176, 1 commit, 3 files changed)
    • [lang][skin.estuary] updated language files from Transifex (44c643f)
  2. pvr.dvbviewer:
    • [lang] updated language files from Transifex (3e1eae0)
  3. pvr.hts:
    • [lang] updated language files from Transifex (8a9d821)
  4. pvr.nextpvr:
    • More incremental bugfixes for seeking, GetStreamTimes() changes (PR:78, 1 commit, 6 files changed)
  5. pvr.vbox:
    • [lang] updated language files from Transifex (ea20464)
  6. pvr.vuplus:
    • [lang] updated language files from Transifex (185b311)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:3196 (perma): linux (RPi/Generic): update to linux-4.19.13
    • Added: [env] PR:3209 (perma): zstd: update to 1.3.8
New LibreELEC.tv Leia build #0102: Generic
(Supercedes previous build)

SHA256 Checksum: 57e7a24a8ea0d7e34f70f0ba814a264a995c5aac90c067779c1a7a911385aaed (Generic)

text:
# uname -a
Linux NUC 4.19.13 #1 SMP Wed Jan 2 21:04:22 GMT 2019 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20190102210301-#0102-g05be03f [Build #0102]

# Kodi version
(18.0-RC5 Git:195fd1c). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (05be03f, changelog) and tip of XBMC master (195fd1c, changelog) with the following modifications: Build Highlights:
  1. [skin] Bump GUI ABI to 5.14.0
Build Details:
  1. XBMC:
    • Update FileItem state on external player closing (PR:15126, 1 commit, 1 file changed)
    • [skin] Bump GUI ABI to 5.14.0 (PR:14933, 1 commit, 1 file changed)
    • Fix *All Albums item removed by Coverity fix (PR:15155, 1 commit, 1 file changed)
    • [guiinfo] Fix Player.Duration / Musicplayer.Duration time format para (PR:15184, 1 commit, 1 file changed)