Posts by mglae
-
-
LE is installing PyCryptodome to /usr/lib/python*/site-packages if that help.
-
Likely you have to enable the new skin in settings via My Addons.
More simple is just copying the addon (skin in this case), changing it and restarting kodi. The copy has precedence.
-
is there a sort of warranty that it always be ~549 ?
Yes. I'm not aware that free space is short on any platform and need to be increased. BTW: 549MiB = 549*2^20 B
last time you pointed me to piece of code, but I couldn't get why the decompressed size is/seems always the same:
Because the empty image is created this size: https://github.com/LibreELEC/Libr…pts/mkimage#L52
what I don't know are the values in line 16 !
${SYSTEM_SIZE} and ${SYSTEM_PART_START}
LibreELEC.tv/options at c8a2d1c81793ad7951d0f9f6ac55ec31524cdadf · LibreELEC/LibreELEC.tvJust enough OS for KODI. Contribute to LibreELEC/LibreELEC.tv development by creating an account on GitHub.github.com -
-
According to this post your BT device is not supported from kernel 5.10.
-
Editing the addon_manifest.xml with another package works so far
You have to change it on the kodi package.mk file only.
E.g. define $ADDITIONAL_KODI_ADDONS in your options file and add the addon names in kodi's package.mk
-
but this is the only way to say "after X11 services start, before kodi.target starts"
This condition is already fulfilled for autostart.sh with After=graphical.target and Before=kodi.service.
But X11 startup may take so long that a sleep 3 or similar is required at start of the script.
-
-
<key id="195">activatewindow(contextmenu)</key>
Correct Action is <key id="195">ContextMenu</key>.
-
The unpacked image is always 549MiB. Use this for your calculation.
The compressed size differs from platform to platform, e.g. ~211MiB for Generic or ~123MiB for RPI4.
-
Disk/image size is constant (read: changes in calculation are very rare): https://github.com/LibreELEC/Libr…pts/mkimage#L25
-
Test of Generic-legacy disappeared in https://github.com/LibreELEC/Libr…canupdate.sh#L5 after latest update.
-
Instead of messing around /etc/issue you may consider using /etc/os-release.
-
dmesg is only showing kernel messages. Use journalctl to see all system messages.
-
This can all be related to the memory, I/O or disk errors you see. Without any RPI experience I'm unfortunately unable to give any help.
-
There is no vdr backend user.
For the vdr live plugin default user/pw is admin/live (really hidden in the docu).
-
What if I told you that wifi reception on the rpi3b (as shown under libreelec settings > connections) is equally bad with an external usb wireless card too?
It's just a number. Unfortunately in current included connman 1.41 signal strength from iwd is computed different to formerly used wpa_supplicant.
In the meantime there is a fix. Expect higher numbers after next connman update.