Posts by chewitt
-
-
Nothing useful in that output, other than a hint that it was an addon. So, full debug log of Kodi startup to see how far it gets please.
-
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.
-
You can add a second USB device but Kodi will only be able to output audio from one of the two devices.
-
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.
-
It's a Kodi problem, and it needs to be solved by Kodi developers not LE developers.
-
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.
-
For upgrade RK3399 64Bit -> 32bit you need to create /storage/.update/.nocompat first to override the compatibility check at update.
You need to create the 'canupdate.sh' script that is used to validate the update in case of wrong arch, then this is not required.
-
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.
-
I have no intention of publishing development/test images anytime soon because I have no time to support anything at the moment. Once LE 9.0 has shipped I'll start to push changes into the amlogic branch of our main repo and some nightly builds can be organised.
-
There are no plans to unhide "exit Kodi" in the GUI because LE is not a "Desktop" OS and exiting Kodi doesn't drop you back to a working desktop or console prompt (which is what I guess you're looking for). If Ethernet works you can SSH in and run connmanctl (as above).
-
Amlogic are not going to license Linux mali for S912 as it's now an "old" chip (there are newer chips in their line-up). In the longer term we hope to use the panfrost open-source alternative to mali, but that initiative is still some way from having code that will be able to support Kodi.
-
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.
-
If possible configure the HDMI on the TV to "Just scan" and it will use the full screen (no overscan). If this is not possible Kodi has a "calibrate" function which allows you to resize, see: https://kodi.wiki/view/settings/system/display#video_calibration
-
erbas GXL devices (S905X/D/W/L) have mainline support and we continue to make progress on the display driver and video decoder.
-
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.