• 1
  • 268
  • 269
  • 270(current)
  • 271
  • 272
  • 355
v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
New LibreELEC.tv Leia build #0718: Generic
(Supercedes previous build)

SHA256 Checksum: 6ac9c652eb1388d3e69fb44b19bb6978cdd95f1ac3ae71abbfce9fc55775b693 (Generic)

text:
# uname -a
Linux NUC 4.17.8 #1 SMP Wed Jul 18 21:26:12 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180718212158-#0718-g873d2c9 [Build #0718]

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

Based on tip of LibreELEC.tv master (873d2c9, changelog) and tip of XBMC master (3231481, changelog) with the following modifications: Build Highlights:
  1. New 4.17.8 kernel
  2. VideoPlayer: vaapi - fix copy path
  3. VideoPlayer: fix/improve audio stalls of realtime streams
  4. Fix crash in zero-copy games if dimensions are changed
Build Details:
  1. XBMC:
    • [mir] Drop platform (PR:14186, 1 commit, 18 files changed)
    • Fix "Iterator 'it' used after element has been erased". (PR:14195, 2 commits, 2 files changed)
    • [PVR] Fix deadlock on Kodi startup - trac#15952 (PR:14189, 1 commit, 5 files changed)
    • [guiinfo] Fix 'Slideshow.File(Name|Path|Size|Date)' and 'Slideshow.Index' labels - trac#17956. (PR:14191, 1 commit, 1 file changed)
    • VideoPlayer: vaapi - fix copy path (PR:14196, 1 commit, 1 file changed)
    • VideoPlayer: fix/improve audio stalls of realtime streams (PR:14193, 2 commits, 2 files changed)
    • Games: Add setting to disable autosave (PR:14169, 3 commits, 12 files changed)
  2. pvr.stalker:
    • Version 3.4.3 : Code cleanup & fix channel playback (PR:118, 2 commits, 6 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2837 (perma): linux (RPi): update to linux-4.14.56
    • Updated: [env] PR:2838 (perma): linux (Generic): update to linux-4.17.8
    • Added: [pkg] PR:14194 (perma): Fix crash in zero-copy games if dimensions are 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.
(2018-07-18, 20:45)Nekromantik Wrote: Hi
I am seeing NFS issues on builds from 714 onwards.
My NFS settings not changed on NAS but now any new files do not get detected by Kodi and when you browse the share using files in Kodi it shows blank names on new files but you can play them so not permission issue.
Debug log: https://paste.ubuntu.com/p/QrM4h2z3Kw/

I don't see any NFS issues (ie. errors) in your log (and there are no NFS changes in #0714). That's not to say there aren't scanner issues, but there are no scanner changes in #0714.

Are you sure this (NFS, scanner) problem starts with #0714? Can you post a log from #0713 for the library scan?

Quite often such scanner issues are caused by intermittent problems on the metadata websites.
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-07-18, 22:22)skydancer Wrote:
(2018-07-18, 19:48)Milhouse Wrote: So #0715 is network booting successfully, but #0716 is not? Not seeing any obvious change in #0716 other than maybe the glibc changes... can you post your syslinux.cfg? 
sure.
https://paste.ubuntu.com/p/hNzyXdTjJb/

Maybe you missed my question - can you confirm that you are network booting successfully with #0715?

And is the syslinux.cfg you posted truncated in some way? Or is your storage partition really being mounted as /volume1/stor?
text:

LABEL libreelec.tv
MENU LABEL ^11. Libreelec.tv
MENU DEFAULT
KERNEL libreelec/KERNEL
APPEND ip=dhcp boot=NFS=192.168.0.5:/volume1/open disk=NFS=192.168.0.5:/volume1/stor

At the moment I have no idea why #0716 would not be able to boot from the network.
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-07-18, 23:36)Milhouse Wrote:
(2018-07-18, 20:45)Nekromantik Wrote: Hi
I am seeing NFS issues on builds from 714 onwards.
My NFS settings not changed on NAS but now any new files do not get detected by Kodi and when you browse the share using files in Kodi it shows blank names on new files but you can play them so not permission issue.
Debug log: https://paste.ubuntu.com/p/QrM4h2z3Kw/

I don't see any NFS issues (ie. errors) in your log (and there are no NFS changes in #0714). That's not to say there aren't scanner issues, but there are no scanner changes in #0714.

Are you sure this (NFS, scanner) problem starts with #0714? Can you post a log from #0713 for the library scan?

Quite often such scanner issues are caused by intermittent problems on the metadata websites. 
 https://paste.ubuntu.com/p/MNvwtTghxY/

thats from 713
it does not seem to pick up new files even on there so must be a tvdb issue?
(2018-07-19, 00:02)Nekromantik Wrote: thats from 713
it does not seem to pick up new files even on there so must be a tvdb issue?

Yes, it usually is the web site (unavailable, or API change).

Looks like this might be relevant:
https://forum.kodi.tv/showthread.php?tid=333083
and
https://forum.kodi.tv/showthread.php?tid...pid2752492
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-07-18, 23:43)Milhouse Wrote:
(2018-07-18, 22:22)skydancer Wrote:
(2018-07-18, 19:48)Milhouse Wrote: So #0715 is network booting successfully, but #0716 is not? Not seeing any obvious change in #0716 other than maybe the glibc changes... can you post your syslinux.cfg? 
sure.
https://paste.ubuntu.com/p/hNzyXdTjJb/  

Maybe you missed my question - can you confirm that you are network booting successfully with #0715?

And is the syslinux.cfg you posted truncated in some way? Or is your storage partition really being mounted as /volume1/stor?
text:

