summaryrefslogtreecommitdiff
path: root/plugin.video.eevblogtv/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Lunatixz@users.noreply.github.com>2017-06-02 17:16:33 -0400
committerlearningit <scottyroscoe13@gmail.com>2017-06-02 17:16:33 -0400
commitef4823dcbc136fdc99832f894028f04f38db9f30 (patch)
tree0b8087365c00b2e4e386a88623419f1927f41d45 /plugin.video.eevblogtv/addon.xml
parent57a47d8448433a990e3fb5527ef4772defd112c9 (diff)
[plugin.video.eevblogtv] 1.0.0 (#1238)
Ultra lightweight youtube wraper for all eev blogs
Diffstat (limited to 'plugin.video.eevblogtv/addon.xml')
-rw-r--r--plugin.video.eevblogtv/addon.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugin.video.eevblogtv/addon.xml b/plugin.video.eevblogtv/addon.xml
new file mode 100644
index 0000000..b2cecb7
--- /dev/null
+++ b/plugin.video.eevblogtv/addon.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.eevblogtv" version="1.0.0" name="EEVBlog - YouTube" provider-name="Lunatixz">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="plugin.video.youtube" version="5.3.10"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">An off-the-cuff Video Blog about Electronics Engineering, for engineers, hobbyists, enthusiasts, hackers and Makers.</summary>
+ <description lang="en_GB">NO SCRIPT, NO FEAR, ALL OPINION[CR]An off-the-cuff Video Blog about Electronics Engineering, for engineers, hobbyists, enthusiasts, hackers and Makers.[CR]Hosted by Dave Jones from Sydney Australia.</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.eevblogtv</source>
+ <news></news>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>fanart.jpg</fanart>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file