• 1
  • 272
  • 273
  • 274(current)
  • 275
  • 276
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
New LibreELEC.tv Leia build #0728: Generic
(Supercedes previous build)

SHA256 Checksum: 0089d86dd9447e2b095b06862e56babee57b7092ab9f6c39c95c93ab5517dd97 (Generic)

text:
# uname -a
Linux NUC 4.17.11 #1 SMP Sat Jul 28 21:08:32 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180728210243-#0728-g1c93f0c [Build #0728]

# Kodi version
(18.0-ALPHA3 Git:a9daa0f). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (1c93f0c, changelog) and tip of XBMC master (64afda0, changelog) with the following modifications: Build Highlights:
  1. New 4.17.11 kernel
Build Details:
  1. LibreELEC.tv:
    • mesa: update to mesa-18.1.5 (PR:2848, 1 commit, 1 file changed)
    • retroplayer: update add-ons (PR:2844, 2 commits, 13 files changed)
    • create_addon: change jenkins sha256 files (PR:2845, 1 commit, 1 file changed)
    • dotnet-runtime: initial addon (PR:2738, 7 commits, 17 files changed)
    • emby: bump addon (PR:2849, 1 commit, 2 files changed)
  2. XBMC:
    • [depends] ffmpeg: fix mips build (PR:14235, 1 commit, 2 files changed)
    • [GIT-FU.md] Fix indent (5fd752b)
    • [README.md] Layout improvements (28468b4)
    • [docs/PULL_REQUEST_TEMPLATE] Small fixes (a869b5f)
    • [docs/GIT-FU] Small fixes (be9a679)
    • [ci] sort package names (e84bcff)
    • [ci] add libfstrcmp-dev package (64afda0)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2846 (perma): kodi: August 2018
    • Added: [env] PR:2838 (perma): linux (Generic): update to linux-4.17.11
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,

I am using an Intel-NUC-Kit-D54250WYK with an official intel w-lan/Bluetooth card. But I have the problem that most of the time no Wlan networks are available with this card. Sometimes networks do appear when I try to connect it always fails and then all wlans do disappear again. Turning wlan connections on and off in libreelec settings does not help. They do not appear again... rebooting also does not help. 

I need to plug in an edimax wlan receiver via usb to get a working wlan. This receiver is working without any issues but not the intel one. The intel card worked with LibreElec 8.2 before.

Systen Log:
http://ix.io/1iCb

Kodi Log:
http://ix.io/1iCd

Thanks & best wishes
Andy
(2018-07-28, 23:09)andyx1975 Wrote: Hi,

I am using an Intel-NUC-Kit-D54250WYK with an official intel w-lan/Bluetooth card. But I have the problem that most of the time no Wlan networks are available with this card. Sometimes networks do appear when I try to connect it always fails and then all wlans do disappear again. Turning wlan connections on and off in libreelec settings does not help. They do not appear again... rebooting also does not help. 

I need to plug in an edimax wlan receiver via usb to get a working wlan. This receiver is working without any issues but not the intel one. The intel card worked with LibreElec 8.2 before.

Systen Log:
http://ix.io/1iCb

Kodi Log:
http://ix.io/1iCd

Thanks & best wishes
Andy

There's nothing obviously wrong in the system log - the AC7260 wifi hardware is being initialised correctly, and it is loading the v17 firmware without a problem. If it works with 8.2.y, can you go back through these test builds and identify when the problem started?
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 have some files which are small segments of stream captures (nickjr) which I joined with MP4JOINER.  These files used to play, but no longer play in recent builds.   I also tried FFPlay on windows, and there it seems to fail but then about 2 minutes later the file suddenly starts playing smoothly.......  VLC and MPCHC play these files without error.

ffplay says the following
st: 0 edit list: 1 Missing key frame while searching for timestamp: 0
st: 0 edit list 1 Cannot find an index entry before timestamp: 0.

here is a kodi log

https://paste.kodi.tv/olaqesiwiy

I suppose i should file a bug report with FFMPEG, but i am not knowledgable enough to ascertain if there is already a report for this issue on their bugtracker.