LABEL libreelec.tv
MENU LABEL ^11. Libreelec.tv
MENU DEFAULT
KERNEL libreelec/KERNEL
APPEND ip=dhcp boot=NFS=192.168.0.5:/volume1/open disk=NFS=192.168.0.5:/volume1/stor

At the moment I have no idea why #0716 would not be able to boot from the network.  
I can comfirm booting successfully with #0715.
The storage patition is /volume1/stor.
any build after #0715 won't boot.
(2018-07-19, 02:38)Milhouse Wrote:
(2018-07-19, 00:02)Nekromantik Wrote: thats from 713
it does not seem to pick up new files even on there so must be a tvdb issue?

Yes, it usually is the web site (unavailable, or API change).

Looks like this might be relevant:
https://forum.kodi.tv/showthread.php?tid=333083
and
https://forum.kodi.tv/showthread.php?tid...pid2752492
Thanks
same issue with nfs boot.
all my kodi clients boot from nfs, none works.
#715 is the last one to boot succesfully.
(2018-07-19, 07:27)skydancer Wrote: I can comfirm booting successfully with #0715.
The storage patition is /volume1/stor.
any build after #0715 won't boot.

(2018-07-19, 16:36)basco Wrote: same issue with nfs boot.
all my kodi clients boot from nfs, none works.
#715 is the last one to boot succesfully.

OK thanks both. I've been able to reproduce on RPi2, we'll investigate and work out what has broken and how to fix, but it will likely take a few days.
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-07-19, 19:21)Milhouse Wrote:
(2018-07-19, 07:27)skydancer Wrote: I can comfirm booting successfully with #0715.
The storage patition is /volume1/stor.
any build after #0715 won't boot.
(2018-07-19, 16:36)basco Wrote: same issue with nfs boot.
all my kodi clients boot from nfs, none works.
#715 is the last one to boot succesfully.

OK thanks both. I've been able to reproduce on RPi2, we'll investigate and work out what has broken and how to fix, but it will likely take a few days. 
 Possibly realted to PR2763 ?
@Milhouse something is wrong with #718 on my nuc

I've updated form #717 to #718 and live tv is constantly freezing.

After couple of minutes it freezes i can ssh and reboot and tried again couple of times but constant freezing.

Here is a debug_log

Hope this helps.

btw #717 is fine
(2018-07-19, 22:52)Pienoet Wrote: @Milhouse something is wrong with #718 on my nuc

I've updated form #717 to #718 and live tv is constantly freezing.

After couple of minutes it freezes i can ssh and reboot and tried again couple of times but constant freezing.

Here is a debug_log

Hope this helps.

btw #717 is fine
 Maybe try disabling the spotify addon, it's throwing a ton of these  
Code:
DEBUG: plugin.audio.spotify --> request_token_spotty stdout: thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:335:20 note: Run with `RUST_BACKTRACE=1` for a backtrace.
(2018-07-19, 23:15)Aenima99x Wrote:
(2018-07-19, 22:52)Pienoet Wrote: @Milhouse something is wrong with #718 on my nuc

I've updated form #717 to #718 and live tv is constantly freezing.

After couple of minutes it freezes i can ssh and reboot and tried again couple of times but constant freezing.

Here is a debug_log

Hope this helps.

btw #717 is fine
 Maybe try disabling the spotify addon, it's throwing a ton of these  
Code:
DEBUG: plugin.audio.spotify --> request_token_spotty stdout: thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:335:20 note: Run with `RUST_BACKTRACE=1` for a backtrace.

Thank you just removed spotify and it seems fine now.
(2018-07-19, 22:38)Aenima99x Wrote:  Possibly realted to PR2763 ?

Yes, but we need to now work out exactly which part of that PR, as this is an unexpected behaviour. I've pinged the developer of the PR, so it will be looked at and fixed soon (but maybe not this week).
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 #0719: Generic
(Supercedes previous build)

SHA256 Checksum: 29fccb3d5313db932e51ee144dbf18e216e909ee6722d53102aca413033b1475 (Generic)

text:
# uname -a
Linux NUC 4.17.8 #1 SMP Fri Jul 20 00:24:52 BST 2018 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse): devel-20180720001533-#0719-g299b056 [Build #0719]

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

Based on tip of LibreELEC.tv master (299b056, changelog) and tip of XBMC master (db5b866, changelog) with the following modifications: Build Highlights:
  1. [gui] Kill g_colorManager
  2. VideoPlayer: reset realtime when opening demuxer, some cleanup
  3. fix videosettings for items not stored in db
  4. Include peripheral.xarcade addon in build
  5. [JSON]Fix filtering in GetSongs and GetAlbums
Build Details:
  1. LibreELEC.tv:
    • converting to spdx (PR:2824, 33 commits, 1092 files changed)
    • xf86-video-nvidia: update to xf86-video-nvidia-390.77 (PR:2834, 1 commit, 1 file changed)
    • spdx: missed packages (PR:2840, 1 commit, 3 files changed)
  2. XBMC:
    • mdns: add a txt record for http & json services containing 'uuid' and 'txtvers' (PR:14089, 1 commit, 4 files changed)
    • [gui] Kill g_colorManager (PR:14199, 1 commit, 8 files changed)
    • [bluray] improve bdj check (PR:14202, 1 commit, 1 file changed)
    • VideoPlayer: reset realtime when opening demuxer, some cleanup (PR:14200, 1 commit, 2 files changed)
    • fix videosettings for items not stored in db (PR:14197, 1 commit, 7 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)
    • Added: [pkg] PR:14201 (perma): [JSON]Fix filtering in GetSongs and GetAlbums
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
  • 268
  • 269
  • 270(current)
  • 271
  • 272
  • 355

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