2022-03-14 20:39:58 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<addon id="script.video.iptv.itv"
|
2022-03-14 21:39:29 +03:00
|
|
|
name="ITV"
|
|
|
|
version="1.2.1"
|
2022-03-14 20:39:58 +03:00
|
|
|
provider-name="Dmitry Vinogradov">
|
|
|
|
<requires>
|
|
|
|
<import addon="xbmc.python" version="3.0.0"/>
|
2022-03-14 21:39:29 +03:00
|
|
|
<import addon="script.module.iptvlib" version="1.2.1"/>
|
2022-03-14 20:39:58 +03:00
|
|
|
</requires>
|
2022-03-14 21:39:29 +03:00
|
|
|
<extension point="xbmc.python.module" library="."/>
|
2022-03-14 20:39:58 +03:00
|
|
|
<extension point="xbmc.python.script" library="default.py">
|
|
|
|
<provides>video</provides>
|
|
|
|
</extension>
|
|
|
|
<extension point="xbmc.addon.metadata">
|
|
|
|
<assets>
|
|
|
|
<icon>resources/icon.png</icon>
|
|
|
|
<fanart></fanart>
|
|
|
|
<screenshot></screenshot>
|
|
|
|
</assets>
|
|
|
|
<platform>all</platform>
|
|
|
|
<summary lang="en">IPTV player for ITV (itv.live)</summary>
|
|
|
|
<description lang="en">IPTV player for ITV (itv.live)</description>
|
|
|
|
<license>GNU LESSER GENERAL PUBLIC LICENSE Version 3, June 2007</license>
|
|
|
|
<source>https://github.com/kodi-iptv-addons</source>
|
|
|
|
<news>
|
|
|
|
v1.1.3 (2020-04-15)
|
|
|
|
- Minor bug fixes
|
|
|
|
v1.1.2 (2020-03-30)
|
|
|
|
- Fixed stream URL resolving
|
|
|
|
v1.1.1 (2019-01-31)
|
|
|
|
- Implemented usage of alternative EPG with program images
|
|
|
|
- Added stop on idle addon settings
|
|
|
|
v1.0.4 (2018-11-02)
|
|
|
|
- Improved error handling
|
|
|
|
v1.0.3 (2018-10-20)
|
|
|
|
- Handle authentication failures properly
|
|
|
|
v1.0.2 (2018-10-20)
|
|
|
|
- Set default value for hostname in settings to api.itv.live
|
|
|
|
v1.0.1 (2018-10-19)
|
|
|
|
- Bug fixes
|
|
|
|
v1.0.0 (2018-10-19)
|
|
|
|
- Initial release
|
|
|
|
</news>
|
|
|
|
</extension>
|
|
|
|
</addon>
|