• 1
  • 411
  • 412
  • 413(current)
  • 414
  • 415
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-08-14, 22:41)syrell Wrote: Another, maybe stupid question, can I get the Milhouse Alphaversions also for a rPi3 Model B?
Nope. Post#1 on Page#1 says:
(2016-12-01, 06:34)Milhouse Wrote: RPi 3/RPi 3+ users: Use RPi2 builds.
(2018-08-14, 22:41)syrell Wrote: Another, maybe stupid question,
Stupid questions are questions not asked. Smile
Thanks, Milhouse, for the BusyBox update in #0814. Smile. I'll give it a try here shortly and see if it sorts out my problem.

I very much appreciate your efforts. I don't know what we'd do without you. Big Grin.

Thanks, again.

Have a good one.

Bob
RPI2 and RPI3 uses the same build as it says on the first post.
No joy in Mudville, it appears. Oh well. Maybe approach it from a different angle.

Again, thanks, Milhouse, for all your hard work. It is truly appreciated.

Best regards,
Bob
(2018-08-14, 23:57)Trespasser Wrote: Thanks, Milhouse, for the BusyBox update in #0814. Smile. I'll give it a try here shortly and see if it sorts out my problem.

The update isn't going to help as the script you PM'd me isn't crashing because of wget, it's crashing because you're passing a massive single line of data (485KB) to sed, which then chokes (as I explained in my PM reply). The solution is to fix your script by adding some double quotes.
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 Milhouse,
You're correct, it wasn't wget. It was the line directly below it that was causing the problem. I tried a different command and now my script is working perfectly again.

You're obviously a fine fellow.

Thanks for putting up with me. Smile.

Best regards,
Bob
New LibreELEC.tv Leia build #0815: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 2daa54d2129a9d2f13fd462bafa6880426fd22335afa09de685f75dc01cb677c (RPi)
SHA256 Checksum: 481671557cba6f7301cfb9ad9e8b872cf68938feb3d7c05c7b0c2cae6a6921c9 (RPi2)

text:
# uname -a
Linux rpi512 4.14.62 #1 Wed Aug 15 21:09:07 BST 2018 armv6l GNU/Linux

# vcgencmd version
Aug 10 2018 11:25:06
Copyright © 2012 Broadcom
version ae4ae721c2518e45e5b0a0a7c73497b3dc1007d6 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180815210704-#0815-gab31e8c [Build #0815]

# Kodi version
(18.0-BETA1 Git:fc9faf3). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ab31e8c, changelog) and tip of XBMC master (a7fef8f, changelog) with the following modifications: Build Highlights:
  1. kernel: Revert "mm: alloc_contig: re-allow CMA to compact FS pages" (linux) (@smp1)
  2. RetroPlayer: Merge savestate metadata into .sav file (with external flatbuffers support)
  3. [json-rpc] Fix playback of pvr channels and pvr recordings - trac#17984.
