If you raise a draft PR then I’m happy to contribute the required commits to it so that you can be ready when your addon is ready. As there is a little tooling change required.
Posts by heitbaum
-
-
I have a package, but haven’t introduced it to the addons - as there was no use case. Jellyfin went with v9, so I don’t see that being dropped in the immediate.
-
https://github.com/LibreELEC/LibreELEC.tv/pull/11304 Should fix it. There was a series of so files missing
QuoteDisplay More
/usr/lib/xtables/libip6t_frag.so
/usr/lib/xtables/libip6t_dst.so
/usr/lib/xtables/libip6t_srh.so
/usr/lib/xtables/libip6t_icmp6.so
/usr/lib/xtables/libip6t_SNPT.so
/usr/lib/xtables/libipt_ttl.so
/usr/lib/xtables/libipt_CLUSTERIP.so
/usr/lib/xtables/libipt_ah.so
/usr/lib/xtables/libip6t_NETMAP.so
/usr/lib/xtables/libip6t_eui64.so
/usr/lib/xtables/libipt_ECN.so
/usr/lib/xtables/libipt_realm.so
/usr/lib/xtables/libipt_icmp.so
/usr/lib/xtables/libipt_NETMAP.so
/usr/lib/xtables/libip6t_hl.so
/usr/lib/xtables/libip6t_mh.so
/usr/lib/xtables/libipt_REJECT.so
/usr/lib/xtables/libip6t_rt.so
/usr/lib/xtables/libip6t_REJECT.so
/usr/lib/xtables/libip6t_hbh.so
/usr/lib/xtables/libip6t_ipv6header.so
/usr/lib/xtables/libipt_TTL.so
/usr/lib/xtables/libip6t_ah.so
/usr/lib/xtables/libip6t_DNPT.so
/usr/lib/xtables/libipt_ULOG.so
/usr/lib/xtables/libip6t_HL.so -
Updated files, dropping the --reject-with from REJECT rules for nf_tables compatibility - PR raised https://github.com/LibreELEC/LibreELEC.tv/pull/11225
-
Have a look at the changes in LE13.
-
Generic_x86_64-13_0-failed
Twice in kernel perf.
-
This out of tree driver was dropped in favour of the now maintained in kernel mainline driver. https://github.com/LibreELEC/Libr…5c5c358151e3b61
-
It will be released as 13.0 when Kodi 22 (Piers) is released.
Until then we will continue to improve, update the components making up the operating system in preparation. -
There is not enough information in the above report to understand or investigate the issue. Good that you were testing with the current release of LE. The Intel drivers (and graphics and audio and kernel) are the current releases, so would suggest that you will need to compare what versions and what compilation differences are between the Ubuntu and LE release. The Ubuntu 24.04 image will likely have down rev packages. Kernel, Firmware GuC and HuC, XE driver are all likely to play a part if the other packages are the same versions. I’m assuming that you are compiling the same Kodi version on Ubuntu with the same settings as LE and running without a window manager.
-
The Intel drivers, firmware, kernel in LE are most likely newer than the Ubuntu ones if using the LE13 nightlies - you should confirm that you are using recent ones (202512 or 202601 images). Using a LE12 image on recent AMD or Intel hardware will miss out on all recent hardware additions.
That being the case (if it is a current LE image that was tested) then there is likely to be some other difference in the platforms that is causing issue (a kernel option, a firmware module, a compile difference, a required software component.) The xe driver works well but I only test it with the iGPU.
-
The image you are using is a previous release of LE13. Please update to the current release to be able to install addons. The current addon releases are 12.80.5. You will be able to find the current LE13 images at - https://test.libreelec.tv/13.0/
-
Not sure the version you are referring to. The addon versions are (depending if you are running LE12.2 or LE13):
- 22.3.6-Piers
- 21.5.18-Omega
Please share the logs if still an issue. -
Some of my add-ons need inputstream-adaptive ..The way I see to install it is with apt. However Libeelec does not have apt.
Any help is appreciated.
Its available as an addon
-
edid-decode is added at our mirror.
For kmscube - the hash has changed at the source.
- I have created the PR to fix this.- in the mean time please run.
CHANGE_HASH=yes scripts/get kmscube
Diff
Display More--- a/packages/graphics/kmscube/package.mk +++ b/packages/graphics/kmscube/package.mk @@ -3,7 +3,7 @@ PKG_NAME="kmscube" PKG_VERSION="9f63f359fab1b5d8e862508e4e51c9dfe339ccb0" -PKG_SHA256="896ac76671a9b89836a7014b16cc85b45b041e03fe34a8f529f4718aa2b15cef" +PKG_SHA256="6f5a56929e8958e8e0d073c898c0d50d3c6ab7f070ad0d2f185a6ee2d29b57d7" PKG_LICENSE="GPL" PKG_SITE="https://gitlab.freedesktop.org/mesa/kmscube" PKG_URL="https://gitlab.freedesktop.org/mesa/kmscube/-/archive/master/kmscube-${PKG_VERSION}.tar.gz" -
I have added grub file to the mirror server
-
Issue identified, mpd rebuilding now.
-
That error is from an old mpd.
as below for the current mpd.
Code# wget https://addons.libreelec.tv/12.80.5/Generic/x86_64/service.multimedia.mpd/service.multimedia.mpd-12.80.5.1.zip # unzip service.multimedia.mpd-12.80.5.1.zip # service.multimedia.mpd/bin/mpd exception: No configuration file found # ldd service.multimedia.mpd/bin/mpd | grep avutil libavutil.so.60 => /usr/lib/libavutil.so.60 (0x00007f073fd53000) -
please update to the latest mpd addon