Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[screensaver.weather] 1.0.0 #2591

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions screensaver.weather/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?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">just display the weather dialog
</description>
<description lang="de_DE">zeige einfach das Wetter an
</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>
v1.0.0 (2024-02-25)
- initial version
</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.
Loading