-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,12 @@ | |
</extension> | ||
</addon> | ||
|
||
<addon id="plugin.video.jiotv" name="JioTV" version="2.2.2" provider-name="botallen"> | ||
<addon id="plugin.video.jiotv" name="JioTV" version="2.3.0" provider-name="botallen"> | ||
<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.2"/> | ||
<import addon="script.module.inputstreamhelper" version="0.5.10"/> | ||
<import addon="inputstream.adaptive" minversion="2.6.6"/> | ||
<import addon="repository.botallen" version="2.0.0"/> | ||
</requires> | ||
<extension point="xbmc.python.pluginsource" library="addon.py"> | ||
|
@@ -78,6 +79,10 @@ | |
<email>[email protected]</email> | ||
<source>https://github.com/botallen/plugin.video.jiotv</source> | ||
<news> | ||
[- 2.3.0 -] | ||
[added] more extra channels | ||
[added] inputstream adaptive as a dependency | ||
|
||
[- 2.2.0 -] | ||
[fixed] Bugs related to playback | ||
[added] Login with OTP | ||
|
@@ -105,6 +110,9 @@ | |
<assets> | ||
<icon>resources/icon.png</icon> | ||
<fanart>resources/fanart.png</fanart> | ||
<screenshot>resources/screenshots/screenshot000.png</screenshot> | ||
<screenshot>resources/screenshots/screenshot001.png</screenshot> | ||
<screenshot>resources/screenshots/screenshot002.png</screenshot> | ||
</assets> | ||
<reuselanguageinvoker>true</reuselanguageinvoker> | ||
</extension> | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
80c77f112887e29210337ba6ab7326ef | ||
3b988023804657a7a07089fb44d6776a |
54698a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to working for python project
54698a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@babapragadees this is not relevant. ask here https://www.reddit.com/r/Python/