• 1
  • 343
  • 344
  • 345(current)
  • 346
  • 347
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
Since #0422 I'm seeing the choppy GUI again like described here already:
2720729 (post)
(2018-04-24, 18:32)thent Wrote: Since #0422 I'm seeing the choppy GUI again like described here already:
2720729 (post)

Are you using OMXPlayer or MMAL?
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 #0424: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 20949f6a7d0ceb59d2a6de1fe95e08fceb41aa049300265f6004ed83ea5ad3b4 (RPi)
SHA256 Checksum: 26ec8b6414c964ae39124db56d554c28a04c5ce27f2ba3fc1753d8a279967f41 (RPi2)

text:
# uname -a
Linux rpi512 4.14.34 #1 Tue Apr 24 21:05:06 BST 2018 armv6l GNU/Linux

# vcgencmd version
Apr 16 2018 18:21:52
Copyright © 2012 Broadcom
version af8084725947aa2c7314172068f79dad9be1c8b4 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180424210314-#0424-gadc0ff9 [Build #0424]

# Kodi version
(18.0-ALPHA2 Git:af4a548). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (adc0ff9, changelog) and tip of XBMC master (cd6c3fa, changelog) with the following modifications: Build Highlights:
  1. Reusable Python fixes
Build Details:
  1. LibreELEC.tv:
    • scripts/image: support periodic image names (PR:2661, 1 commit, 1 file changed)
    • initramfs: add missing fakeroot:host dependency (PR:2663, 1 commit, 1 file changed)
  2. XBMC:
    • [fix] call av_dump_format with redacted url (PR:13801, 1 commit, 2 files changed)
  3. kernel 4.14.y:
    • New commits in this build:
      • BCM270X_DT: Add sdio_overclock parameter (2d71f6ea)
      • gpiolib: Don't prevent IRQ usage of output GPIOs (aad95bfc)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [pkg] PR:3 (perma): Reusepython (kodi)
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-04-22, 23:54)Milhouse Wrote:
(2018-04-22, 23:26)beertank Wrote: #0422 keeps rebooting after update eventually ending up in safe mode.

Crash log here: http://ix.io/18tG

OK that looks to be a Python issue, can you downgrade back to #0421 for now?

Edit: If you're stuck in Safe Mode then downgrading via ssh or Samba is likely to be the easiest solution - drop the #0421 tar file in the .update (ssh)/Update (Samba) folder, reboot and you should be back in your normal Kodi (ie. no longer in Safe Mode). 
Confirm #0423 / #0424 run OK
(2018-04-24, 20:24)Milhouse Wrote:
(2018-04-24, 18:32)thent Wrote: Since #0422 I'm seeing the choppy GUI again like described here already:
2720729 (post)

Are you using OMXPlayer or MMAL? 
For video playback I'm using MMAL, but the issue is only with audio playback (probably with dvdplayer).
Hi,

Trying latest build on Pi1, starting any Movie or TV show crashes kodi.
I have my old Pi1 hooked up to a BENQ screen with HDMI and the screen has no sound. I see a muted speaker icon when kodi is running, not sure if that is why it can't playback without crashing.

http://ix.io/18H6

Not sure if i was supposed to reply to this post or post it somewhere else?

Brunis
I have my old Pi1 hooked up to a BENQ screen with HDMI and the screen has no sound. I see a muted speaker icon when kodi is running, not sure if that is why it can't playback without crashing. Hope that helps.
(2018-04-24, 18:32)thent Wrote: Since #0422 I'm seeing the choppy GUI again like described here already:
2720729 (post)
 Same here, especially for Pi1, i'm seeing 2fps in Home window, even after setting resolution down to 768x576
Hi,

Upgraded from 329 to 422 and experienced severe stuttering audio and video.

Downgraded to 407 and all is ok.

Anyone else having similar issues?

Regards Phil
(2018-04-25, 15:11)b1m1 Wrote: Hi,

Upgraded from 329 to 422 and experienced severe stuttering audio and video.

Downgraded to 407 and all is ok.

Anyone else having similar issues?

Regards Phil
 Yes i have the same issue. 407 is the last working version.

https://pastebin.com/P3WiaAAr
New LibreELEC.tv Leia build #0425: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: ab95ae4bd765ccd439d162287ce5caed61a2d59b9fd3c9daeed68860c39fd036 (RPi)
SHA256 Checksum: d8aff2769741dddb7264ecd230be6b4ba6a2dbec97033cf1bf0d8a6d2aea9391 (RPi2)

