• 1
  • 99
  • 100
  • 101(current)
  • 102
  • 103
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
@pacoma2610 it looks like imgbox.de isn't working (504 timeout) - can you upload your screenshots to imgur.com?

Edit: It's ok, finally working...
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.
So the 4K flag is missing... I'm not sure why or how that would happen. Needs a skin expert, maybe. Possibly the streamdetails haven't been extracted correctly from the video file.

Can you dump the streamdetails from LE with:
Code:
texturecache.py Jd movies @extrajson.movies=streamdetails "pacific rim" | pastebinit

and then extract the same from your Windosw PC with (running the command on your LE client):
Code:
texturecache.py Jd movies @extrajson.movies=streamdetails "pacific rim" @kodi.host=IPADDRESS | pastebinit
where IPADDRESS is the ip address of your Windows client - you'll need to enable "Allow remote control from application on other systems" in Settings > Services > Control on the Windows PC.

Edit: One other possibility is a skin bug, which is using a filename for the 4K logo that doesn't take into consideration that the Linux file system is case sensitive while Windows is not, so the image file might be called "4k.png" and the skin is loading the flag image with the name "4K.png" which will work on Windows but fail on Linux, so check with the skin maintainer.
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 #0805: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.12.4 #1 SMP Sun Aug 6 00:38:32 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20170806003709-#0805-gc0c5545 [Build #0805]

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

Based on tip of LibreELEC.tv master (c0c55450, changelog) and tip of XBMC master (af5d449f, changelog) with the following modifications: Build Highlights:
  1. inputstream.adaptive update
Build Details:
  1. LibreELEC.tv:
    • gitignore: more crap (PR:1856, 1 commit, 1 file changed)
  2. XBMC:
    • [ADDON] Transfer ContentLookup properly (PR:12630, 1 commit, 1 file changed)
    • [windowtranslator] Restore const char* type (PR:12627, 1 commit, 2 files changed)
    • Controller models and other improvements (PR:12608, 9 commits, 13 files changed)
    • Fix crash if a button in joystick.xml has no action (PR:12626, 2 commits, 1 file changed)
    • [Music]Fix missing "* Item Folder" entry when browsing for artist fanart (PR:12625, 1 commit, 1 file changed)
    • [DVD] fix: libdvd's stream API doesn't handle incomplete reads well (PR:12622, 1 commit, 1 file changed)
    • Navigationfix when closing addons (PR:12623, 2 commits, 3 files changed)
    • VAAPI: fix hevc interop test (PR:12628, 1 commit, 1 file changed)
  3. inputstream.adaptive:
    • build bento4 if wvdecrypter is not in build (ios) (5fe62351)
    • fix subdir path bento4 (cc61dcf4)
    • unlimited StreamChange scan / security check on open() (3e3fdadd)
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 #0806: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.12.4 #1 SMP Mon Aug 7 02:54:29 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20170807025305-#0806-gc0c5545 [Build #0806]

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

Based on tip of LibreELEC.tv master (c0c55450, changelog) and tip of XBMC master (1f395332, changelog) with the following modifications: Build Highlights:
  1. Bump to gcc-7.1 and glibc-2.26
  2. pvr.hdhomerun and pvr.iptvsimple: restored to build
  3. [PVR] Fix channel preview OSD (now behaves like in Krypton again)
  4. Fix crash on exit during gameplay
Build Details:
  1. XBMC:
    • VDPAU: fix potential crash (PR:12635, 1 commit, 1 file changed)
    • [PVR] Fix channel preview OSD (now behaves like in Krypton again). (PR:12629, 1 commit, 3 files changed)
    • Assorted touch fixes (PR:12617, 16 commits, 28 files changed)
    • Fix crash when VAAPI is not available at runtime (PR:12642, 2 commits, 2 files changed)
  2. pvr.hdhomerun:
    • Minimalist Update to PVR API 5.5.0 (PR:50, 9 commits, 6 files changed)
    • Remove patch file for hdhomerun library (PR:52, 3 commits, 3 files changed)
    • Fix Win64 build (PR:53, 7 commits, 2 files changed)
    • Fix windows override rules path names in appveyor.yml (ff108df1)
    • Remove project from CXXFlagOverrides.cmake path (7cf8b6c5)
  3. pvr.iptvsimple:
    • fix install path (PR:112, 1 commit, 1 file changed)
    • Remove limitation size for m3u importation in one line. (PR:133, 2 commits, 1 file changed)
    • Forward-port a change to master (PR:143, 3 commits, 4 files changed)
    • Update the addon to PVR API 5.5.0 (PR:144, 3 commits, 4 files changed)
  4. pvr.vuplus:
    • request live-stream-URL from OpenWebif instead of generating it (PR:22, 7 commits, 8 files changed)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Exclude [env] kodi-200-fix-gcc7.patch: kodi: merged upstream
    • Updated: [env] patch: pvr addons: disable broken addons
    • Added: [env] patch: nss/nspr: include in main image [rfc][gcc7]
    • Added: [env] PR:1664: buildsystem: update to gcc7
    • Added: [env] PR:1855: glibc update to 2.26
    • Added: [pkg] PR:12640: Fix crash on exit
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 #0807: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.12.4 #1 SMP Mon Aug 7 21:12:25 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20170807210743-#0807-gcaa0eaa [Build #0807]

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

