-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
23 lines (23 loc) · 862 Bytes
/
addon.xml
File metadata and controls
23 lines (23 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.tzlocal"
name="tzlocal"
version="1.3.1"
provider-name="jdollar">
<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>Python Module to find out the current time zone</summary>
<description>Packed for Kodi from https://github.com/regebro/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>
<email>ionizedwarhead10 AT gmail.com</email>
</extension>
</addon>