• 1
  • 157
  • 158
  • 159(current)
  • 160
  • 161
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
New LibreELEC.tv Leia build #1230: Generic
(Supercedes previous build)

SHA256 Checksum: 60efa599ec4f12933115dc7d4feb5dde80db593a30ed51d31bb776d80cb47b33 (Generic)

text:
# uname -a
Linux NUC 4.14.9 #1 SMP Sun Dec 31 05:59:57 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20171231055831-#1230-g211f8b5 [Build #1230]

# Kodi version
(18.0-ALPHA1 Git:7b1ff23). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (211f8b5, changelog) and tip of XBMC master (cee1d81, changelog) with the following modifications: Build Highlights:
  1. [JSON-RPC]Add "art" parameter to audio library Get and Set methods
  2. PR:13274 Mode whitelist
  3. Updated crazycat drivers
Build Details:
  1. XBMC:
    • [JSON-RPC]Add "art" parameter to audio library Get and Set methods (PR:13101, 1 commit, 6 files changed)
    • StackHelper increase part times precision to msec and bugfix (PR:13262, 1 commit, 7 files changed)
    • [refactor] make m_pPlayer private and expose it through method GetAppPlayer() (PR:13259, 7 commits, 58 files changed)
    • [PVR] Remove unused action ACTION_PLAY, use ACTION_PLAYER_PLAY. (PR:13272, 1 commit, 4 files changed)
    • [PVR] Fix crash when enabling a PVR client addon. (PR:13266, 1 commit, 2 files changed)
    • [guiinfo] Fix PLAYER_PROGRESS, PLAYER_PROGRESS_CACHE, PLAYER_SEEKBAR, (PR:13273, 1 commit, 1 file changed)
  2. inputstream.adaptive:
    • Android 32 ftello / removed compiler warnings (352822a)
    • remove force secure steams (android) (fb0ca21)
  3. Additional commits/pull requests/changes not yet merged upstream:
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.
Where did non linear stretch go? It's missing from few latest builds.
New LibreELEC.tv Leia build #1231: Generic
(Supercedes previous build)

SHA256 Checksum: d7c6e417536b4b670ae8dc7f6734fd0827fe1d2274aa65149208fd68a4f0c384 (Generic)

text:
# uname -a
Linux NUC 4.14.10 #1 SMP Sun Dec 31 21:05:34 GMT 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20171231210408-#1231-g712af9d [Build #1231]

# Kodi version
(18.0-ALPHA1 Git:7b1ff23). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (712af9d, changelog) and tip of XBMC master (f3e4a62, changelog) with the following modifications: Build Highlights:
  1. New 4.14.10 kernel
  2. Switch mode whitelist from ints to strings
Build Details:
  1. LibreELEC.tv:
    • Add PKG_ARCH to package.mk so add-on will build on Jenkins (PR:2369, 1 commit, 2 files changed)
    • buildsystem: source functions earlier, validate project/arch earlier, refactor show_config (PR:2323, 9 commits, 7 files changed)
    • distro-tool: add project package support (PR:2321, 2 commits, 1 file changed)
  2. XBMC:
    • CGUIInfoManager Coverity fixes (PR:13275, 2 commits, 1 file changed)
    • [depends] fix autoconf endian check (PR:13267, 1 commit, 2 files changed)
    • OpenGL: fix mipmap for profile 3.2 (PR:13270, 2 commits, 2 files changed)
    • [xbmc][fixes] Get rid of a bunch of warnings about lossy conversions. (PR:13245, 2 commits, 3 files changed)
    • CHG: [droid] use gradle to build apk (PR:13263, 1 commit, 9 files changed)
    • [coverity] dividing integer expressions and convert to double (PR:13278, 1 commit, 1 file changed)
    • OpenGL 4.0: Fixups (PR:13277, 2 commits, 3 files changed)
    • [CustomCOntrollerTranslator] - fixed mapping of global / fallback section (PR:13276, 1 commit, 1 file changed)
    • [splash] Update splash image to v18 - Leia - alpha (206dd1b)
  3. Additional commits/pull requests/changes not yet merged upstream:
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.
(2017-12-31, 08:28)Milhouse Wrote:
(2017-12-31, 00:03)wheemer Wrote:
(2017-12-30, 17:26)fritsch Wrote: For the boosted shader performance (Lanczos3 Optimized and Spline36 Optimized) the mesa environment variable needs to be set to e.g. 4.5 or lower (at least 4.0) to use this code path: 
Code:
export MESA_GL_VERSION_OVERRIDE=4.5

On LE that should go (on supported devices) into the systemd startup script   
 I'm curious about this as I would like to try to see if it has any affect on my horizontal tearing issue.

