• 1
  • 45
  • 46
  • 47(current)
  • 48
  • 49
  • 70
v19 LibreELEC Testbuilds for x86_64 (Kodi 19.0)
(2020-02-09, 01:40)Milhouse Wrote:
(2020-02-08, 16:48)sixpack58 Wrote: ....

We haven't included Intel GPU firmware in the past as its use is not recommended - in fact, loading the Intel GPU firmware is disabled by default in the kernel (disabled by Intel) and needs to be enabled manually with a kernel command line option. Since firmware loading is not enabled by default (or recommended) it's just a waste of space - 8MB to be precise.

There was a brief time when it was enabled automatically but this change was swiftly reverted due to bugs. It's still disabled by default to this day.

If you want to test it yourself you can download the firmware files to /storage/.config/firmware/i915. Enable GPU firmware loading by appending i915.enable_guc=2 to /flash/syslinux.cfg and then you should see the following extra entries in dmesg (tested on a Skylake system):
text:
[ 0.052147] Setting dangerous option i915.enable_guc - tainting kernel
...
[ 1.105283] i915 0000:00:02.0: GuC firmware i915/skl_guc_33.0.0.bin version 33.0 submission:disabled
[ 1.105286] i915 0000:00:02.0: HuC firmware i915/skl_huc_2.0.0.bin version 2.0 authenticated:yes

More details here.

If/when Intel GPU firmware support is enabled by default then we will add the firmware to the image. 


Thanks @Milhouse
I'm runnning i915 FW enabled on an Skylake (Intel HD Graphics 530 (GT2) Gen 9) on an Fedora Desktop with vanilla kernels (since 5.4) without bugs.
Reply
New LibreELEC.tv Matrix build #0209: Generic
(Supercedes previous build)

SHA256 Checksum: f2052625172a28f31f91bf0254081f1e6f8bf9fb46eb35720376790379ba0293 (Generic)

text:
# uname -a
Linux NUC 5.5.2 #1 SMP Sun Feb 9 21:07:40 GMT 2020 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20200209210341-#0209-g748d7e7 [Build #0209]

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

Based on tip of LibreELEC.tv master (748d7e7, changelog) and tip of XBMC master (341f990, changelog) with the following modifications: Build Highlights:
  1. Updated gdb-9.1
  2. [guiinfo] DisplayAfterSeek should not return True if playback is paused
Build Details:
  1. LibreELEC.tv:
    • remove repository.kodinerds from addons (PR:4192, 1 commit, 4 files changed)
  2. XBMC:
    • add setting to switch to visualisation on playback (PR:17225, 1 commit, 7 files changed)
    • [guiinfo] DisplayAfterSeek should not return True if playback is paused (PR:17312, 1 commit, 2 files changed)
    • fix 'Show empty TV Shows' for xml library node (PR:17313, 1 commit, 1 file changed)
    • [tools/EventClients] Bring back EXIF data of bluetooth.png and add Copyright tag (PR:17253, 1 commit, 1 file changed)
    • Fix memory leak (PR:17346, 1 commit, 1 file changed)
  3. inputstream.rtmp:
    • [Matrix] update openssl and fix Windows UWP ARM build SSL build, cleanups (PR:61, 6 commits, 17 files changed)
    • Revert "my head balabala check Wink" (PR:62, 1 commit, 1 file changed)
  4. pvr.zattoo:
    • Add support for parental pin (26a8528)
    • Support selective replay by epg entry (707c31d)
    • Merge branch 'Leia' into Matrix (80558e7)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4160 (perma): packages: bump devel packages
    • Updated: [env] PR:4177 (perma): scripts/pkgbuilder.py: assign each subprocess a process group
    • Added: [env] PR:4191 (perma): allow packages to install *.o files into the image
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 #0210: Generic
(Supercedes previous build)

SHA256 Checksum: 1252a3a231ba4f7d1e168b89ec662dd8a5b7fc253073d60fdd36682f4326b2fd (Generic)

