]> git.nbdom.net Git - plugin.video.news.nbdom.net.git/commitdiff
addon.xml
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 17 Apr 2019 10:44:38 +0000 (11:44 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 17 Apr 2019 10:44:38 +0000 (11:44 +0100)
addon.xml [new file with mode: 0644]

diff --git a/addon.xml b/addon.xml
new file mode 100644 (file)
index 0000000..1b794b0
--- /dev/null
+++ b/addon.xml
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<addon 
+  id="plugin.news.nbdom" 
+  name="News.nbdom.net Video Podcasts" 
+  provider-name="news.nbdom.net" 
+  version="0.0.9">
+  <requires>
+    <import  addon="xbmc.python"                      version="2.1.0" />
+    <import  addon="script.common.plugin.cache"       version="1.5.1" />
+    <import  addon="script.module.parsedom"           version="1.5.1" />
+    <import  addon="script.module.simple.downloader"  version="0.9.4" />
+  </requires>
+  <extension library="default.py"                     point="xbmc.python.pluginsource">
+    <provides>video</provides>
+  </extension>
+  <extension point="xbmc.addon.metadata">
+    <summary lang="en">News.nbdom.net video plugin</summary>
+    <description lang="en">New.nbdom.net is an independent, listener-supported alternative news source. It operates on the principle of open source intelligence and provides podcasts, interviews, articles and videos about breaking news and important issues from 9/11 Truth and false flag terror to the Big Brother police state, eugenics, geopolitics, the central banking fraud and more..</description>
+    <language>en</language>
+    <platform>all</platform>
+       <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+       <forum>http://forum.xbmc.org/showthread.php?tid=177772</forum>
+       <website>http://news.nbdom.net/</website>
+       <email></email>
+       <source>http://news.nbdom.net/plugin.zip</source>
+  </extension>
+</addon>