Might you be able to explain further how to add this to my test box? I tried to figure it out but didn't get far.

Thanks  

You can enable the option by running the following commands:
Code:
wget -q http://ix.io/Dzp -O/storage/.config/system.d/kodi.service && systemctl daemon-reload && reboot

However as this is a non-standard and currently unsupported setting, if you have issues please start a new thread.

We're not sure how best to integrate this change (if at all) in LibreELEC, as it may not not be suitable for all hardware.  
 Well it is suitable for AMD graphics, it fixed all the problems I was having with tearing... Doesn't have any affect on Nvidia in my test machine. EDIT: I now realize it's because my Nvidia card is probably legacy.
(2018-01-01, 04:32)wheemer Wrote:
(2017-12-31, 08:28)Milhouse Wrote:
(2017-12-31, 00:03)wheemer Wrote:  I'm curious about this as I would like to try to see if it has any affect on my horizontal tearing issue.

Might you be able to explain further how to add this to my test box? I tried to figure it out but didn't get far.

Thanks 

You can enable the option by running the following commands:
Code:
wget -q http://ix.io/Dzp -O/storage/.config/system.d/kodi.service && systemctl daemon-reload && reboot

However as this is a non-standard and currently unsupported setting, if you have issues please start a new thread.

We're not sure how best to integrate this change (if at all) in LibreELEC, as it may not not be suitable for all hardware.  
 Well it is suitable for AMD graphics, it fixed all the problems I was having with tearing... Doesn't have any affect on Nvidia in my test machine. 
 On my Kabini setting MESA_GL_VERSION_OVERRIDE=4.5 solved the tearing issue, but caused flickering.
Both seems to be fixed with MESA_GL_VERSION_OVERRIDE=4.3COMPAT
I had previously gotten the flickering to stop by disabling VDPAU mixer. But I just tried your fix xen0x and I turned back on VDPAU mixer. Now everything is looking perfect, with even faster seek times.
New LibreELEC.tv Leia build #0101: Generic
(Supercedes previous build)

SHA256 Checksum: 1c5fefeb516e2f6aa831efd8a9fd1fb537691ff75908ef6cb8dfd0d3c3e8d592 (Generic)

text:
# uname -a
Linux NUC 4.14.10 #1 SMP Mon Jan 1 21:04:33 GMT 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180101210307-#0101-g66e9ef2 [Build #0101]

# Kodi version
(18.0-ALPHA1 Git:dc587bd). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (66e9ef2, changelog) and tip of XBMC master (3e7ef02, changelog) with the following modifications: Build Highlights:
  1. busybox: enable brctl
