summaryrefslogtreecommitdiff
path: root/plugin.video.newson/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Lunatixz@users.noreply.github.com>2017-06-13 05:59:43 -0400
committerenen92 <enen92@users.noreply.github.com>2017-06-13 10:59:43 +0100
commit5340139bcfe7ca4b5ed1ca9b38f6de683249d715 (patch)
tree9f61642d1d936f7f2b87572ead5e20616c189542 /plugin.video.newson/addon.xml
parentd4589ffa304cfc6889783eaa451697d45fd6b344 (diff)
[plugin.video.newson] 1.0.2 (#1256)
* [plugin.video.newson] 1.0.2 * recommend changes * [plugin.video.newson] 1.0.2
Diffstat (limited to 'plugin.video.newson/addon.xml')
-rw-r--r--plugin.video.newson/addon.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugin.video.newson/addon.xml b/plugin.video.newson/addon.xml
new file mode 100644
index 0000000..a2d754c
--- /dev/null
+++ b/plugin.video.newson/addon.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.newson" version="1.0.2" name="NewsON" provider-name="Lunatixz">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.simplecache" version="1.0.0"/>
+ <import addon="script.module.feedparser" version="5.1.3"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Local News Nationwide</summary>
+ <description lang="en_GB">NewsON provides instant access to live or on-demand broadcasts from over 170 local stations in 113 U.S. markets. Access previous newscasts for up to 48 hours after they air, and share interesting stories with the integrated social media share function directly from the app. Search for a local station with the interactive map or watch the station closest to you on smartphones, tablets, or Roku streaming players. Save favorite stations, and stay updated with breaking news alerts sent directly to mobile devices from the local source of the news. Stay connected anytime, anywhere without a cable subscription or login.</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.newson</source>
+ <website>http://watchnewson.com/</website>
+ <forum>https://forum.kodi.tv/showthread.php?tid=315924</forum>
+ <news>v1.0.1[CR]- Updated cache parameters, Improved error detection.,v1.0.2[CR]- Updated cache parameters.</news>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>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>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file