-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 1.26 KB
/
addon.xml
File metadata and controls
25 lines (25 loc) · 1.26 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="weather.multi" name="Multi Weather" version="1.0.27" provider-name="cytech">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.openweathermap.maps" version="1.0.4"/>
<import addon="script.module.requests" version="2.22.0+matrix.1"/>
<import addon="script.module.dateutil" version="2.8.1+matrix.1"/>
<!-- <import addon="script.module.web-pdb" version="1.5.6"/>-->
</requires>
<extension point="xbmc.python.weather" library="default.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Weather forecast from several providers</summary>
<description lang="en_GB">Weather forecast provided by Yahoo, WundergroundPWS, AmbientWeather.net (PWS Current), Weatherbit and Openweathermap</description>
<platform>all</platform>
<license>GPL-2.0-only</license>
<forum></forum>
<source>https://github.com/cytech/weather.multi</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<lifecyclestate type="broken" lang="en_GB">Yahoo no longer provides weather data to new users</lifecyclestate>
<news>- fork of https://gitlab.com/ronie/weather.multi to add WundergroundPWS and AmbientPWS </news>
</extension>
</addon>