Skip to content

Commit 6c2695f

Browse files
authored
Address findings by kodi-addon-checker (#48)
1 parent 0434735 commit 6c2695f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

addon.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="script.service.hyperion" name="Hyperion Ambilight" version="1.0.6" provider-name="hyperion-project">
33
<requires>
4-
<import addon="xbmc.addon" version="17.0.0"/>
5-
<import addon="xbmc.python" version="3.0.0"/>
4+
<import addon="xbmc.addon" version="20.0.0"/>
5+
<import addon="xbmc.python" version="3.0.1"/>
66
<import addon="script.module.protobuf" version="4.23.2"/>
77
</requires>
8-
<extension point="xbmc.service" library="addon.py" start="login"/>
8+
<extension point="xbmc.service" library="addon.py"/>
99
<extension point="xbmc.addon.metadata">
1010
<summary lang="en_GB">Capture and send your current Kodi-picture to your Hyperion Ambient Lighting system.</summary>
1111
<summary lang="de_DE">Übermittle das aktuelle Kodi-Bild an dein Hyperion Ambient Lighting System.</summary>
@@ -18,7 +18,7 @@
1818
<platform>all</platform>
1919
<forum>https://hyperion-project.org/forum</forum>
2020
<website>https://www.hyperion-project.org</website>
21-
<source>https://github.com/hyperion-project/script.service.hyperion</source>
21+
<source>https://github.com/hyperion-project/hyperion.kodi</source>
2222
<license>MIT</license>
2323
<news>v1.0.6
2424
- Kodi Nexus support. Dropped earlier versions.

resources/fanart.png

14.7 KB
Loading

resources/icon.png

117 KB
Loading

resources/screenshot-01.png

2.08 KB
Loading

0 commit comments

Comments
 (0)