• 1
  • 66
  • 67
  • 68(current)
  • 69
  • 70
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
New LibreELEC.tv Leia build #0603: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.11.3 #1 SMP Sat Jun 3 21:06:28 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170603210506-#0603-gc6a4377 [Build #0603]

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

Based on tip of LibreELEC.tv master (c6a43777, changelog) and tip of XBMC master (f22d62dc, changelog) with the following modifications: Build Highlights:
  1. [guilib] Evaluate skin expressions everywhere
Build Details:
  1. XBMC:
    • [addons] add support to new addon gui interface for list items (PR:12214, 1 commit, 7 files changed)
    • Fix reversed condition (PR:12222, 1 commit, 1 file changed)
    • [guilib] Evaluate skin expressions everywhere (PR:12035, 2 commits, 2 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.
(2017-05-09, 14:00)sboa Wrote:
(2017-05-03, 23:11)Milhouse Wrote:
(2017-05-03, 22:41)sboa Wrote: I really do not know Linux, can you give me all the files in one archive?

Please upload the requested #0417 logfile (when using only the Intel GPU) before you blow your system away.

Follow the following instructions to perform a clean install, but first remove your Geforce card before proceeding as that's only going to confuse matters.

1) To perform a clean install, download the USB-SD Creator tool from https://libreelec.tv/downloads/ then select the "Generic AMD/Intel" build (currently LibreELEC 8.0.1). Follow the prompts and it will write a bootable image to your USB memory stick.

2) Boot the USB memory stick to install LibreELEC 8.0.1 to your HTPC. Note that IT WILL WIPE YOUR HARD DRIVE so backup any data you want to keep before attempting this clean install - use the LibreELEC Settings addon in Kodi, there's a "Backup" option.

3) Once your PC is booting into LibreELEC 8.0.1 (with working i915/Intel HDMI), copy the tar file of the latest test build into your Update folder (on the LibreELEC client) and reboot - you'll now be running the latest test build, which hopefully works as expected, with working i915 HDMI.

My log

Folder 1

1. Installed LibreELEC-Generic.x86_64-8.0.1.img
2. Update LibreELEC-Generic.x86_64-9.0-Milhouse-20170508210341- # 0508-gbdb3738.tar
3. The screen is black

Folder 2

1. Installed LibreELEC-Generic.x86_64-8.0.1.img
2. Backup my
3. The OK screen
4. Update LibreELEC-Generic.x86_64-9.0-Milhouse-20170508210341- # 0508-gbdb3738.tar
5. The screen is black

Folder 3

1. Installed LibreELEC-Generic.x86_64-8.0.1.img
2. Update LibreELEC-Generic.x86_64-9.0-Milhouse-20170417210430- # 0417-ge271629.tar
3. The OK screen

Folder 4

1. Installed LibreELEC-Generic.x86_64-8.0.1.img
2. Update LibreELEC-Generic.x86_64-9.0-Milhouse-20170417210430- # 0417-ge271629.tar
3. The OK screen
4. Update LibreELEC-Generic.x86_64-9.0-Milhouse-20170508210341- # 0508-gbdb3738.tar
5. The screen is black

My problem has no solution? Sad
New LibreELEC.tv Leia build #0604: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.11.3 #1 SMP Sun Jun 4 21:05:49 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170604210428-#0604-gc6a4377 [Build #0604]

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

Based on tip of LibreELEC.tv master (c6a43777, changelog) and tip of XBMC master (e22257c9, changelog) with the following modifications: Build Highlights:
  1. [add-ons/settings] migrate add-on settings to settings library
Build Details:
  1. XBMC:
    • [add-ons/settings] migrate add-on settings to settings library (PR:12125, 33 commits, 192 files changed)
    • [PVR] Fix incrementing play count (PR:12226, 1 commit, 1 file changed)
    • [addons] Coverity fixes (PR:12227, 4 commits, 3 files changed)
    • Posix/Win32 main refactor (PR:12215, 11 commits, 8 files changed)
    • ActiveAE: Fix stereo upmix after ADSP removal (PR:12233, 2 commits, 1 file changed)
  2. pvr.hts:
    • [htsp v27] implement server based playcount and playposition (PR:308, 3 commits, 12 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Reverted: [env] PR:12215: Posix/Win32 main refactor (reason: need to test/accomodate LE version)
    • Updated: [pkg] patch: smbclient: cleanup smbclient configuration (temporary fix until PR12110 is rebased)
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.
HW decoding for Intel in build #604 appears to be broken. H/W decoding working fine in #603 in Intel Skylake NUC
On mine I had to go in and re enable vaapi in settings after the latest update
(2017-06-05, 05:57)porkchop999 Wrote: On mine I had to go in and re enable vaapi in settings after the latest update

I didnt try that, will give it a go

edit: Yep can confirm i needed to turn VAAPI back on
Regarding VAAPI, in last night's build there's a fix to a patch we use to automatically enable VAAPI on Intel systems (the fix is needed as the way settings are accesed has changed) and I may have used an Int instead of a Bool by mistake - I'll retest and fix for tonight.
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.
Milhouse, If you can help me, write to a private message, I do not know English, I use an interpreter. Smile
New LibreELEC.tv Leia build #0605: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.11.3 #1 SMP Mon Jun 5 21:06:40 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170605210519-#0605-gc6a4377 [Build #0605]

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

Based on tip of LibreELEC.tv master (c6a43777, changelog) and tip of XBMC master (484bbaec, changelog) with the following modifications: Build Highlights:
  1. More Kodi addon updates
Build Details:
  1. XBMC:
    • [addons] add all needed addon window interface calls (PR:12224, 1 commit, 4 files changed)
    • [addons] add few missing functions to listitem interface (PR:12232, 1 commit, 4 files changed)
    • Log a message if ListItem-Type is missing / wrong (PR:12234, 1 commit, 1 file changed)
    • Fix for a hangup when viewing a PVR recording and pressing next/previ… (PR:12210, 1 commit, 1 file changed)
    • FFmpeg: Bump to 3.3.1-Leia-Alpha (PR:12241, 1 commit, 1 file changed)
    • [addons] add new CAddonInfo class (PR:12230, 1 commit, 23 files changed)
    • Games: Fix crash due to circular dependency (PR:12223, 1 commit, 10 files changed)
  2. pvr.dvbviewer:
    • load favourites from the channellist.. (146cf895)
    • fix group recordings by recording directory (d34bb49d)
    • add group recordings by title (5e0ca6c2)
    • bump version to 3.0.5 (76af8b79)
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.12-rc4 build #0605x: Generic

Same as #0605 but without the following packages:
Code:
xf86-video-nvidia-legacy (340.102)
media_build
PR:1655: add intel_nuc_led control
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-05-15, 19:54)Soulplayer Wrote: Hello,

