summaryrefslogtreecommitdiff
path: root/plugin.video.ustvnow/addon.xml
blob: 8bf9192062e45f872e5242eb78a25d96882d450c (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.ustvnow" name="USTVnow" provider-name="Lunatixz" version="2017.11.18">
    <requires>
        <import addon="xbmc.python" version="2.25.0"/> 
        <import addon="script.module.requests" version="2.7.0"/> 
        <import addon="script.module.simplecache" version="1.0.0"/>
        <import addon="script.module.uepg" version="1.0.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">The Official plugin for the USTVnow Service.</summary>
        <description lang="en_GB">Entirely Legal and Free! Start watching instantly or record shows for later. Signup for one of three packages today!</description>
        <platform>all</platform>
        <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
        <source>https://github.com/Lunatixz/plugin.video.ustvnow/tree/master/</source>
        <website>http://ustvnow.com</website>
        <forum>http://forum.kodi.tv/showthread.php?tid=233135</forum>
        <news>[CR]2017.10.16[CR]- Added OnDemand (Preview).[CR]- Added Highlights.[CR]- Added Search.[CR]- Improved UI.[CR]- Added EPG Guide w/DVR context menu.[CR]- Misc. Tweaks and Corrections.[CR]2017.8.23[CR]- Added Preferred Playback Method and Stream Quality settings.[CR]2017.8.5[CR]- Fixed encoding error.[CR]2017.8.2[CR]- Fixed paid subscription channels and dvr control.[CR]2017.7.31[CR]- Fixed login issues.[CR]- Added fallback token generation[CR]- Added initial support for uEPG module.[CR]2017.7.26[CR]- Corrected version format.[CR]- Changed "Featured" and "Guide" click behavior.[CR]- Improved Error handling.[CR]2017.4.7a[CR]- Added "Featured"[CR]- Fixed DVR support.2017.4.7[CR]-100% new code base, written from scratch for your enjoy!!, DVR Recording and Playback Untested.</news>
        <assets>
            <icon>resources/images/icon.png</icon>
            <fanart>resources/images/fanart.jpg</fanart>
            <screenshot>resources/images/screenshot01.png</screenshot>
            <screenshot>resources/images/screenshot02.png</screenshot>
            <screenshot>resources/images/screenshot03.png</screenshot>
            <screenshot>resources/images/screenshot04.png</screenshot>
            <screenshot>resources/images/screenshot05.png</screenshot>
        </assets>
    </extension>
</addon>