forked from Geletinousamigo/plugin.video.jiotv
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from tobalan/main
PR for new changes
- Loading branch information
Showing
7 changed files
with
213 additions
and
123 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.jiotv" name="JioTV" version="2.3.0" provider-name="botallen"> | ||
<addon id="plugin.video.jiotv" name="JioTV" version="2.3.4" provider-name="tobalan"> | ||
<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="inputstream.adaptive" version="20.3.2"/> | ||
<import addon="script.module.m3u8" version="0.5.4"/> | ||
<!-- <import addon="repository.botallen" version="2.0.0"/> --> | ||
<!-- <import addon="script.module.web-pdb" /> --> | ||
|
@@ -22,8 +22,25 @@ | |
<forum>https://botallen.com/discord</forum> | ||
<website>https://botallen.com</website> | ||
<email>[email protected]</email> | ||
<source>https://github.com/krreet/plugin.video.jiotv</source> | ||
<source>https://github.com/tobalan/plugin.video.jiotv</source> | ||
<news> | ||
[- 2.3.4 -] | ||
[added] AAC multi-audio fix (3rd Jun 2023) | ||
[added] Genres selection in Settings with Languages | ||
[added] EPG Source URL editable in Settings | ||
[added] Settings sections rearranged, removed 'Welcome-donate' popup. | ||
|
||
[- 2.3.3 -] | ||
[added] updated epg url | ||
[added] set epg cache to false | ||
[added] updset useInputstreamAdaptiveforHls to true | ||
|
||
[- 2.3.2 -] | ||
[added] generate playlist is off by default | ||
|
||
[- 2.3.1 -] | ||
[added] caching of reponses | ||
|
||
[- 2.3.0 -] | ||
[added] more extra channels | ||
[added] inputstream adaptive as a dependency | ||
|
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
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
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
Oops, something went wrong.