summaryrefslogtreecommitdiff
path: root/plugin.video.ustvnow/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Lunatixz@users.noreply.github.com>2017-07-16 09:44:54 -0400
committerenen92 <enen92@users.noreply.github.com>2017-07-16 14:44:54 +0100
commit77fc8fe3560fc946de7c3391b4ec04cf8c32f4d1 (patch)
tree44b1b6f4c7bd4cf68d16af10de361b9e6956eaa2 /plugin.video.ustvnow/addon.xml
parent9ce79969174c5db89f4aea414397408a2e154877 (diff)
[plugin.video.ustvnow] 2017.4.7 (#1321)
Watch All the Major American Television Networks Live in HD for Free!
Diffstat (limited to 'plugin.video.ustvnow/addon.xml')
-rw-r--r--plugin.video.ustvnow/addon.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugin.video.ustvnow/addon.xml b/plugin.video.ustvnow/addon.xml
new file mode 100644
index 0000000..77525a7
--- /dev/null
+++ b/plugin.video.ustvnow/addon.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.ustvnow" name="USTVnow" provider-name="Lunatixz" version="2017.4.7">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.simplecache" 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">Watch All the Major American Television Networks Live in HD for Free!</summary>
+ <description lang="en_GB">Watch All the Major American Television Networks Live in HD! Entirely Legal and Free! You can also record content through their web site, and there is an optional premium service available with all kinds of other channels. Signup for a free account through the following link today: http://watch.ustvnow.com</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/XBMC_Addons/tree/master/plugin.video.ustvnow</source>
+ <website>http://ustvnow.com</website>
+ <forum>http://forum.kodi.tv/showthread.php?tid=233135</forum>
+ <news>2017.4.7[CR]-100% new code base, written from scratch for your enjoy!!, DVR Recording and Playback Untested.[CR]2017.4.7a[CR]- Added "Featured"[CR]- Fixed DVR support.</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> \ No newline at end of file