@crazyeddie__dup_521@mastodon.social
Post #618845
2026-03-10 23:10 UTC
So it turns out the easier approach, rather than try to create a new generic systemd service and install it in a custom libreelec (or custom buildroot with kodi) I made a kodi service addon and then install it.
This does the trick. I can get around the fact that the root system is immutable and don't have to rebuild it because it's set up to let the user add kodi addons in a storage partition.
...
Replies (1)
-
@crazyeddie__dup_521@mastodon.social 2026-03-10 23:12
Figuring out how to do a kodi plugin actually wasn't that tough. Documentation is clear, though outdated. I did have to try to install a working addon and go look at it and make adjustments to the tutorial before it worked. Then I also had to find the magic, undocumented name of "pyserial" in the kodi addod module setup. The modules don't show up in search so I had to go find it in github. ...