Commit graph

19 commits

Author SHA1 Message Date
CvH
22a018934d kodi: update LE patches 2023-03-10 17:59:27 +01:00
Matthias Reichl
c1bc92913b kodi: update LE patches
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-10-20 20:26:08 +02:00
CvH
79c8acb2f3 kodi: update to 2f11e99 2022-03-11 16:33:50 +01:00
Matthias Reichl
e02bcdd143 kodi: refresh patches
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-11 23:58:35 +01:00
CvH
326605194f kodi: update to 08b7599 2021-11-21 15:15:51 +01:00
CvH
f82846ecd0 kodi: update to 8ea70bc 2021-10-07 13:08:42 +02:00
CvH
aea17da3bf kodi: update to 3d01768 2021-09-25 15:40:17 +02:00
CvH
0cf3e4f25a kodi: update to 4471acb 2021-04-09 17:21:03 +02:00
Matthias Reichl
addab9b783 Revert "kodi: service addon wrapper call fix"
This reverts commit 3fc36563b1.

This fixes service addons not being started after installation.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-03-17 16:57:38 +01:00
CvH
311253d876 kodi: update to bb88e5e 2021-01-30 14:45:52 +01:00
CvH
1a55573c22 kodi: update to 19.0b1 2020-11-17 18:52:40 +01:00
CvH
a83571f1c6 kodi: update to 6384782 2020-10-19 20:54:07 +02:00
CvH
624e7400e6 kodi: update to ce12328 2020-10-03 13:41:31 +02:00
CvH
eceac1f3e7 kodi: update to 1cd618c 2020-09-13 12:32:26 +02:00
CvH
3e489bf694 kodi: rebased patches 2020-09-04 21:18:58 +02:00
vpeter4
3fc36563b1 kodi: service addon wrapper call fix
Currently when addon is installed it's service is enabled and started.
But immediately service is stopped, disabled, enabled and started again.
This second part should be executed only on addon's update.
2018-12-28 14:26:17 +01:00
MilhouseVH
1050a8218f kodi: fix services patch after PR13443 2018-02-16 05:18:46 +00:00
Matthias Reichl
9e101a6203 kodi: services patch updated after PR12905 2017-11-02 10:10:15 +00:00
Matthias Reichl
89e6d75a40 kodi: refactor service addon wrapper
Simplify the kodi addon wrapper patch, pass call hook context and
addon path on to wrapper instead of just enable/disable.

The logic of what should happen with service addons on
enable/disable/install/uninstall is moved out of kodi
into the wrapper script.

Also add restart and reload contexts so service addons can call
the wrapper from python code on settings change instead of having
to directly interact with systemctl.

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-10-12 19:59:11 +02:00