Build Details:
  1. LibreELEC.tv:
    • mesa: update to mesa-18.1.6 (PR:2879, 1 commit, 1 file changed)
    • samba: update to samba-4.8.4 (PR:2884, 1 commit, 1 file changed)
    • linux (RPi): update to linux-4.14.62 (PR:2837, 11 commits, 7 files changed)
    • libdrm: update to libdrm-2.4.93 (PR:2888, 1 commit, 1 file changed)
    • nano: update to 2.9.8; .tar.xz package (PR:2885, 1 commit, 1 file changed)
    • libssh: update to libssh-0.8.1 (PR:2889, 1 commit, 2 files changed)
  2. XBMC:
    • RetroPlayer: Merge savestate metadata into .sav file (PR:14209, 6 commits, 71 files changed)
    • [win10] filesystem - fix crash on stat remote device. (PR:14300, 1 commit, 1 file changed)
    • VideoPlayer: fix video rotation (PR:14298, 2 commits, 3 files changed)
    • changed: auto-enable disabled add-ons which are dependencies of another (PR:14296, 1 commit, 1 file changed)
  3. pvr.mediaportal.tvserver:
    • Various updates for v18 (PR:90, 15 commits, 53 files changed)
  4. newclock5:
    • Commits no longer in build:
      • ffmpeg: hevc: Update to latest ben optimisations (79c8d745)
      • fixup: ilog bit mask (b9af3e0c)
      • ffmpeg: hevc: latest optimisations from Ben (2b6422b0)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2887 (perma): kodi: September 2018 update
    • Added: [pkg] PR:2647 (perma): Revert "mm: alloc_contig: re-allow CMA to compact FS pages" (linux)
    • Added: [pkg] PR:14297 (perma): fixed: add missing dependency for retroplayer messages
    • Added: [pkg] PR:14301 (perma): [json-rpc] Fix playback of pvr channels and pvr recordings - trac#17984.
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.
Thumbs Up 
thank u for your answers
(2018-08-15, 22:58)Milhouse Wrote: [*]kernel: Revert "mm: alloc_contig: re-allow CMA to compact FS pages" (linux) (@smp1)
 
This is a potential fix for audio dropouts when pi is busy (e.g. live TV recording and playback or when running background jobs like torrents)
that appeared between the 4.9 and 4.14 kernels. If you've had this issue then please test and report.
(2018-07-30, 21:18)smp1 Wrote: Same issue as with previous kernel 4.18 builds. VDR/VNSI does not seem to function (not a DVB Driver Addons issue - I don't use those). 
I dug deeper into this and the issue appears to be a buggy dvbsky.c driver. Reverting commit 7d95fb7 fixed it.
(2018-08-16, 17:26)smp1 Wrote: Reverting commit 7d95fb7 fixed it.

pls try to report this "upstream", a fix might take a while :/
meanwhile we could revert this
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 #0816: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: cb5cc7d1ff93ea971546f5a972ce991b6409f22c321b5a7ad7bdea920ef81916 (RPi)
SHA256 Checksum: f8684c155afba4053324c87f0c8b90378269abff1c983126dbde529cb2b5821b (RPi2)

text:
# uname -a
Linux rpi512 4.14.62 #1 Thu Aug 16 21:06:53 BST 2018 armv6l GNU/Linux

# vcgencmd version
Aug 16 2018 17:35:18
Copyright © 2012 Broadcom
version 31e0613622dc2f2463bf3dd74e6c897d91201a4d (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180816210328-#0816-geef941c [Build #0816]

# Kodi version
(18.0-BETA1 Git:fc9faf3). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (eef941c, changelog) and tip of XBMC master (dc210c7, changelog) with the following modifications: Build Highlights:
  1. New firmware (video_encode, arm_dt fixes)
  2. RPi: enable CMA debugging
  3. improve BT/WiFi coexistence, preventing BT audio stutter (link)
Build Details:
  1. Firmware (Aug 16):
    • firmware: video_encode: Drop back to software conversion if stride is not mod32. See: link
    • firmware: arm_dt: Break out GPIO save/restore from HAT code as needed for PoE
  2. LibreELEC.tv:
    • script/image: cleanup (PR:2886, 6 commits, 5 files changed)
    • busybox: update to busybox-1.29.2 (PR:2881, 2 commits, 4 files changed)
    • vfs.sftp: rebuild (PR:2891, 1 commit, 1 file changed)
  3. XBMC:
    • [json-rpc] Fix playback of pvr channels and pvr recordings - trac#17984. (PR:14301, 1 commit, 2 files changed)
    • fixed: add missing dependency for retroplayer messages (PR:14297, 1 commit, 1 file changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2887 (perma): kodi: September 2018 update
    • Added: [env] compare (perma): RPi: enable CMA debugging
    • Added: [pkg] compare (perma): improve BT/WiFi coexistence, preventing BT audio stutter (brcmfmac_sdio-firmware-rpi)
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
  • 411
  • 412
  • 413(current)
  • 414
  • 415
  • 495

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