Skip to content

Commit

Permalink
Address findings by kodi-addon-checker (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey authored Jul 12, 2023
1 parent 0434735 commit 6c2695f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.service.hyperion" name="Hyperion Ambilight" version="1.0.6" provider-name="hyperion-project">
<requires>
<import addon="xbmc.addon" version="17.0.0"/>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.addon" version="20.0.0"/>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.protobuf" version="4.23.2"/>
</requires>
<extension point="xbmc.service" library="addon.py" start="login"/>
<extension point="xbmc.service" library="addon.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Capture and send your current Kodi-picture to your Hyperion Ambient Lighting system.</summary>
<summary lang="de_DE">Übermittle das aktuelle Kodi-Bild an dein Hyperion Ambient Lighting System.</summary>
Expand All @@ -18,7 +18,7 @@
<platform>all</platform>
<forum>https://hyperion-project.org/forum</forum>
<website>https://www.hyperion-project.org</website>
<source>https://github.com/hyperion-project/script.service.hyperion</source>
<source>https://github.com/hyperion-project/hyperion.kodi</source>
<license>MIT</license>
<news>v1.0.6
- Kodi Nexus support. Dropped earlier versions.
Expand Down
Binary file modified resources/fanart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/screenshot-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c2695f

Please sign in to comment.