text:
# uname -a
Linux NUC 5.5.2 #1 SMP Tue Feb 11 02:19:12 GMT 2020 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20200211021822-#0210-g67aedc9 [Build #0210]

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

Based on tip of LibreELEC.tv master (67aedc9, changelog) and tip of XBMC master (7830531, changelog) with the following modifications: Build Highlights:
  1. add "autoremove" support to the build system
  2. enable support for BPF IR decoders
  3. No tvheadend42 add-on for this build - hopefully back tomorrow
Build Details:
  1. LibreELEC.tv:
    • cleanup dependencies & addons, and add an option to wipe intermediate build dirs (PR:4088, 42 commits, 178 files changed)
    • Allwinner: Use lima for mali400 (PR:4182, 1 commit, 7 files changed)
    • Allwinner: update boot components (PR:4198, 4 commits, 8 files changed)
    • Allwinner: Enable CD/DVD ROM related drivers (PR:4200, 1 commit, 2 files changed)
  2. XBMC:
    • [PVR] CGUIEPGGridContainer: Fix GUI_MSG_REFRESH_LIST message parameters. (PR:17357, 1 commit, 1 file changed)
    • [pvr] always add new members to group at end in group manager (PR:17348, 1 commit, 5 files changed)
    • PlatformDefs.h: move WIN32_FIND_DATA to iso9660.h (PR:17335, 1 commit, 4 files changed)
    • Fix strnicmp size argument in AdvancedSettings (PR:17355, 1 commit, 1 file changed)
    • DVDVideoCodecAndroidMediaCodec: Properly set MAX WIDTH and MAX HEIGHT (thanks to cerarp) (PR:17353, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4177 (perma): scripts/pkgbuilder.py: assign each subprocess a process group
    • Updated: [env] PR:4183 (perma): linux (RPi): update to linux-5.4.22
    • Added: [env] patch: extra config for PR4196
    • Added: [env] PR:4196 (perma): enable support for BPF IR decoders
    • Added: [env] PR:4201 (perma): linux: bail when config options are missing
    • Updated: [pkg] PR:17300 (perma): FFmpeg: Bump to 4.2.2-Matrix-Alpha1
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 #0211: Generic
(Supercedes previous build)

SHA256 Checksum: 87c3df99da36eb17759aa56a2d20bc694a1942efc9fe5b6410620a0fd604879e (Generic)

text:
# uname -a
Linux NUC 5.5.3 #1 SMP Tue Feb 11 21:05:21 GMT 2020 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20200211210328-#0211-g67aedc9 [Build #0211]

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

Based on tip of LibreELEC.tv master (67aedc9, changelog) and tip of XBMC master (3539088, changelog) with the following modifications: Build Highlights:
  1. New 5.5.3 kernel
Build Details:
  1. XBMC:
    • [osx] drop i386 support (PR:17332, 2 commits, 10 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4181 (perma): linux (Generic/Allwinner): update to linux-5.5.6
    • Updated: [env] PR:4196 (perma): enable support for BPF IR decoders
    • Added: [env] PR:4201 (perma): linux: bail when config options are missing
    • Added: [env] PR:4202 (perma): Add some missing dependencies
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 #0212: Generic
(Supercedes previous build)

SHA256 Checksum: 9c0d53a17863f78e78d9df3a0ea641c6a341e6df9dbc03daa2fc35f62602e5df (Generic)

text:
# uname -a
Linux NUC 5.5.3 #1 SMP Thu Feb 13 04:48:09 GMT 2020 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20200213044718-#0212-g67aedc9 [Build #0212]

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

Based on tip of LibreELEC.tv master (67aedc9, changelog) and tip of XBMC master (85ef4a0, changelog) with the following modifications: Build Highlights:
  1. libffi-3.3, cmake-3.16.4
  2. New addon: inputstream-ffmpegdirect
Build Details:
  1. XBMC:
    • [depends] bump libfmt to 6.1.2 (PR:17362, 1 commit, 2 files changed)
  2. pvr.nextpvr:
    • Transcoded Live TV support (#108) (539d78a)
  3. pvr.zattoo:
    • Fix login with exclamation mark (PR:73, 2 commits, 2 files changed)
    • Merge remote-tracking branch 'origin/Leia' into Matrix (2bebe65)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
    • Updated: [env] PR:4160 (perma): packages: bump devel packages
    • Updated: [env] PR:4183 (perma): linux (RPi): update to linux-5.4.22
    • Added: [env] PR:4109 (perma): inputstream.ffmpegdirect: new addon
    • Added: [env] PR:4202 (perma): Add some missing dependencies
    • Added: [env] PR:4203 (perma): kodi: next update (end of February 2020?)
    • Updated: [pkg] PR:17300 (perma): FFmpeg: Bump to 4.2.2-Matrix-Alpha1
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.6-rc1 build #0212x: Generic

Packages disabled/not included:
text:

digital_devices
dvb-latest
crazycat

xf86-video-nvidia-legacy lives to fight another day/kernel (at least for now - it's working fine with 5.6-rc1!) Smile
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
(2020-01-30, 12:59)Milhouse Wrote:
(2020-01-29, 11:18)sdfg Wrote: Sorry
are crazycat & dvb-latest still disabled?
Because crazycat made some important fixes recently.
Any plans to put them back?
Thank you,
sdf

Hopefully back this weekend.

As you might have guessed, there's been some issues that need to be resolved before this can be reintroduced.

The PR is here: https://github.com/LibreELEC/LibreELEC.tv/pull/4188 - it's a work-in-progress.
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 #0213: Generic
(Supercedes previous build)

SHA256 Checksum: c43c2f870e3cc6c5e113ce3b2095013275892d9f630a138dedbf231e4655963b (Generic)

text:
# uname -a
Linux NUC 5.5.3 #1 SMP Fri Feb 14 01:58:00 GMT 2020 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20200214015453-#0213-g70b69eb [Build #0213]

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

Based on tip of LibreELEC.tv master (70b69eb, changelog) and tip of XBMC master (1eff5af, changelog) with the following modifications: Build Highlights:
  1. curl-7.68.0; mesa-19.3.4
  2. Actually install inputstream.ffmpegdirect this time!
  3. Python3: Fix year2038 cookiejar incompatibility on 32-bit platforms
Build Details:
  1. LibreELEC.tv:
    • allow packages to install *.o files into the image (PR:4191, 3 commits, 3 files changed)
  2. XBMC:
    • Don't try to generate a thumb for unresolved plugin path (PR:17352, 1 commit, 1 file changed)
    • PlatformDefs.h: remove _atoi64 define (PR:17368, 1 commit, 3 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, peripheral.joystick/xarcade, other)
    • Updated: [env] PR:4160 (perma): packages: bump devel packages
    • Updated: [env] PR:4202 (perma): Add some missing dependencies
    • Added: [env] PR:4204 (perma): buildsystem: log pkg_call that failed
    • Added: [env] PR:4205 (perma): mesa: update to mesa-19.3.4
    • Added: [env] PR:4206 (perma): Python3: fix year 2038 regression on 32-bit
    • Updated: [pkg] PR:16168 (perma): sse4: build in support instead of making a shared library
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
(2020-02-13, 18:18)Milhouse Wrote:
(2020-01-30, 12:59)Milhouse Wrote:
(2020-01-29, 11:18)sdfg Wrote: Sorry
are crazycat & dvb-latest still disabled?
Because crazycat made some important fixes recently.
Any plans to put them back?
Thank you,
sdf

Hopefully back this weekend. 

As you might have guessed, there's been some issues that need to be resolved before this can be reintroduced.

The PR is here: https://github.com/LibreELEC/LibreELEC.tv/pull/4188 - it's a work-in-progress. 
Yes I guessed that there were problems.
Thank you,
sdf
Reply
New LibreELEC.tv Matrix build #0214: Generic
(Supercedes previous build)

SHA256 Checksum: a0f179703cbe662ac8b3717f969788ff7a98aaf8deb957c70f92570262878591 (Generic)

text:
# uname -a
Linux NUC 5.5.3 #1 SMP Fri Feb 14 21:04:27 GMT 2020 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20200214210338-#0214-gd1fdc57 [Build #0214]

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

Based on tip of LibreELEC.tv master (d1fdc57, changelog) and tip of XBMC master (1eff5af, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. LibreELEC.tv:
    • apache-ant: create TOOLCHAIN/bin before copying file (PR:4189, 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.
Reply
New LibreELEC.tv Matrix build #0215: Generic
(Supercedes previous build)

SHA256 Checksum: bbce0a896391839e9c4a1ad4018900c610c2ebede8d09f2c8b0f73807bbe48ec (Generic)

text:
# uname -a
Linux NUC 5.5.3 #1 SMP Sat Feb 15 21:09:16 GMT 2020 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20200215210826-#0215-gd1fdc57 [Build #0215]

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

Based on tip of LibreELEC.tv master (d1fdc57, changelog) and tip of XBMC master (ae7c3d1, changelog) with the following modifications: Build Highlights:
  1. Re-enable crazycat and dvb-latest drivers (digital-devices remains disabled)
  2. Updated system cacert.pem (sync with kodi)
  3. [xbmc] Turn DllLibCurl into a proper curl wrapper
Build Details:
  1. XBMC:
    • [Estuary] Added support for script.embuary.info (PR:17365, 1 commit, 3 files changed)
    • [depends] bump curl to 7.68.0 (PR:17374, 4 commits, 5 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4203 (perma): kodi: next update (end of February 2020?)
    • Updated: [env] PR:4204 (perma): buildsystem: log pkg_call that failed
    • Added: [env] PR:4188 (perma): dvb-update
    • Updated: [pkg] PR:16168 (perma): sse4: build in support instead of making a shared library
    • Updated: [pkg] PR:17300 (perma): FFmpeg: Bump to 4.2.2-Matrix-Alpha1
    • Added: [pkg] PR:13409 (perma): [xbmc] Turn DllLibCurl into a proper curl wrapper
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
Thank you Milhouse for reintroducing crazycat drivers.
Unfortunately when i try to enabel them (Libreelec module drivers) an error is raised: http://ix.io/2bQL
thank you
sdf
Reply
Hi,

I just upgraded my testing system in my basement office to today's build after using 20191012235627-#1012 for quite some time. So everything, especially database and the addons were updated.

First view it seems that everything works. Local video files (movies) and also Live TV through Tvheadend.

But unfortunally Netflix and TVNOW do not work. I can select something and when the video normally starts I only see the circling waiting animation. Interesting was that when writing this and letting it circle, the video started, but only played for 2 seconds and stopped again. Now I see a frozen video screen. Then after 2 minutes it started again for a second, now I see the round buffering symbol at 75%.

I got not much interesting stuff in the log first. But now I see a lot of "ActiveAE - large audio sync error" warnings in the log and also a notice that the stream is stalled.

The only errors I got are "VAAPI::SupportsFilder failed (cpu does not support see4.1)" but disabling VAAPI in the player settings did not help.

Any idea? I looked through the last few pages in this thread but did not see anything interesting according to my problem.

Cheers,
Roi
Reply
(2020-02-16, 13:18)sdfg Wrote: Thank you Milhouse for reintroducing crazycat drivers.
Unfortunately when i try to enabel them (Libreelec module drivers) an error is raised: http://ix.io/2bQL
thank you
sdf

Eugh. The driverselect addon needs updating for Python3. Bit busy today, but will try and get it sorted ASAP.
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
(2020-02-16, 14:49)Roi Danton Wrote: Any idea? I looked through the last few pages in this thread but did not see anything interesting according to my problem.

Cheers,
Roi

Netflix, Amazon, TVNOW - unfortunately they work one day, broken the next. Fixes appear. The cycle repeats. You'll need to contact the relevant add-on developer, I'm afraid.
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
  • 45
  • 46
  • 47(current)
  • 48
  • 49
  • 70

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