Skip to content

Commit

Permalink
2.10.0 Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
emveepee committed May 31, 2022
1 parent 4ad9609 commit ddb98fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
19 changes: 2 additions & 17 deletions 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.9.6" provider-name="emveepee">
<addon id="script.kodi.knewc" name="NextPVR New Client" version="2.10.0" provider-name="emveepee">
<requires>
<!--import addon="xbmc.python" version="2.1.0"/-->
<import addon="script.module.future" version="0.16.0.4"/>
Expand All @@ -13,27 +13,12 @@
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>28764</minversion>
<summary lang="en">Python script to access NextPVR v4 or v5 using NEWA or v5 API</summary>
<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>

<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 @@
c33d348a49ab91ac725a863305426de7
865dff3220d129945fb0d4acdbc80c21
Binary file not shown.

0 comments on commit ddb98fb

Please sign in to comment.