-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
22 lines (22 loc) · 1.08 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.kodi.knewc" name="NextPVR New Client" version="2.10.1" provider-name="emveepee">
<requires>
<!--import addon="xbmc.python" version="2.1.0"/-->
<import addon="script.module.future" version="0.16.0.4"/>
<import addon="script.module.dateutil" version="2.7.3"/>
<import addon="script.module.kodi-six" />
</requires>
<extension point="xbmc.python.script" library="default.py">
</extension>
<!-- <extension point="xbmc.service" library="default.py" start="startup"></extension> -->
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>28764</minversion>
<summary lang="en">Python script to access NextPVR v4-v6 using NEWA or internal JSON API</summary>
<description lang="en">Supplement NextPVR PVR Addon with additional functionality Compatible with python 2.7 or python 3</description>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>