summaryrefslogtreecommitdiff
path: root/plugin.video.spiketv/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.spiketv/addon.xml')
-rw-r--r--plugin.video.spiketv/addon.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugin.video.spiketv/addon.xml b/plugin.video.spiketv/addon.xml
new file mode 100644
index 0000000..6e1cb68
--- /dev/null
+++ b/plugin.video.spiketv/addon.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.spiketv" version="1.0.0" name="Spike" 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.youtube.dl" version="17.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 full episodes and exclusive show highlights from your favorite Spike shows.</summary>
+ <description lang="en_GB">Spike delivers original entertainment that informs, engages, inspires and above all push the boundaries of the unexpected with series like Bar Rescue, Lip Sync Battle, Ink Master, Catch a Contractor and the combat sports block Friday Night Lights Out.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/plugin.video.spiketv/tree/master</source>
+ <website>http://spiketv.com</website>
+ <news></news>
+ <forum>https://forum.kodi.tv/showthread.php?tid=323852</forum>
+ <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>
+ </assets>
+ </extension>
+</addon>