I'd guess some LE12 version. Kodi doesn't support downgrades so download the update file to /storage/.update then rename the Kodi folder /storage/.kodi and then reboot. On restart you'll have a clean LE12 instance.
Posts by chewitt
-
-
So along with the other development work for LibreELEC, an updated Realtek firmware file may need to be included.
Run "dmesg | paste" and share the URL. If there's a missing firmware it will probably be flagged?
If yes, the file can be manually added https://wiki.libreelec.tv/how-to/add-firmware (grab the file from the fedora image) and then tell us what's missing.
-
So would I gain anything running LibreELEC over running Kodi flatpak on Ubuntu?
Testing LE from a USB stick is free. That's the only way to tell..
-
It's something for the RPi developers to comment on, not the LE distro maintainers (we do not have the skillsets for that task).
Better to ask here: https://github.com/raspberrypi/linux
-
I have a very new AMD CPU with Radeon Graphics, so will i get full HDR or just tone mapping?
Same as Intel then. Nothing more, nothing less.
-
Assuming you have a recent Intel GPU with HDR support, then in current Kodi full = HDR, HDR10, and HLG. Dynamic HDR10+ is not supported but almost all media using HDR10+ has HDR10 fall-back so you still see somehing nice. DV is a mixed bag: some media has HDR10 fall-back so you'll see something fine, but other content (mostly from online streaming services) does not and then you'll see weird colours. There's some background progress on solving that with tonemapping, but these things take time. There is also limited HDR > SDR conversion through tonemapping. If you want 'full' HDR support you need to use an Android device that has full support (nVidia shield is the default recommendation).
The installer for the Generic image needs to create two partitions: one for boot files, one to be used as persistent storage, so it does not support installation into an existing partition. It only installs to the entire disk so if you have Windows and Ubuntu on the same physical disk it will nuke both. It's possible to manually remove the Windows partition and create the required two partitions in its place, copy files over to the boot partition, then create a grub2 (the Ubuntu bootloader) entry for LibreELEC, but you'll need to go figure that out on your own (there are some threads here if you Google for them). It's also possible to just boot LE from a USB key when you need it, or to install the Kodi snap in Ubuntu and use that instead.
-
Sorry, is this a potential fix if it gets completed?
No
-
The board was added after LE12 shipped so it only exists in the kernel used with LE13 nightlies. The Alpha tag represents Team Kodi dragging it's arse on the release cycle more than anything else. In reality K22 is more like a late-cycle beta than alpha and it's been like that for a year already. In short, don't sweat the label and use the nightly.
-
It's not an LE concept, Kodi supports this on all platforms. The final settings used are always a composite of default (which in our case are embedded in the SYSTEM file which make them read-only) + userdata (advancedsettings.xml) settings. Userdata settings only overwrite default if they exist in both places, i.e. you don't need to clone the entire default file.
-
Is there a post that gives the instructions on how to do this?
Probably not.
or can you please assist me in getting this sorted?
I already told you how to manually download and create the required files in the previous post. Go look at the sources folder and see how things are structured there.
-
--2025-03-20 21:25:12-- https://curl.haxx.se/download/curl-8.6.0.tar.xz
Resolving curl.haxx.se (curl.haxx.se)... 127.0.0.1The build device is resolving the download location to 127.0.0.1 (localhost) instead of resolving to a CNAME which has 4x public A records (which are all available). That suggests a DNS issue at your end as the URL resolves fine from here (UAE).
--2025-03-20 21:25:13-- http://sources.libreelec.tv/mirror/curl/curl-8.6.0.tar.xz
Resolving sources.libreelec.tv (sources.libreelec.tv)... 65.109.172.87
Connecting to sources.libreelec.tv (sources.libreelec.tv)|65.109.172.87|:80... connected.
HTTP request sent, awaiting response... 404 Not FoundIt then falls back to our sources mirror, which appears to be down/offline or missing some config at the moment, so that fails too. I'll ping someone internally about that, but it might take time before it's restored.
It's possible to manually download the file to your local sources folder, but to fool the buildsystem into thinking the file has already been downloaded you'll need to manually create the .url and .sha256 hash files (the format can be cribbed from other downloads).
-
This hotspot would for example allow say an iPhone in that room access to the fibre network via said hotspot through to the LAN as if the phone was a wired device?
It will probably allow the phone to access the LAN (and thus the internet). I say "probably" because the only proof is trying it.
-
Just use https://picard.musicbrainz.org/ to organise/tag all your MP3 files. It's miles better than anything else and the musicbrainz tag will be recognised/used consitently and reliably by the default scrapers.
-
Can I set this to be an access point (same ssid and password) as my main fibre box to make the Wi-Fi in that room stronger?
You can create a hotspot with the same name/passphrase as the other network in LE settings, but it will be an independent network, and there is zero configuration beyond name/passphrase (no choosing of IP range, frequency ranges, no config of auth) and it will not act as an extension of the existing wireless network so devices cannot roam between access points, they must disconnect and reconnect. You will also content with the reality of RPi wifi strength generally being a bit rubbish.
In short, it is an intentionally simple hotspot (as you'd have on a phone) not an access-point or a router. If it works that's great. If it doesn't work there is nothing that can be done and the solution is using a proper AP/router device.
-
The NUC supports both DP and HDMI output, but it was cheaper for Intel to implement the HDMI tranceiver using an LSPCON chip that converts DP to HDMI so both outputs can be handled in a single chip. The GPU still has an HDMI capability which shows up in the kernel (unless you manually disable it in kernel boot params) but this is not wired up to anything.
NB: It may have worked on LE12 under the DP output too .. maybe?. No harm in staying on the nightly if it works though. Kodi will move to wrap up development on Piers soon and then there'll be an official release to update to.
-
The media is 4K HDR, so when you start playback the TV is switched from SDR to HDR mode. This means everything is now in HDR mode so the OSD and (if you navigate out of playback) the Desktop will have saturated colours. Some platforms that Kodi supports (Android, Windows) can sometimes tonemap the OSD etc. to normalise the appearance, but on Linux and with low-power ARM SoC devices (as with Android) this is normally done using a dedicated hardware image processor function in the SoC (as doing it on the CPU is too intensive) and RPi boards do not have this capability (and even on devices that have it, software support in the kernel is rarely implemented in upstream Linux). There might be a possibility to improve things a little with shaders, but this is still something to be explored on the Kodi end.
In short, it's currently working as intended/capable/expected and this is not a bug.
-
I have no idea what the reboot issue is but I rather doubt it's related to hardware revision as while there are tweaks/differences over time, they're rather minor changes.
For subs I'm watching this mesa issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12702
-
I don't see anything 'wrong' in the log, so first thing I'd do is update to the latest LE13 nightly image from https://test.libreelec.tv to see if the newer kernel/firmware used magically fixes the issue?