-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
addon.xml
33 lines (33 loc) · 1.87 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="weather.ozweather" name="Oz Weather" version="2.1.3" provider-name="Bossanova808">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.22.0+matrix.1"/>
<import addon="script.module.beautifulsoup4" version="4.8.2+matrix.1"/>
<import addon="script.module.pytz" version="3.0+matrix.2"/>
<import addon="script.module.bossanova808" version="1.0.0"/>
</requires>
<extension point="xbmc.python.weather" library="default.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Weather forecasting and radar images for Australia using Bureau of Meteorology data</summary>
<description lang="en_GB">Weather forecasting and radar images for Australia using Bureau of Meteorology data. For full features (animated radars & ABC weather videos) - make sure you install the replacement skin files - see information at the addon wiki (https://kodi.wiki/index.php?title=Add-on:Oz_Weather).</description>
<disclaimer lang="en_GB">Use of this addon implies you agree to the following terms and conditions - https://reg.bom.gov.au/other/copyright.shtml and https://reg.bom.gov.au/other/disclaimer.shtml</disclaimer>
<platform>all</platform>
<language>en</language>
<license>GPL-3.0-only</license>
<forum>https://forum.kodi.tv/showthread.php?tid=116905</forum>
<website>https://kodi.wiki/index.php?title=Add-on:Oz_Weather</website>
<email>[email protected]</email>
<source>https://github.com/bossanova808/weather.ozweather</source>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<news>v2.1.3
- Bugfix for 2.1.2, fix missed import
v2.1.2
- Remove old common code, instead use new script.module.bossanova808
- Fix for occasional error with missing national radar background
</news>
</extension>
</addon>