Posts by chewitt

    I do not see a build for Cubox i2/i4 and Hummingboard - will there be Leia build for imx6 platform?

    No. iMX6 support was broken for the first 6+ months of Kodi Leia development and since nobody stepped forwards to act as maintainer the dead code was eventually removed, so it's not possible to make an image. It should be possible to reinstate support using modern kernels in the future, but some technical (driver) things need to be resolved first to make that possible. It's something we're continuing to track.

    Amlogic meson 8/8b/8m2 hardware (S802/805/812) has reasonable mainline kernel support as much of the IP is common with the newer GXBB (S905) platform. The missing and essential driver for LE support on newer kernels is an HDMI driver. One of the Linux community developers has taken the work done for the GX platform driver and is trying to adapt it, but so far there's no eureka moment. If/once that happens it should be reasonably simple to come up with a working LE image (as is the wonderfulness of working with a modern kernel).

    It sounds like you're using Confluence not Estuary? (because in Estuary you'd go up to power-off, not down). If yes, the place to give feedback to the maintainer of that skin is the Confluence add-on/skin thread in Kodi forums.

    Kodi (core code) logic changed between 17 and 18 so the second case isn't something you can control. It's just how (newer) Kodi works now. It's probably just easiest to not-hide played items so they're visible and can be deleted.

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    It sounds like the HTPC was the browse master and when you reboot it an election is forced and it takes time for the remaining systems to figure out who is now in charge .. and until that happens name resolution is impacted. As the NAS should be always-on you can "Enable Local Master Browser" in Synology SMB settings (advanced tab) and future elections should be avoided (unless you restart the NAS). You might need to "turn it all off and on again" after the change before things settle. ZeroConf doesn't have the same stupid process :)

    Two methods:

    a) Compile your own image with this value changed: https://github.com/libreelec/libreelec.tv/blob/master/distributions/libreelec/options#l203

    b) Install using the default image which creates a 512MB partition and then reboot from an Ubuntu (or similar) LiveUSB and use gparted to shrink /storage and then increase the size of the boot partition.

    LE images are currently 235MB and much larger full debug development builds fit in a 512MB partition. Generic sizes will drop considerably in LE10 once we remove 2x nvidia driver blobs from the image.

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    Online docs talk about global limits but I believe you can set them in individual service files too, and /storage/.config/system.d/ allows you to override any of the embedded .service files with your own (stop/disable the embedded service, then enable/start the custom one). LE doesn't allow you to install things to the core OS (everything is inside a read-only squashfs image) so any extra things you added via docker (or things wrapped as Kodi binary add-ons) must be using the persistent /storage area which is writeable so you can make direct changes.

    8GB is the normal minimum we quote for any Kodi install (hence the previous CM1/CM3 with 4GB are limiting) but 16GB is probably a better size to have headroom unless you want to experiment with retro gaming or docker in which case the 32GB card might be attractive (and only $5 more).

    As the Slice has a solid metal case a heatsink that achieves contact can conduct more heat away, but there's never been an official heatsink that does this - only homebrew designs that users created for themselves, and the extremely exact dimensions required probably need adjusting for the newer chip design. So the easier option is to get the normal stick-on RPi heatsinks and use those. The result is not as efficient, but it's still an improvement on having no heatsink(s) at all, and you can get them from any Pi reseller for $1.50.

    Long story short .. there's nothing in the logs. For the sake of experimenting please configure things then stop Kodi with "systemctl stop kodi" and then reboot. Is the calibration preserved? .. this should isolate whether it's the multi-year recurring issue of the OS hard-terminating Kodi (because it's taken far too long to shut-down) which can corrupt guisettings.xml and results in a new file on restart. Also useful to know .. do other settings get lost too?

    As a rule LE (the OS) and Kodi are a simple update. The challenge has always been user-install add-ons. The more junk that's installed the greater the likelihood of something having issues. Make a backup and move it off-box and you can always recover things.