• 1
  • 445
  • 446
  • 447(current)
  • 448
  • 449
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
I had build from 30.10 or 31.10 but I downloaded the last build available and updated it now.
@Morc 
Can you test if this build fixes your audio issue? It's a build with kernel downgraded to 4.8.16.
PVR does not work for some reason. I get only No free adapter available errors from TVHeadend HTSP Client.

EDIT: only some channels work in other devices and also locally in LibreELEC
Problem solved
New LibreELEC.tv Leia build #1102: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 9d432c1e15c973e091ca60276f50915994875b61e72a3cb9ee67af8375a96394 (RPi)
SHA256 Checksum: c2a17b81d0950bc49134572643975062005b491646123ff6d1cea8a4063f2a5f (RPi2)

text:
# uname -a
Linux rpi512 4.19.0 #1 Fri Nov 2 21:03:45 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Oct 23 2018 14:41:50
Copyright © 2012 Broadcom
version 724d81b3f87eb71045e938e572eca140fb8828ab (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20181102210239-#1102-gebe6234 [Build #1102]

# Kodi version
(18.0-BETA5 Git:ea7cf67). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (ebe6234, changelog) and tip of XBMC master (ea7cf67, changelog) with the following modifications: Build Highlights:
  1. [GLES] VideoPlayer: more cleanup
  2. libcec, p8-platform updates
  3. cputemp fixes
Build Details:
  1. LibreELEC.tv:
    • tinc: update to 1.1pre17 (PR:3074, 1 commit, 2 files changed)
    • Inadyn 2.5 (PR:3075, 2 commits, 5 files changed)
    • squeezelite: link instead dlopen again and update (PR:3062, 1 commit, 4 files changed)
    • dispmanx_vnc: update to 5bde54b (PR:3076, 1 commit, 2 files changed)
  2. XBMC:
    • [GLES] VideoPlayer: more cleanup (PR:14746, 1 commit, 5 files changed)
    • [Android] Wait 2000 instead 500ms until videoview is created (PR:14770, 1 commit, 1 file changed)
    • [xbmc][settings][GL][DX]: Remove test patterns (PR:14725, 1 commit, 16 files changed)
    • Fix include auto-mounted drives remote access allowed check (PR:14758, 1 commit, 1 file changed)
  3. libcec:
    • Fix Pulse-Eight USB CEC adapter detection on macOS Mojave (PR:434, 1 commit, 1 file changed)
    • Fix LG TV always changing input when turned on #307 (PR:390, 1 commit, 1 file changed)
    • Include C version of libCEC loader when installing (PR:397, 1 commit, 1 file changed)
    • Fix build if tinfo library is not present. (PR:398, 1 commit, 1 file changed)
    • Fix broken Python version check and failure to build on cmake < 3.7 (PR:409, 1 commit, 1 file changed)
    • changed: disable autonomous mode when a Samsung TV is connected (2c41938)
    • Revert "added: -std=c++11 to pkg-config" (e418800)
    • cosmetics. thanks @MilhouseVH (a3bfedf)
    • fixed: CRPiCECAdapterMessageQueue::Write() accessed the queue without locking (d62951c)
    • changed: use sig_atomic_t for shared object between sig handler and main (0055a83)
    • added links to examples for rpi (96ba7dd)
  4. p8-platform:
    • p8-platform-config: fix lookup paths (PR:31, 1 commit, 1 file changed)
    • Fix Win64 compile warnings (PR:34, 1 commit, 1 file changed)
  5. inputstream.adaptive:
    • Check for invalid adaptationsets (20c18dc)
    • Allow JSON array in license response (51c94a7)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): kodi: next (Nov 2018)
    • Added: [env] PR:3077 (perma): kodi: use project specific cputemp scripts for all projects
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-11-21, 02:33)smp1 Wrote: I'm getting intermittent Kodi crashes when switching from AVC encoded video to HEVC 10-bit video (the crash happens immediately when I start playing HEVC-10 video). Those crashes are easily reproducible and I believe the last good build is #0912 (I can reproduce the issue with #0913 and newer and can't reproduce with #0912 and older.).

How to reproduce:
1) Play Sample 1 (AVC).
2) During the playback of Sample 1 start the playback of Sample 2 (HEVC-10).
3) Repeat until it crashes (usually takes less that 10 attempts).
@popcornmix 

This is still unresolved - when skipping from an interlaced AVC video to a HEVC video - Kodi crashes. I believe this commit introduced the issue.
on the same pi that is running Kodi as well?
(2018-11-01, 17:16)tjost Wrote: the Problem is that the pi is not fast enough intern to do booth. I use a second pi only as a tvheadend and samba server.

My PI2 was fine as server and player for 1080i 50hz DVB-S2 h.264 broadcasts under kodi 17.

Have to reboot it daily to stop glitching on playback for TV. However Blu-Ray rips no problem (not compressed).
RPi2&3
TVHeadend
DVBSky S960
Quick question for @Milhouse
I need to patch my start.elf for something else each time I upgrade.

Is there a way to sideload it into the tarball?

