-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
45 lines (45 loc) · 1.75 KB
/
addon.xml
File metadata and controls
45 lines (45 loc) · 1.75 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.aman.jiotv" name="JioTV" version="1.4" provider-name="AmanCode22">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.codequick" version="1.0.2"/>
<import addon="script.module.inputstreamhelper" version="0.5.10"/>
<import addon="inputstream.adaptive" minversion="2.6.6"/>
<import addon="script.module.requests" version="2.27.1"/>
<!-- <import addon="script.module.web-pdb" /> -->
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Stream Live Indian Channels From JioTV With 7 Days Catchup on Kodi</summary>
<description lang="en_GB">Enjoy Live TV and 7 Day Catchup experience in Kodi.</description>
<language>en</language>
<platform>all</platform>
<license>MIT</license>
<news>
[-1.4-]
Fixed video stopping after approx 2 minutes.
[-1.3-]
Fixed bugs and updated APIs.
[-1.2-]
Added star channels.
Disney and Hungama also added.
[-1.1-]
Added quality selector in play.
Migrated from folder view to video view.
Some minor bug fixes.
[- 1.0-]
Initial Release</news>
<disclaimer>This plugin is not officially commissioned/supported by Jio. The trademark "Jio"
is registered by "Reliance Corporate IT Park Limited (RCITPL)"</disclaimer>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/icon.png</fanart>
<screenshot>resources/icon.png</screenshot>
<screenshot>resources/icon.png</screenshot>
<screenshot>resources/icon.png</screenshot>
</assets>
<reuselanguageinvoker>true</reuselanguageinvoker>
</extension>
</addon>