text:
# uname -a
Linux rpi512 4.14.34 #1 Wed Apr 25 21:17:38 BST 2018 armv6l GNU/Linux

# vcgencmd version
Apr 16 2018 18:21:52
Copyright © 2012 Broadcom
version af8084725947aa2c7314172068f79dad9be1c8b4 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180425211539-#0425-gd3607ba [Build #0425]

# Kodi version
(18.0-ALPHA2 Git:cd6c3fa). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (d3607ba, changelog) and tip of XBMC master (d233545, changelog) with the following modifications: Build Highlights:
  1. ffmpeg 4.0-Leia-Alpha-1
Build Details:
  1. LibreELEC.tv:
    • create sha256 checksum files of tars and images (PR:2664, 3 commits, 2 files changed)
  2. XBMC:
    • [Linux] add libinput backend for non window system platforms (PR:13176, 14 commits, 30 files changed)
  3. newclock5:
    • New commits in this build:
      • ffmpeg: hevc: Rebase to ffmpeg 4 (bd944228)
    • Commits no longer in build:
  4. kernel 4.14.y:
    • New commits in this build:
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2623 (perma): RPi, Generic: backport proposed patch to reduce IR latency
    • Updated: [env] PR:2654 (perma): kodi: Early May 2018
    • Updated: [pkg] PR:13814 (perma): Reusepython
    • Added: [pkg] PR:13815 (perma): [PVR] Implement smart direct channel number input
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.
latest build is a total bust on Pi1 .. it's running, but home screen never appears..

i'd send debug logs, but i can't even ssh into it..   it responds though and samba shares are browsable.
@popcornmix 3D iso playback does not work in #425. Log shows a wellknown "Open: MVC stream not found", maybe new ffmpeg 4.0 needs some more patches?
Believe I Installed #0425 build around 22:25 and following morning unattended "idle" Kodi crash  Kodi Crashlog
RPi4, (LibreELEC 11.0) hdmi0 -> Philips 55PUS7304 4K TV, hdmi1 -> Onkyo TX-SR608 AV Receiver
New LibreELEC.tv Leia build #0426: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 91fb3bdac31aeda68aa6dacd8b77d6d6cad44c1851aa9ea8c470643dee023ccb (RPi)
SHA256 Checksum: b4d864afa8ad9fdd3666796b13560d54bd9af78fb74ba745a60e8a1ca811e511 (RPi2)

text:
# uname -a
Linux rpi512 4.14.37 #1 Thu Apr 26 21:05:04 BST 2018 armv6l GNU/Linux

# vcgencmd version
Apr 16 2018 18:21:52
Copyright © 2012 Broadcom
version af8084725947aa2c7314172068f79dad9be1c8b4 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180426210309-#0426-gad45714 [Build #0426]

# Kodi version
(18.0-ALPHA2 Git:cd6c3fa). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ad45714, changelog) and tip of XBMC master (2f5f0c0, changelog) with the following modifications: Build Highlights:
  1. New 4.14.37 kernel
  2. samba 4.8.1 (bug fixes)
Build Details:
  1. LibreELEC.tv:
    • Remove u-boot-tools package dependency for WC & WP (PR:2671, 1 commit, 2 files changed)
    • samba: fix interleaved config generation/modification (PR:2653, 2 commits, 5 files changed)
    • samba: update to samba-4.8.1 (PR:2673, 1 commit, 2 files changed)
  2. XBMC:
    • Assorted FreeBSD fixes (PR:13691, 7 commits, 8 files changed)
    • [cleanup][windows] remove unused scripts & files (PR:13818, 2 commits, 5 files changed)
    • [PVR] Implement smart direct channel number input (PR:13815, 2 commits, 14 files changed)
    • [depends][darwin] cleanup, fix variable order & build / host mix up (PR:13816, 3 commits, 6 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2572 (perma): update dvb addons
    • Updated: [env] PR:2627 (perma): linux: update to linux-4.14.37
    • Added: [env] PR:2672 (perma): make: fix build against actual host glibc
    • Added: [pkg] PR:13803 (perma): windowing: add overrides for UseLimitedColor for specific platforms
    • Updated: [pkg] PR:13814 (perma): Reusepython
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
  • 343
  • 344
  • 345(current)
  • 346
  • 347
  • 495

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