Posts by chewitt

    The problem with cross-platform backup/restore is that Win/Mac/Linux/Android share ~90% of their configuration, but ~10% is platform specific and may cause Kodi to choke on things during startup. Kodi doesn't claim to support it; neither do we. The additional issue with Win > Linux is Windows\paths\are\like\this and Linux/paths/are/like/that, so all media in DB files has an invalid path. It's not technically impossible to correct things, but it's not particularly simple either (and we don't provide guides for things we don't support).

    The LE backup function will capture any Docker containers installed via our addon repo. It won't capture anything stored elsewhere on /storage as the backup script only archives /storage/.kodi, /storage/.config and /storage/.cache. To backup/restore with our files, use our backup/restore function (in the settings addon). We don't test restore of our backup files with other Kodi addons so YMMV. At the end of the day LE backups are just a tar file, so doing things manually just requires you to run tar commands.

    Microsoft wants everyone to use authenticated access to shares. There are at least 2000+ different combinations of Windows, Windows config options, and Samba versions in the wild so it's impossible for anyone to give a direct/straight answer to the "why did my stuff stop working?" question. The sooner everyone gets onboard with the new plan and starts using username/password access, the sooner everyone can get back to watching movies instead of trying to diagnose why their insecure guest or anon access (mostly) no longer works.

    Clean install.

    Connect the DVI monitor

    SSH in and run:

    cat /storage/.kodi/userdata/guisettings.xml | paste

    cat /storage/.kodi/temp/kodi.log | paste

    Shutdown

    Connect the HDMI panel

    Boot up

    SSH in and run:

    cat /storage/.kodi/userdata/guisettings.xml | paste

    cat /storage/.kodi/temp/kodi.log | paste

    Share the four URL's generated by the | paste command.

    No, because there are no Mali T820 blobs in the sources released so even if the sources are complete and bootable (which is doubtful given the woeful combined reputations of SinoVOIP and Realtek) we can't create an OpenGLES environment for Kodi to run in. It may be possible to run a software OpenGL environment via Xorg, but CPU performance on ARM boards normally isn't great and we will remove support for Xorg in LE 10.0 so even if it runs it's not a technical direction we would invest time into. It's also unlikely there would be support for GBM and V4L2 hardware decoding as those depend on kernel frameworks that don't exist in Linux 4.9 (only in recent kernels). The final nail in the coffin: LE would not invest resources in any platform where the SoC vendor makes no effort to upstream to the Linux kernel (while releasing hardware that uses it, which constitutes a GPL violation). If they can't be arsed to support Linux properly, we can't be arsed to support their hardware.

    You can downgrade via the 'update' function in the settings addon, but Kodi will not automatically downgrade addons and config so you might see issues (some times you don't, sometimes you do). It's best to downgrade and then restore from backup (which you took, right?) so that everything is back to Krypton levels.

    Hard to know where the issue lies, but it's not going to be LE specific so the better starting point would be the rapier skin support thread in the Kodi forums. It's likely that the skin hasn't been fully updated yet as most developers start updating skins once Kodi reaches public beta, not before when the API's are still subject to frequent changes.

    Nothing useful in the image. You probably need to get a shot of the very faint writing on the large square chip; but even if you do there's a large chance that whatever chip it is requires some kind of proprietary out-of-tree kernel driver with no sources available .. because for some reason DVB hardware vendors see upstreaming drivers or publicly sharing their bad code as being bad for their business.

    The technical direction for LibreELEC 10.0 will require all hardware to run modern/mainline Linux kernels (Linux 4.18+) so we have zero interest in developing images for older chips that RK have no plan to provide mainline kernel support for. Chips we are currently supporting on Linux 4.4 will have mainline support in the future. RK3229 will not.