Posts by HiassofT
-
-
FWIW: I've been simply using zcat for years without any issues:
If you are using Linux, Windows or MacOS you can also simply use the Raspberry Pi Imager - LibreELEC is available in the Mediacenter section.
Raspberry Pi OS – Raspberry PiFrom industries large and small, to the kitchen table tinkerer, to the classroom coder, we make computing accessible and affordable for everybody.www.raspberrypi.comso long,
Hias
-
I've just tested the latest nighly 20230310-91357b0
You've picked the oldest nightly, the newest one (20241205) is at the bottom of the page.
Yes, the sorting is a bit confusing and you are not the first one to pick an old nightly by accident.
so long,
Hias
-
-
You need to use the FLIRC software on a PC to configure the dongle.
To linux/LibreELEC the dongle looks like a keyboard, not an IR receiver, and there's nothing you can configure.
so long,
Hias
-
FYI: the fixed inputstream.adaptive addon (version 22.1.10.2) is now available in the LE addon repo.
so long,
Hias
-
The "undefined symbol" error is caused by a recent change in inputstream.adaptive and affects widevine on all aarch64 platforms
I've PR'ed fixes to inputstream.adaptive and LE repos so this should work soon again without needing to fiddle around with the widevine library.
Fix widevine on aarch64 by HiassofT · Pull Request #1729 · xbmc/inputstream.adaptiveDescription The switch to hidden symbol visibility broke widevine on aarch64 as the functions in the aarch64 cdm_loader.cpp were no longer exported: error…github.cominputstream.adaptive: add patch to fix widevine on aarch64 by HiassofT · Pull Request #9506 · LibreELEC/LibreELEC.tvThis fixes the undefined symbol: __aarch64_ldadd4_acq_rel isses as reported on our forums:…github.comso long,
Hias
-
-
Use the other HDMI port. CEC is only supported on the first HDMI port (HDMI-A-1, the one next to the power connector).
LE 12.0.1 contained a change to support CEC on both ports, but kodi didn't cope with this well so this had to be dropped again.
so long,
Hias
-
Try adding vc4.force_hotplug=1 to /flash/cmdline.txt, see also this thread TV/AVR turns back on right after turning them off
so long,
Hias
-
-
Even if you install the python modules for getting the netflix key this won't help much in LibreELEC as they'll spawn a chrome browser - which only exists for Generic Legacy and resides in a rather non-standard location so likely you'd have to modify the scripts.
Just run the script on a Windows/Linux PC or Mac.
so long,
Hias
-
In LibreELEC everything is running under / owned by root.
So, as a normal user you can't simply write to eg videos on the ext4 storage partition if you mount it on your PC.
You can copy files as root, or by using sudo, when the card is mounted on your PC or use scp or smb:// in your file manager when the RPi is running (smb will be a bit faster than scp).
so long,
Hias
-
It took some time but finally this feature was added to kodi and I've also backported it to LE12 and it's now in the latest LE12 nightly builds:
RPi2/3: https://test.libreelec.tv/12.0/RPi/RPi2/…-bd771c9.img.gz
RPi4: https://test.libreelec.tv/12.0/RPi/RPi4/…-bd771c9.img.gz
RPi5: https://test.libreelec.tv/12.0/RPi/RPi5/…-bd771c9.img.gzso long,
Hias
-
The fix is now included in latest LE12 nightly builds
RPi4: https://test.libreelec.tv/12.0/RPi/RPi4/…-bd771c9.img.gz
RPi5: https://test.libreelec.tv/12.0/RPi/RPi5/…-bd771c9.img.gzso long,
Hias
-
ffmpeg from the ffmpeg-tools-addon is built from plain upstream source without any RPi patches, so you won't get hardware acceleration on RPi with it.
Getting rid of the separate ffmpeg build and shipping a ffmpeg binary in the image (which will then have all patches, like in kodi) is on my TODO list but I didn't find the time to dig into this yet.
so long,
Hias
-
You may be able to get LE12 to boot by reducing cma memory in config.txt - see here
PostRE: LibreElec v11 on RPI3 won't start
[…]
add dtoverlay=cma,cma-256 to /flash/config.txt - otherwise devices with 512MB RAM won't boot.
so long,
HiasHiassofTJune 5, 2023 at 11:03 PM
But don't get too excited, kodi really needs quite a lot of RAM (esp for all the artwork/cover/... images) and it'll likely often crash, therefore we don't officially support devices with less than 1GB RAM.so long,
Hias
-
Do a clean LE build (i.e. remove all build.LibreELEC... folders) then it should work fine.
so long,
Hias