Anyone else having problems with these recent builds?
New LibreELEC.tv Leia build #0729: Generic
(Supercedes previous build)

SHA256 Checksum: 12ae31df2ab0473cc8a8a0bc4350f87b5294c41f73a691f5ad38574a5b9f6a2f (Generic)

text:
# uname -a
Linux NUC 4.17.11 #1 SMP Sun Jul 29 23:27:50 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180729232630-#0729-gf32099b [Build #0729]

# Kodi version
(18.0-ALPHA3 Git:a9daa0f). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (f32099b, changelog) and tip of XBMC master (743da9e, changelog) with the following modifications: Build Highlights:
  1. VideoPlayer: frame advance - fix + infobool
  2. [guiinfo] Fix GUIInfoManager::GetItemImage for non-listitem labels.
  3. [GUI]Fix window onload control move for music item lists
  4. [PVR] Guide window: Only sort events item list when actually necessary.
  5. [guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH).
Build Details:
  1. LibreELEC.tv:
    • libretro-pcsx-rearmed: update to libretro-pcsx-rearmed-1b86cbc (PR:2852, 2 commits, 2 files changed)
    • keyutils: add fpic (PR:2851, 1 commit, 1 file changed)
  2. XBMC:
    • Fix build on openrisc (PR:14236, 1 commit, 3 files changed)
    • VideoPlayer: frame advance - fix + infobool (PR:14230, 2 commits, 9 files changed)
    • [guiinfo] Fix GUIInfoManager::GetItemImage for non-listitem labels. (PR:14238, 1 commit, 3 files changed)
    • [GUI]Fix window onload control move for music item lists (PR:14241, 1 commit, 1 file changed)
    • [PVR] Guide window: Only sort events item list when actually necessary. (PR:14240, 1 commit, 2 files changed)
  3. peripheral.joystick:
    • [linux] Add DualShock 3 button map for 3.14+ kernels (PR:143, 1 commit, 1 file changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:14239 (perma): [guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH).
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.18-rc7 build #0729x: Generic

Packages disabled/not included:
text:

DVB Driver Addons
Spinelplus support
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 #0730: Generic
(Supercedes previous build)

SHA256 Checksum: 3cce1d7071bc531a961ab99675842d6ca16b53da0eb4731324da5acdfe7055fa (Generic)

text:
# uname -a
Linux NUC 4.17.11 #1 SMP Mon Jul 30 21:05:02 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180730210345-#0730-g4c08fb3 [Build #0730]

# Kodi version
(18.0-ALPHA3 Git:a9daa0f). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (4c08fb3, changelog) and tip of XBMC master (47d7c88, changelog) with the following modifications: Build Highlights:
  1. [PVR] Guide window: Prevent concurrent updates.
Build Details:
  1. LibreELEC.tv:
    • create_addon: add possibility to build more then one addon, with one (PR:2773, 6 commits, 7 files changed)
  2. XBMC:
    • [CUtil] HAS_IRSERVERSUITE is never defined (PR:14246, 1 commit, 1 file changed)
    • [WIN32Utils] Drop strcasestr() (PR:14223, 1 commit, 2 files changed)
    • [Android] Fix for false Flag "Channel is empty" (PR:14244, 1 commit, 1 file changed)
    • [PVR] Guide window: Prevent concurrent updates. (PR:14242, 2 commits, 1 file changed)
    • [mir] Clean up mir platform leftover from PR14186 (PR:14249, 1 commit, 1 file changed)
    • V18 addons sync with repo (PR:14247, 2 commits, 48 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2846 (perma): kodi: August 2018
    • Added: [env] PR:2837 (perma): linux (RPi): update to linux-4.14.59
    • Updated: [pkg] PR:14239 (perma): [guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH).
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 #0731: Generic
(Supercedes previous build)

SHA256 Checksum: 0bfc632930042ec66a228154078d355d460d222d68bbd5f6ab02867101a8dd00 (Generic)

text:
# uname -a
Linux NUC 4.17.11 #1 SMP Tue Jul 31 22:25:23 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180731221609-#0731-gaf9932c [Build #0731]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (af9932c, changelog) and tip of XBMC master (e3dd2e4, changelog) with the following modifications: Build Highlights:
  1. gcc-8.2.0, binutils 2.31.1
  2. bump to v18 beta1
Build Details:
  1. LibreELEC.tv:
    • Kodi: next (August-ish) (PR:2846, 4 commits, 17 files changed)
  2. XBMC:
    • [docs] doxygen fixes (PR:14243, 2 commits, 1 file changed)
    • [guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH). (PR:14239, 1 commit, 5 files changed)
    • bump to v18 beta1 (PR:14251, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): flatbuffers: add initial package
    • Added: [env] PR:2853 (perma): gcc: update to gcc-8.2.0
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 #0801: Generic
(Supercedes previous build)

SHA256 Checksum: 81a3ce3917509e5fe36008e991a2d90342824a5f72e97a48c67b34ca525a05a4 (Generic)

text:
# uname -a
Linux NUC 4.17.11 #1 SMP Wed Aug 1 21:04:41 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180801210307-#0801-gd455e47 [Build #0801]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (d455e47, changelog) and tip of XBMC master (8384518, changelog) with the following modifications: Build Highlights:
  1. VideoPlayer: allow saving video buffers on flush
  2. Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.
Build Details:
  1. LibreELEC.tv:
    • libretro-uae4arm: fix none neon builds (PR:2856, 1 commit, 1 file changed)
    • DVB Addons are embedded (PR:2855, 3 commits, 3 files changed)
  2. XBMC:
    • [wayland] Do not link wayland-client-extra++ (PR:14254, 1 commit, 1 file changed)
    • [depends] bump openssl to 1.1.0h (PR:14226, 3 commits, 4 files changed)
    • VideoPlayer: allow saving video buffers on flush (PR:14253, 1 commit, 16 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): flatbuffers: add initial package
    • Added: [env] PR:2854 (perma): scripts/create_addon: minor cleanup
    • Added: [pkg] PR:14252 (perma): Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.
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 #0802: Generic
(Supercedes previous build)

SHA256 Checksum: bcbd67360c269b500b22a2d69e49f115ff331cd927f87583a11d0f405eb0c53d (Generic)

text:
# uname -a
Linux NUC 4.17.11 #1 SMP Thu Aug 2 22:25:16 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180802221552-#0802-gc26408a [Build #0802]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (c26408a, changelog) and tip of XBMC master (ca8e010, changelog) with the following modifications: Build Highlights:
  1. glibc: update to glibc-2.28
  2. pulseaudio: update to v12.2
Build Details:
  1. LibreELEC.tv:
    • visualization.wavforhue: drop package (PR:2857, 1 commit, 1 file changed)
    • syncthing: update to 0.14.49 (PR:2861, 1 commit, 3 files changed)
    • chromium: build only for x86_64 (PR:2863, 1 commit, 1 file changed)
    • scripts/create_addon: minor cleanup (PR:2854, 1 commit, 1 file changed)
  2. XBMC:
    • [fix] check directory implementation for null (PR:14255, 1 commit, 1 file changed)
    • [fix][win32] rebuild libcec to also ship cec.lib (PR:14256, 1 commit, 1 file changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2858 (perma): pulseaudio: update to v12.2 / drop unneeded patches
    • Added: [env] PR:2859 (perma): samba: needs attr
    • Added: [env] PR:2862 (perma): glibc: update to glibc-2.28
    • Updated: [pkg] PR:14252 (perma): Use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.
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 #0803: Generic
(Supercedes previous build)

SHA256 Checksum: 1c32e036554666f8975f8d7c487c93b6811a26a89c33319472defc8c1750970d (Generic)

text:
# uname -a
Linux NUC 4.17.12 #1 SMP Fri Aug 3 21:04:59 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180803210342-#0803-gec66cab [Build #0803]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (ec66cab, changelog) and tip of XBMC master (66e479c, changelog) with the following modifications: Build Highlights:
  1. New 4.17.12 kernel
  2. samba: make services depend on network-online.target
  3. VideoPlayer: fixup flush after cdd5417611ddce737fef6008a6a67ebad84be67a
Build Details:
  1. LibreELEC.tv:
    • game.libretro.mame20xx: dont build broken addon (PR:2864, 1 commit, 4 files changed)
    • samba: needs attr (PR:2859, 2 commits, 2 files changed)
  2. XBMC:
    • [linux] windowing/gbm: add drm modifiers (PR:14097, 2 commits, 7 files changed)
    • VideoPlayer: fixup flush after cdd5417611ddce737fef6008a6a67ebad84be67a (PR:14260, 1 commit, 1 file changed)
    • OpenGL support for the GBM windowing system (PR:14234, 14 commits, 36 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare (perma): samba: make services depend on network-online.target
    • Updated: [env] PR:2838 (perma): linux (Generic): update to linux-4.17.12
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.
Hello,

thanks for your great work, I am succesfully running your builds on my Raspberry Pi.

Now I want to use them on my media computer too and ran into a problem.
I am running you most recent build on my computer with a TBS6922 tv card. I am using TVheadend Server.
In the last stable build 8.2.5 I have no problems and TVheadend Server lists the card as Tmax TAS2101, I can find all available channels. No problem.
However running your test builds, TVheadend Server does not seem to be able to recognize the card. It is not listed.
I am using the recent build from August 3rd but tried several other older builds dating back some months which also do not work.

Do you have any idea what the problem could be? Any help would be appreciated. I can provide more information or run any tests if it helps.

Thanks!
I can not play any file (video, music). I have to go to the context menu © and choose "play using" and then "videoplayer" or "paplayer" for music. "Standardplayer" does not work. I am not sure if that is related to milhouse builds.

Kodi.log:
https://drive.google.com/open?id=1u9ClgS...UKN1Bzk_bW
KODI 20 - LibreELEC 11

Intel NUC 4250U (Haswell) in Abel H2 chassis, Philips 55OLED804
New LibreELEC.tv Leia build #0804: Generic
(Supercedes previous build)

SHA256 Checksum: c993ad975d10bfb6e619c4029cf571f6d29d188ac8a494e04608ded66dc2e113 (Generic)

text:
# uname -a
Linux NUC 4.17.12 #1 SMP Sat Aug 4 21:45:20 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180804213546-#0804-gec66cab [Build #0804]

# Kodi version
(18.0-BETA1 Git:269a24c). Platform: Linux x86 64-bit

Based on tip of LibreELEC.tv master (ec66cab, changelog) and tip of XBMC master (d0da4e4, changelog) with the following modifications: Build Highlights:
  1. Revert v4l-utils update (back to 1.14.1)
  2. enable dynamic configuration of netconsole at runtime
Build Details:
  1. XBMC:
    • [cleanup] combine LibInputPointer log lines into a single one (PR:14258, 1 commit, 1 file changed)
    • Small cleanup/improvements (PR:14263, 4 commits, 6 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2862 (perma): glibc: update to glibc-2.28
    • Added: [env] PR:2865 (perma): pulseaudio: silence some warnings
    • Added: [env] PR:2866 (perma): samba: make services depend on network-online.target
    • Added: [env] PR:2867 (perma): enable dynamic configuration of netconsole at runtime
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.
(2018-08-05, 01:33)Ipaddle Wrote: I can not play any file (video, music). I have to go to the context menu © and choose "play using" and then "videoplayer" or "paplayer" for music. "Standardplayer" does not work. I am not sure if that is related to milhouse builds.

Kodi.log:
https://drive.google.com/open?id=1u9ClgS...UKN1Bzk_bW

Can't really help if you've never had something work with these builds - chances are it's your setup. Start with a clean installation without the dozens of addons you have installed, some may not yet be Kodi 18 compatible.
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.
  • 1
  • 272
  • 273
  • 274(current)
  • 275
  • 276
  • 355

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