Based on tip of LibreELEC.tv master (caa0eaa6, changelog) and tip of XBMC master (a8fe8e3e, changelog) with the following modifications: Build Highlights:
  1. pvr.argustv and pvr.mythtv: restored to build
  2. sqlite: update to sqlite-autoconf-3200000
  3. inputstream.adaptive updates
Build Details:
  1. LibreELEC.tv:
    • busybox: update to 1.27.1 (PR:1854, 1 commit, 5 files changed)
  2. XBMC:
    • Build libusb without -Werror (PR:12637, 1 commit, 2 files changed)
  3. inputstream.adaptive:
    • rework segment change to be capable for HLS (5698e4c2)
    • [HLS] Respect difference between frame PTS and Segment PTS when seeking next segment (42214117)
    • compile fixes (08ea9d6d)
    • ReplacePlaceholders for templated representations (411be3d7)
  4. pvr.argustv:
    • [win10] API 5.5.0 + UWP fixes (PR:72, 2 commits, 12 files changed)
  5. pvr.demo:
    • [win10] get rig of CStdString usages (PR:52, 1 commit, 4 files changed)
  6. pvr.dvblink:
    • [win10] do not include StdString.h (PR:93, 1 commit, 2 files changed)
  7. pvr.iptvsimple:
    • [win10] do not include StdString header (not used actually) (PR:147, 2 commits, 3 files changed)
  8. pvr.mythtv:
    • Fix compatibility with PVR Addon API 5.5.0 (PR:81, 1 commit, 5 files changed)
  9. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: pvr addons: disable broken addons
    • Added: [env] PR:1857: sqlite: update to sqlite-autoconf-3200000
    • Added: [env] PR:1858: kodi updates
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.
With latest build (0807) IPTV simple doesn't start: Can't load shared library.
(2017-08-08, 01:47)rudrood Wrote: With latest build (0807) IPTV simple doesn't start: Can't load shared library.

Yes, there's an open issue for that: https://github.com/kodi-pvr/pvr.iptvsimple/issues/148

Not sure if PR12646 is meant to resolve it (it will be included in the next build), or if more work in the add-on is required, but building Kodi with PR12646 and rebuilding the pvr.iptvsimple add-on doesn't fix the issue.
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 #0808: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.12.5 #1 SMP Tue Aug 8 22:40:25 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20170808223821-#0808-g0261707 [Build #0808]

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

