Skip to content

Commit

Permalink
2.10.1 Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
emveepee committed Oct 7, 2024
1 parent 66b63a8 commit 7eb43b7
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 2 deletions.
17 changes: 16 additions & 1 deletion repo/addons.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="script.kodi.knewc" name="NextPVR New Client" version="2.10.0" provider-name="emveepee">
<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"/>
Expand All @@ -21,4 +21,19 @@
</assets>
</extension>
</addon>

<addon id="script.xbmc.x-newa" name="X-NEWA" version="2.5.4" provider-name="emveepee">
<requires> 1
<import addon="xbmc.python" version="2.1.0"/>
</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">X-NEWA python script to access NextPVR using NEWA web services</summary>
<description lang="en">Supplement NextPVR PVR Addon with additional functionality </description>
</extension>
</addon>
</addons>
2 changes: 1 addition & 1 deletion repo/addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
865dff3220d129945fb0d4acdbc80c21
d862de8f48f314962a5b4ae82f66f194
22 changes: 22 additions & 0 deletions repo/script.kodi.knewc/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
Binary file not shown.
15 changes: 15 additions & 0 deletions repo/script.xbmc.x-newa/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmc.x-newa" name="X-NEWA" version="2.5.4" provider-name="emveepee">
<requires> 1
<import addon="xbmc.python" version="2.1.0"/>
</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">X-NEWA python script to access NextPVR using NEWA web services</summary>
<description lang="en">Supplement NextPVR PVR Addon with additional functionality </description>
</extension>
</addon>

0 comments on commit 7eb43b7

Please sign in to comment.