I replace the file in /3rdparty/bootloader but it seems to ignore it and put a different start.elf. Possibly one from inside /target/SYSTEM ?

Thanks
RPi2&3
TVHeadend
DVBSky S960
Yes, the start.elf installed by the upgrade procedure is retrieved from within the SYSTEM file (/usr/share/bootloader/start.elf) so you'll have to unsquash/squash the SYSTEM file before applying the update.

You could always add something to autostart.sh which compares /flash/start.elf with /usr/share/bootloader/start.elf (ie. md5sum) and if they're the same then you can patch /flash/start.elf and reboot. The next reboot will see that the two files are no longer the same and continue as normal.

I must ask though - why are you patching start.elf? I'm not sure what problems this could cause, and might not be a good basis when reporting problems as you're no longer using the stock firmware.
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-11-03, 15:34)Milhouse Wrote: Yes, the start.elf installed by the upgrade procedure is retrieved from within the SYSTEM file (/usr/share/bootloader/start.elf) so you'll have to unsquash/squash the SYSTEM file before applying the update.

You could always add something to autostart.sh which compares /flash/start.elf with /usr/share/bootloader/start.elf (ie. md5sum) and if they're the same then you can patch /flash/start.elf and reboot. The next reboot will see that the two files are no longer the same and continue as normal.

I must ask though - why are you patching start.elf? I'm not sure what problems this could cause, and might not be a good basis when reporting problems as you're no longer using the stock firmware.

Thanks for the info, I’ll give the startup script a try as will be quicker than unpacking/repacking SYSTEM.

When reporting bugs I do test on stock firmware 👍
RPi2&3
TVHeadend
DVBSky S960
Retroplayer has been broken for a week or so. I know the repo was moved recently so I have been being patient but I also don’t want it to get forgotten. It is saying the version of the libretro library is incompatible. Is this a LibreELEC thing or a @garbear thing?

Thanks
(2018-11-03, 18:47)quig Wrote: Retroplayer has been broken for a week or so. I know the repo was moved recently so I have been being patient but I also don’t want it to get forgotten. It is saying the version of the libretro library is incompatible. Is this a LibreELEC thing or a @garbear thing?

Thanks
 Games will be fixed when LE releases alpha 007 in a week or two. Until then, you can stick to build #1021, which is the last build before the Game API bumped in #1022.
I see some playback issues since build #1101. I believe [VideoPlayer] SetResolution synchronously instead RM::TriggerResolution is at fault here.
If during a live TV playback I try to play a file - I get a spinning circle and playback does not start. This does not happen with all videos, mostly with .ts and .m2ts.

Debug log - https://paste.kodi.tv/epixewujah.kodi
Sample m2ts video - https://www.dropbox.com/s/aypt4ejky3sfv0....m2ts?dl=1
New LibreELEC.tv Leia build #1103: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: b6b3e48beae3735f3d44328863fd239d51af1ef32ccfbe0a55f11880dd67b2cc (RPi)
SHA256 Checksum: 209144a11adfcec89aae296acedfd7df08e4a6f16fb9d7b79cc9496be10b3d23 (RPi2)

text:
# uname -a
Linux rpi512 4.19.0 #1 Sat Nov 3 21:05:06 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Oct 23 2018 14:41:50
Copyright © 2012 Broadcom
version 724d81b3f87eb71045e938e572eca140fb8828ab (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20181103210245-#1103-gebe6234 [Build #1103]

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

Based on tip of LibreELEC.tv master (ebe6234, changelog) and tip of XBMC master (4dda45c, changelog) with the following modifications: Build Highlights:
  1. bump to v18.0 RC1
  2. FFmpeg: Bump to 4.0.3-Leia-Beta5 (in Kodi PR)
Build Details:
  1. XBMC:
    • [python-scrapers] extended music artwork (PR:14752, 1 commit, 1 file changed)
    • [windows] bump OpenSSL to 1.1.1 (PR:14777, 3 commits, 12 files changed)
    • whitelist movie set artwork from scrapers/NFO files (PR:14667, 3 commits, 5 files changed)
    • FFmpeg: Bump to 4.0.3-Leia-Beta5 (PR:14782, 1 commit, 4 files changed)
    • Fix remote access to images accidentally blocked by Cve 2017 5982 patch (PR:14783, 1 commit, 2 files changed)
    • Revert "windowing/gbm: add VT handler" (PR:14776, 1 commit, 5 files changed)
    • bump to v18.0 RC1 (PR:14516, 1 commit, 2 files changed)
    • [droid] bump version_code in version.txt because of Play Store (27705c9)
  2. pvr.mediaportal.tvserver:
    • Update to v3.5.11 (PR:97, 4 commits, 5 files changed)
  3. pvr.mythtv:
    • update Danish translation (PR:105, 1 commit, 1 file changed)
    • handle damaged recordings (a5058f0)
    • revert part of commit 66311a6e5479cf739b6598dd502cf73e7a6fa829 (8147f82)
    • bump version 5.8.12 (5232720)
    • bump version 5.8.13 (4d07281)
  4. 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.
  • 1
  • 445
  • 446
  • 447(current)
  • 448
  • 449
  • 495

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