Based on tip of LibreELEC.tv master (02617074, changelog) and tip of XBMC master (ffd8990c, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. New 4.12.5 kernel
  3. Fix broken pvr.iptvsimple
  4. Busybox dd conv=fsync fix
Build Details:
  1. LibreELEC.tv:
    • kodi: update to latest master (PR:1858, 12 commits, 39 files changed)
    • samba: make SMB3_11 the default protocol, don't force in kodi (PR:1824, 2 commits, 2 files changed)
    • Mesa update (PR:1851, 2 commits, 2 files changed)
    • kernel-firmware: cleanup pt2 (PR:1848, 2 commits, 4 files changed)
    • sqlite: update to sqlite-autoconf-3200000 (PR:1857, 1 commit, 1 file changed)
  2. XBMC:
    • binary addons: do not export local class (PR:12646, 1 commit, 1 file changed)
    • [AML] PTS switch rework / disable switch for 64bit linux-os (PR:12564, 1 commit, 2 files changed)
    • Fix path autoconf-pre-depends looks in for m4 (PR:12644, 2 commits, 2 files changed)
    • [Win] download patch-2.5.9-7-bin-3 instead patch-2.5.9-7-bin-1 (PR:12649, 1 commit, 1 file changed)
    • prefer c++ style casts (PR:12588, 1 commit, 81 files changed)
    • Add static analysis tests (PR:12543, 1 commit, 5 files changed)
    • Fix crash on exit (PR:12640, 1 commit, 1 file changed)
  3. inputstream.adaptive:
  4. pvr.hdhomerun:
    • Typo in constructor (PR:55, 1 commit, 1 file changed)
    • Replace CStdString with std:Confusedtring (PR:54, 5 commits, 6 files changed)
  5. pvr.iptvsimple:
    • fix undefined symbol: get_addon after #147 (PR:149, 1 commit, 1 file changed)
  6. pvr.vuplus:
    • added option to keep the folder structure from STB (PR:53, 3 commits, 7 files changed)
  7. 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.
Weekly Linux 4.13-rc4 build #0808x: Generic

Packages added/updated:
Code:
Latest Intel WIFi firmware for 4.13.y
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.
For build #0808
TBS6985 device disappears from tvheadend webgui and system as if no driver installed after updating from #0731 using update folder/reboot. (no free adapter when using pvr)
Downgraded to #0731 and appears again.
(2017-08-09, 02:06)robo989 Wrote: For build #0808
TBS6985 device disappears from tvheadend webgui and system as if no driver installed after updating from #0731 using update folder/reboot. (no free adapter when using pvr)
Downgraded to #0731 and appears again.

Have you enabled the CrazyCat drivers? https://forum.kodi.tv/showthread.php?tid...pid2625627

If you have, can you upload your latest logfile zip from the Logfiles Samba share when booted into #0731, and then again when booted into #0808. Thanks.
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-08-09, 02:47)Milhouse Wrote:
(2017-08-09, 02:06)robo989 Wrote: For build #0808
TBS6985 device disappears from tvheadend webgui and system as if no driver installed after updating from #0731 using update folder/reboot. (no free adapter when using pvr)
Downgraded to #0731 and appears again.

Have you enabled the CrazyCat drivers? https://forum.kodi.tv/showthread.php?tid...pid2625627

If you have, can you upload your latest logfile zip from the Logfiles Samba share when booted into #0731, and then again when booted into #0808. Thanks.

Thanks for posting.
All working since enabling that option.
Sorry hadn't kept up with the change there.
New LibreELEC.tv Leia build #0809: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.12.5 #1 SMP Thu Aug 10 02:39:45 BST 2017 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20170810020806-#0809-gfb748cf [Build #0809]

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

Based on tip of LibreELEC.tv master (fb748cf4, changelog) and tip of XBMC master (67137d63, changelog) with the following modifications: Build Highlights:
  1. Bump ggc to 7.2-RC-20170808, binutils 2.29
Build Details:
  1. LibreELEC.tv:
    • openssl: update cacert.pm to 2017-06-07 (PR:1860, 1 commit, 1 file changed)
    • init: fix error handling during get_project_arch (PR:1864, 1 commit, 1 file changed)
  2. XBMC:
    • DemuxClient: Force intialization of stream after OpenStream (PR:12651, 2 commits, 10 files changed)
  3. inputstream.adaptive:
    • [CI] fix travis & add appveyor (PR:48, 2 commits, 2 files changed)
    • shared_ptr for m_session (video switch segfault fix) (a2cb3e79)
    • [HLS] implement domain relative paths (8234217f)
    • [HLS + CODEC] Fixups (9d9dee54)
    • fix wrong return value AudioCodec::GetInformation (5cd22394)
    • [Fix] Streamchange detection (samplerate / scale) (ee6d026b)
    • add stdlib.h include in TSReader.cpp (471cbb32)
  4. pvr.dvblink:
    • simplify installation file (PR:70, 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.
With latest build (0809) all TVHeadend TV channels open as audio only. There is no way I can get the video to be shown (adjust display rate, inital pvr frame rate, system default frame rate settings all make no difference).

Here's the log from clean install 0808 that's working oke:

http://sprunge.us/NAWV

Here's the log from clean install 0809 that started it:

http://sprunge.us/HXXL

Both from test PC with ATI videocard

Thanks
@rudrood: Yes, something similar is being reported in the RPi thread. That rules out any RPi specific issues. Presumably this is due to PR12651.
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
  • 99
  • 100
  • 101(current)
  • 102
  • 103
  • 355

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