summaryrefslogtreecommitdiff
path: root/plugin.video.eevblogtv/addon.xml
diff options
context:
space:
mode:
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