Build Details:
  1. LibreELEC.tv:
    • linux: update to linux-4.14.10 (PR:2317, 16 commits, 12 files changed)
    • scripts/build: fix meson cross-compiling (PR:2367, 1 commit, 1 file changed)
    • Kodi updates for Jan 2018 (PR:2298, 7 commits, 35 files changed)
    • brcmfmac_sdio-firmware-imx: install firmware to correct location (PR:2370, 1 commit, 1 file changed)
    • busybox: enable brctl (PR:2371, 1 commit, 1 file changed)
    • bluez: update to 5.48 (PR:2359, 2 commits, 7 files changed)
  2. XBMC:
    • [test] run WebServer on random port (PR:13280, 1 commit, 1 file changed)
    • cmake: Fix uninstall target (PR:13265, 2 commits, 2 files changed)
    • ADD: [droid] Oreo leanback support (PR:13268, 5 commits, 45 files 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.

Hi. Upgraded from stock to the latest beta posted above with the intention of running Netflix. The add-on did install minus the pycryptodome dependency (which I read was normal). At first none of the streams would play, then I SSHed into the system & ran the "curl -Ls http://nmacleod.com/public/libreelec/getwidevine.sh | bash" command per instructed on page 1. Installed fine, restated & now the streams play.

Problem is no matter how much I fiddle with the app or the Inputstream add-on, I can't get any streams to go above 720p, not in manual mode or anything.

My hardware is a 5th gen i3 NUC so its def capable, monitor is 1920x1200. Is there something I'm doing wrong? Thanks!
(2018-01-01, 17:49)xen0x Wrote:
(2018-01-01, 04:32)wheemer Wrote:
(2017-12-31, 08:28)Milhouse Wrote: You can enable the option by running the following commands:
Code:
wget -q http://ix.io/Dzp -O/storage/.config/system.d/kodi.service && systemctl daemon-reload && reboot

However as this is a non-standard and currently unsupported setting, if you have issues please start a new thread.

We're not sure how best to integrate this change (if at all) in LibreELEC, as it may not not be suitable for all hardware.   
 Well it is suitable for AMD graphics, it fixed all the problems I was having with tearing... Doesn't have any affect on Nvidia in my test machine.  
 On my Kabini setting MESA_GL_VERSION_OVERRIDE=4.5 solved the tearing issue, but caused flickering.
Both seems to be fixed with MESA_GL_VERSION_OVERRIDE=4.3COMPAT 
 I wasn't able to pinpoint which build introduced the diagonal tearing I mentioned with VDPAU enabled, but I can confirm that his fixed it on build #0101.
No more tearing what so ever with VDPAU enabled.

Thanks for finding this xen0x!
Hi Milhouse,

Libretro has been disabled since build 1226. Any idea when this will come back into play?
 
Code:
ERROR: Add-on 'game.libretro' is not compatible with Kodi
(2018-01-02, 15:44)Qwijibo Wrote: Hi Milhouse,

Libretro has been disabled since build 1226. Any idea when this will come back into play?

The addons need to be rebuilt - hopefully this will happen in the next week or so.
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 #0102: Generic
(Supercedes previous build)

SHA256 Checksum: 07bc5b790659d4307cba5a58e40d29558518ea50736438718088e3fcea93dd34 (Generic)

text:
# uname -a
Linux NUC 4.14.10 #1 SMP Tue Jan 2 21:04:40 GMT 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180102210315-#0102-gf115a20 [Build #0102]

# Kodi version
(18.0-ALPHA1 Git:dc587bd). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (f115a20, changelog) and tip of XBMC master (1e8376f, changelog) with the following modifications: Build Highlights:
  1. PVR logo, timeshift gui info fixes
  2. OpenGL: some fixes
Build Details:
  1. LibreELEC.tv:
    • u-boot: add support for project specific version and more (PR:2355, 3 commits, 1 file changed)
    • mpd: update to 0.20.13 (PR:2365, 2 commits, 3 files changed)
    • systemd: Fix a failure in systemd-sysctl during a startup of systemd-236 (PR:2373, 1 commit, 1 file changed)
  2. XBMC:
    • [Estuary][PVR] PVRInfoPanel: move channel logo to the right, remove default logo. (PR:13271, 2 commits, 2 files changed)
    • [PVR] Guide window: Go to date (PR:13282, 3 commits, 8 files changed)
    • add ftp with implicit SSL support (PR:13285, 1 commit, 2 files changed)
    • OpenGL: some fixes (PR:13287, 4 commits, 5 files changed)
    • [PVR] Fix timeshift gui info. Must be reset if nothing is playing anymore (PR:13281, 2 commits, 3 files changed)
    • windowing/gbm: use first overlay plane and fix vga refresh rate (PR:13286, 2 commits, 1 file changed)
    • changed: added setting for use of video tags (PR:13291, 1 commit, 5 files changed)
    • [depends][windows] Print the mirror redirected to for easier debugging of of mirror issues (PR:13293, 1 commit, 1 file changed)
    • [smartplaylist] add 2160p resolution filter (PR:13086, 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.
Weekly Linux 4.15-rc6 build #0102x: Generic

Changes:
Code:
Replace out-of-tree RTL8192CU driver with in-tree kernel driver
Packages disabled/not included:
Code:
RTL8192EU
RTL8812AU
bcm_sta
DVB Driver Addons
Packages added/updated:
Code:
RTL8188EU
RTL8192CU (in-kernel)
RTL8192DU
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.
Hi Milhouse,

I just noticed that there has been some progress over at: https://bugs.freedesktop.org/show_bug.cgi?id=100488 regarding the HDMI audio issue for Cherry Trail devices.
Could you provide a test build that includes those new patche(s)?

I would really like like to get back to LibreELEC for the latest nightlies... ;-)
(2018-01-02, 14:53)sappypappy Wrote:
(2018-01-01, 23:44)Milhouse Wrote:  

Hi. Upgraded from stock to the latest beta posted above with the intention of running Netflix. The add-on did install minus the pycryptodome dependency (which I read was normal). At first none of the streams would play, then I SSHed into the system & ran the "curl -Ls http://nmacleod.com/public/libreelec/getwidevine.sh | bash" command per instructed on page 1. Installed fine, restated & now the streams play.

Problem is no matter how much I fiddle with the app or the Inputstream add-on, I can't get any streams to go above 720p, not in manual mode or anything.

My hardware is a 5th gen i3 NUC so its def capable, monitor is 1920x1200. Is there something I'm doing wrong? Thanks! 
 I don't expect support for a 3rd party add-on here. Just wondering if this is something known in Kodi itself (this beta specifically) & if I indeed installed it correctly using the method I laid out. That way I can move on to other troubleshooting. Thanks.
  • 1
  • 157
  • 158
  • 159(current)
  • 160
  • 161
  • 355

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