Skip to content

Commit

Permalink
[screensaver.weather] 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heckie75 committed Feb 25, 2024
1 parent 40b82f8 commit 6a02401
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
26 changes: 26 additions & 0 deletions screensaver.weather/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="screensaver.weather" name="Show weather" version="1.0.0" provider-name="Heckie">
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension point="xbmc.ui.screensaver" library="default.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">just display the weather dialog</summary>
<summary lang="de_DE">zeige einfach das Wetter an</summary>
<description lang="en_GB">
</description>
<description lang="de_DE">
</description>
<language>en</language>
<language>de</language>
<platform>all</platform>
<license>MIT</license>
<website>https://github.com/Heckie75/kodi-addon-screensaver-weather</website>
<source>https://github.com/Heckie75/kodi-addon-screensaver-weather</source>
<news>
</news>
<assets>
<icon>resources/assets/icon.png</icon>
</assets>
</extension>
</addon>
5 changes: 5 additions & 0 deletions screensaver.weather/default.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import xbmc

if __name__ == "__main__":

xbmc.executebuiltin("ActivateWindow(Weather)")
Binary file added screensaver.weather/resources/assets/icon.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 6a02401

Please sign in to comment.