I have a new bug: I updated to the latest build and now there are subtitles that do not play anymore. I went back to LibreELEC-Generic.x86_64-9.0-Milhouse-20170514084713-#0513b-g24c5892 and it worked again. Is there something wrong on my side? I'm using Kodi -> Mysql -> Synology NFS

http://sprunge.us/jLRR

Thanks for all the hard work!

Soul

So this bug is still active? I cannot keep subtitles. It download the file but does not store it with the video file. So if I stop watching and resume I have to download the file again... Any idea what could be wrong?




Verzonden vanaf mijn iPhone met Tapatalk
(2017-06-06, 19:30)Soulplayer Wrote:
(2017-05-15, 19:54)Soulplayer Wrote: Hello,

I have a new bug: I updated to the latest build and now there are subtitles that do not play anymore. I went back to LibreELEC-Generic.x86_64-9.0-Milhouse-20170514084713-#0513b-g24c5892 and it worked again. Is there something wrong on my side? I'm using Kodi -> Mysql -> Synology NFS

http://sprunge.us/jLRR

Thanks for all the hard work!

Soul

So this bug is still active? I cannot keep subtitles. It download the file but does not store it with the video file. So if I stop watching and resume I have to download the file again... Any idea what could be wrong?

So you're saying the first build with this problem is #0514, which is when the videoplayer updates (PR11946) were introduced. There were a few other pull requests added in that build, but I'm not sure if any of them are likely to contribute to this problem.

To get any attention on this issue you'll need to raise a ticket on trac.kodi.tv.
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 #0606: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.11.3 #1 SMP Tue Jun 6 21:04:36 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170606210316-#0606-gc6a4377 [Build #0606]

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

Based on tip of LibreELEC.tv master (c6a43777, changelog) and tip of XBMC master (df2dbd48, changelog) with the following modifications: Build Highlights:
  1. More addons/settings fixups
  2. Add CONFIG_B43 module support (linux commit)
  3. Drop SIGTERM patch, only use Kodi handler (even though it's a bit iffy)
Build Details:
  1. XBMC:
    • [addons/settings] Fix some fallout from the add-on settings PR (PR:12245, 6 commits, 5 files changed)
    • VideoPlayer: fix edl comskip processing (PR:12237, 1 commit, 3 files changed)
    • [add-ons/settings] add python setting getters/setters for bool/int/number/string (PR:12228, 2 commits, 9 files changed)
    • [addons] add first gui control addon class for buttons (PR:12240, 5 commits, 44 files changed)
    • [android] bump to NDK 14b (PR:12247, 1 commit, 2 files changed)
    • [guilib] fadelabel not reading angle tag (PR:12209, 1 commit, 1 file changed)
    • [addons] add support for banner and clearlogo (PR:12244, 2 commits, 7 files changed)
    • Compiler warnings on various platforms (PR:12239, 7 commits, 15 files changed)
    • Show OSD from in game by holding start/guide/back for 1 second (PR:12180, 11 commits, 46 files changed)
    • Improve GUI message handling / gui:Confusedmartredraw (#12213) (40a1a0c5)
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.
I use a NUC6CAYH, the patch for HDMI I have made under Windows. Have tested the builds 601 - 605, but H265 / 4k / 10bit stuttering permanently.

Is the NUC6CAYH supported by the LE builds?

With Windows 10, the videos are running under Krypton 17.3.
Hi.
Two short questions. Does Netflix addon worx on this build and does Tidal adoon works?

This one:
https://github.com/asciidisco/plugin.video.netflix
Is on Milhouse build needed anything else to do?

TNX
  • 1
  • 66
  • 67
  • 68(current)
  • 69
  • 70
  • 355

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