Posts by chewitt

    Well it appeared after an update. I'm using the nightly versions.

    If the update means Kodi doesn't run there's a packaging/distro issue and it's an LE problem. If Kodi runs but the updated pre-release version of Kodi now has a specific feature regression, that's a Kodi problem, and Kodi feature problems are best reported to the Kodi developers who hang out in the Kodi forum. If it's reported here, it's unlikely anyone responsible sees it.

    The correct place to report/warn/moan about a Kodi flathub issues is .. the Kodi forum. And if you expect some form of help there, you will need to provide some technical details on versions (of Ubuntu, flathub, etc.) and logs that show what the problem is, else it's just heresay and rumour and there's nothing for the Kodi mods/devs to investigate.

    NB: I've edited the thread title because it was too long to read in a single breath. I'll try to remember to bin the thread in 24-48h.

    I have a bizarre side effect though. if I try to use the RPi5 at all while a transfer is in progress, speed drops to zero almost immediately.

    Fixing the network throughput probably shifted the bottleneck to the app writing to the SD card. You'll need to investigate with 'top' to see what's going on. There are probably caches within the LTFP server app. There are definitely caches in system memory and the filesystem. There's also invisible things internal to the SD card too. Something somewhere chokes /shrug

    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.

    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.

    --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.1

    The 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 Found

    It 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).