Skip to content

Commit 8810f87

Browse files
sebastiansITSebastian
andauthored
Update Libraries for Kodi 20 (#5)
* Update xbmc.python to 3.0.1 --------- Co-authored-by: Sebastian <sebastian@sebastiansit.de>
1 parent a7b07fa commit 8810f87

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed
9 Bytes
Binary file not shown.
56 Bytes
Binary file not shown.

sources/screensaver.rpi-backlight-disabler/addon.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22

33
<!--
4-
Copyright 2016, 2017 Sebastian Spautz <sebastian@human-injection.de>
4+
Copyright 2016, 2017, 2023 Sebastian Spautz <sebastian@human-injection.de>
55
66
This file is part of "RPI Display Backlight Control for Kodi".
77
@@ -21,9 +21,10 @@
2121

2222
<addon id="de.sebastiansit.kodi.rpi.backlight.screensaver"
2323
name="Disable RPI Backlight"
24-
version="0.2.0" provider-name="SebastiansIT">
24+
version="0.3.0" provider-name="SebastiansIT">
2525
<requires>
26-
<import addon="xbmc.python" version="3.0.0"/>
26+
<!-- For actual Versions of XBMC see https://kodi.wiki/view/Addon.xml#%3Cimport%3E -->
27+
<import addon="xbmc.python" version="3.0.1"/>
2728
</requires>
2829

2930
<!-- Screensaver: Disable Backlight -->
@@ -48,7 +49,9 @@
4849
<icon>icon.png</icon>
4950
</assets>
5051

51-
<news>v0.2.0 (2022-02-20)
52+
<news>v0.3.0 (2023-02-20)
53+
- update to Kodi 20 (Nexus)
54+
v0.2.0 (2022-02-20)
5255
- change dependency from Python 2 to Python 3
5356
v0.1.3 (2017-04-21)
5457
- If Kodi isn't run as user root, try sudo for shell comands to disable/enable backlight

sources/script.rpi-backlight-control/addon.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121

2222
<addon id="de.sebastiansit.kodi.rpi.backlight.control"
2323
name="RPI Backlight Brightness Control"
24-
version="0.2.1" provider-name="SebastiansIT">
24+
version="0.3.0" provider-name="SebastiansIT">
2525
<requires>
26-
<import addon="xbmc.python" version="3.0.0"/>
26+
<!-- For actual Versions of XBMC see https://kodi.wiki/view/Addon.xml#%3Cimport%3E -->
27+
<import addon="xbmc.python" version="3.0.1"/>
2728
</requires>
2829

2930
<!-- Application: Set the brightness to the configured value -->
@@ -54,7 +55,9 @@
5455
<icon>icon.png</icon>
5556
</assets>
5657

57-
<news>v0.2.0 (2022-02-20)
58+
<news>v0.3.0 (2023)
59+
- update to Kodi 20 (Nexus)
60+
v0.2.0 (2022-02-20)
5861
- change dependency from Python 2 to Python 3
5962
v0.1.1 (2017-03-04)
6063
- update to Kodi 17.0 (Krypton)

0 commit comments

Comments
 (0)