• 1
  • 292
  • 293
  • 294(current)
  • 295
  • 296
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
New LibreELEC.tv Leia build #0206: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: f5f43051103da4735735a818f431ce02e655a8919c220e3fb44d410a7a2f7780 (RPi)
SHA256 Checksum: 0b38ec81575261fa14d5eeba51acdeb9ebd431bad66a57f0efad330c92a316af (RPi2)

text:
# uname -a
Linux rpi512 4.14.17 #1 Tue Feb 6 21:07:32 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Feb 2 2018 16:01:18
Copyright © 2012 Broadcom
version 2be242eb05556b35215b93a36fcbeb125911f65f (tainted) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180206210320-#0206-g89426f1 [Build #0206]

# Kodi version
(18.0-ALPHA1 Git:4de5826). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (89426f1, changelog) and tip of XBMC master (d64cc23, changelog) with the following modifications: Build Highlights:
  1. Added additional RPi sound card support (enabled in Raspbian, not in LibreELEC)
  2. changed: drop XbmcThread::NonCopyable
  3. fixed: return actual position for seek in file cache
Build Details:
  1. LibreELEC.tv:
    • projects/Amlogic: 2nd series of cleanups (PR:2479, 5 commits, 7 files changed)
  2. XBMC:
    • VideoPlayer: OpenGL - do colorspace conversion in linear RGB (PR:13481, 2 commits, 10 files changed)
    • Exit (PR:13483, 1 commit, 1 file changed)
    • [win32]Fix env vars out of sync in debug mode regression (PR:13490, 1 commit, 1 file changed)
    • FIX: [droid] proper handling of HDMI on/off broadcasts (PR:13487, 1 commit, 2 files changed)
    • fixed: return actual position for seek in file cache (PR:13488, 1 commit, 1 file changed)
    • changed: drop XbmcThread::NonCopyable (PR:13489, 1 commit, 4 files changed)
    • [doxy] add missing docs and adjust docs in GUIInfoManager (PR:13467, 2 commits, 1 file changed)
  3. kernel 4.14.y:
    • New commits in this build:
      • BCM270X_DT: Minor cosmetic DT tidy (3faf9e0f)
      • BCM270X_DT: More cosmetic DT changes (8f3a7ba0)
      • config: enable Audio Graph Card module (8785f8c5)
      • Add missing SND_PISOUND selects dependency to SND_RAWMIDI (d0e2493b)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2459 (perma): Package Updates: various
    • Updated: [env] PR:2466 (perma): linux: update to linux-4.14.19 (-ish)
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 noticed that some BD ISOs don't work very well when streamed from a Win 10 PC via SMB (stuttering, frame drops). When streamed from the same PC but from Linux (Mint 18.2) those ISOs work fine. The SMB chunk size or version (1,2 or 3) doesn't make any difference.
I also noticed that the issue with Win 10 only occur when the playback is started from the on-disc menu. There are no such issues when the movie is started from "Select playback item-->Play main title: x".
(2018-02-06, 12:42)agb2 Wrote: Build #205.
With this build, all my system.d mount services fail with messages like this in the journal:
Quote:Feb 06 10:09:31 pi3a-LEv18 systemd[1]: Reached target Network is Online.
Feb 06 10:09:31 pi3a-LEv18 systemd[1]: media-Squeezebox.mount: Mount path /media
/Squeezebox is not canonical (contains a symlink).
Feb 06 10:09:31 pi3a-LEv18 systemd[1]: media-Squeezebox.mount: Failed to run 'mo
unt' task: Too many levels of symbolic links
Feb 06 10:09:31 pi3a-LEv18 systemd[1]: media-Squeezebox.mount: Failed with resul
t 'resources'.
Feb 06 10:09:31 pi3a-LEv18 systemd[1]: Failed to mount mount Squeezebox.
The shares in question  are all on a Windows 2008 R2 server.
The shares are on disks which Windows mounts as mountpoints under C:\Buckets\<drive> rather than as individual Windows drive letters.
This is presumably where the 'symbolic link' happens.
This is presumably down to kernel changes in the last couple of builds, as it was OK with #203.
I am reverting to #203 until this is cleared up.  
 No change in #206.
(2018-02-06, 12:42)agb2 Wrote: With this build, all my system.d mount services fail with messages like this in the journal:
Code:
Feb 06 10:09:31 pi3a-LEv18 systemd[1]: media-Squeezebox.mount: Mount path /media/Squeezebox is not canonical (contains a symlink).
Change "Where=/media/Squeezebox" to "Where=/var/media/Squeezebox" and rename the unit file to var-media-Squeezebox.mount.

media is a symlink to /var/media and the new systemd version seems to be more picky about that than previous versions.
Code:
le9:~ # ls -ld /media
lrwxrwxrwx    1 root     root            10 Feb  6 22:03 /media -> /var/media

so long,

