forked from jdollarKodi/script.module.tzlocal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
25 lines (25 loc) · 977 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.tzlocal"
name="tzlocal"
version="2.0.0"
provider-name="Lennart Regebro">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.pytz" version="2014.2"/>
</requires>
<extension point="xbmc.python.module"
library="lib"/>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Python Module to find out the current time zone</summary>
<description lang="en_GB">Packed for Kodi from https://github.com/regebro/tzlocal, forked from https://github.com/jdollarKodi/script.module.tzlocal</description>
<platform>all</platform>
<language></language>
<license>MIT</license>
<forum></forum>
<website>https://github.com/regebro/tzlocal</website>
<source>https://github.com/regebro/tzlocal</source>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>