summaryrefslogtreecommitdiff
path: root/plugin.video.science.friday/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.science.friday/addon.xml')
-rw-r--r--plugin.video.science.friday/addon.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugin.video.science.friday/addon.xml b/plugin.video.science.friday/addon.xml
new file mode 100644
index 0000000..5ff7bb0
--- /dev/null
+++ b/plugin.video.science.friday/addon.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.science.friday" name="Science Friday" provider-name="willforde" version="3.0.0">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.codequick" version="0.9.0"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="addon.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Science Friday is your trusted source for stories about science.</summary>
+ <description lang="en_GB">Science Friday is your trusted source for news and entertaining stories about science. We started as a radio show, created in 1991 by host and executive producer Ira Flatow. Since then, weve grown into much more: We produce award-winning digital videos and publish original web content covering everything from octopus camouflage to cooking on Mars. SciFri is brain fun, for curious people.</description>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
+ <source>https://github.com/willforde/plugin.video.science.friday</source>
+ <forum>http://forum.kodi.tv/showthread.php?tid=200630</forum>
+ <website>http://www.sciencefriday.com</website>
+ <email>willforde+addon@gmail.com</email>
+ <platform>all</platform>
+ <language>en</language>
+ <assets>
+ <icon>resources/icon.png</icon>
+ <fanart>resources/fanart.jpg</fanart>
+ <screenshot>resources/screenshots/screenshot000.jpg</screenshot>
+ <screenshot>resources/screenshots/screenshot001.jpg</screenshot>
+ <screenshot>resources/screenshots/screenshot002.jpg</screenshot>
+ </assets>
+ <news>[upd] Upgraded to use the codequick framework.</news>
+ </extension>
+</addon>