Hias
(2018-02-07, 02:06)HiassofT Wrote:
(2018-02-06, 12:42)agb2 Wrote: With this build, all my system.d mount services fail with messages like this in the journal:
Code:
Feb 06 10:09:31 pi3a-LEv18 systemd[1]: media-Squeezebox.mount: Mount path /media/Squeezebox is not canonical (contains a symlink).
Change "Where=/media/Squeezebox" to "Where=/var/media/Squeezebox" and rename the unit file to var-media-Squeezebox.mount.

media is a symlink to /var/media and the new systemd version seems to be more picky about that than previous versions.
Code:
le9:~ # ls -ld /media
lrwxrwxrwx    1 root     root            10 Feb  6 22:03 /media -> /var/media

so long,

Hias  
Thanks for replying - just figured this out myself :-}
Dunno whether this counts as pilot error or documentation deficiency.

PS. necessary to run 'systemctl enable' on the renamed service units.
Hello, I hope someone can help me with my Problem. I'm quite new to Kodi / Libreelec. Got my RPi3 at the beginning of December, installed the Milhouse build 1205 and all the addons I need. Everything was working fine until a couple of days ago, then suddenly the Netflix addon wasn't working at all. As soon as I try to start any movie / series, you can see a frozen picture and some seconds later Kodi is crashing and restarting. I removed and reinstalled the Netflix addon, updated to Milhouse build 0205 and disabled the MMAL acceleration, everything without success. Other similar addons like SkyGo are still working fine. 

Here is my crashlog.

Any ideas? Thanks!
(2018-02-07, 13:12)Jooosi Wrote: Hello, I hope someone can help me with my Problem. I'm quite new to Kodi / Libreelec. Got my RPi3 at the beginning of December, installed the Milhouse build 1205 and all the addons I need. Everything was working fine until a couple of days ago, then suddenly the Netflix addon wasn't working at all. As soon as I try to start any movie / series, you can see a frozen picture and some seconds later Kodi is crashing and restarting. I removed and reinstalled the Netflix addon, updated to Milhouse build 0205 and disabled the MMAL acceleration, everything without success. Other similar addons like SkyGo are still working fine. 

Here is my crashlog.

Any ideas? Thanks!

If you have problems with a specific add-on, you have to contact the add-on author. As other add-ons seem to work fine (as you said yourself), I guess it's not a general LibreELEC problem.
(2018-02-06, 12:21)bmonster Wrote:  Use the XBMC backup addon, it backs up everything, and can easily be restored to a new sd card.. 
Thx for the hint, backup works fine but still I do not manage to save /flash. As a workaround I save /flash manually.

Thx for your support
oliaros
(2018-02-07, 13:56)oliaros Wrote:
(2018-02-06, 12:21)bmonster Wrote:  Use the XBMC backup addon, it backs up everything, and can easily be restored to a new sd card.. 
Thx for the hint, backup works fine but still I do not manage to save /flash. As a workaround I save /flash manually.

Thx for your support
oliaros 
 I think with xbmc backup you can add a couple of folders to backup manually in the addon settings.
(2018-02-07, 14:12)bmonster Wrote:  I think with xbmc backup you can add a couple of folders to backup manually in the addon settings. 
 I added the path /flash in user defined dirs: no effect.

oliaros
Why would you want to backup /flash, you won't have much luck restoring it when it is read only. If you want to "backup everything" use Win32DiskImager to read the SD card and create an image.
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-02-07, 13:12)Jooosi Wrote: Hello, I hope someone can help me with my Problem. I'm quite new to Kodi / Libreelec. Got my RPi3 at the beginning of December, installed the Milhouse build 1205 and all the addons I need. Everything was working fine until a couple of days ago, then suddenly the Netflix addon wasn't working at all. As soon as I try to start any movie / series, you can see a frozen picture and some seconds later Kodi is crashing and restarting. I removed and reinstalled the Netflix addon, updated to Milhouse build 0205 and disabled the MMAL acceleration, everything without success. Other similar addons like SkyGo are still working fine. 

Here is my crashlog.

Any ideas? Thanks!

The new version of libwidevinecdm.so is causing the crash - a fix is being worked on.
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-02-06, 22:17)hartmuta Wrote: First: thank you for your work! it looks great.
i think there is an issue in #129 and #204 with the lcd screensaver.
it shows always: 00:00

What is the last build when it worked correctly? You've told me it worked in #1116 (2017) but doesn't work in #0129 (2018), somewhere in between is presumably the build when it stopped working - if you can identify that build maybe it will help identify the breaking change.
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-02-07, 12:22)agb2 Wrote: Dunno whether this counts as pilot error or documentation deficiency.

What documentation are you using, can you provide the link (if it's the LE wiki it will need updating).
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-02-07, 15:05)Milhouse Wrote: Why would you want to backup /flash, you won't have much luck restoring it when it is read only. If you want to "backup everything" use Win32DiskImager to read the SD card and create an image.

Lately I need to restore SYSTEM in /flash. Of course you need to mount it rw to do so.

oliaros
PS config.txt contains my license keys.
  • 1
  • 292
  • 293
  • 294(current)
  • 295
  • 296
  • 495

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