summaryrefslogtreecommitdiff
path: root/plugin.video.tvo/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.tvo/addon.xml')
-rw-r--r--plugin.video.tvo/addon.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugin.video.tvo/addon.xml b/plugin.video.tvo/addon.xml
new file mode 100644
index 0000000..18f2d7e
--- /dev/null
+++ b/plugin.video.tvo/addon.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.tvo"
+ name="TV Ontario"
+ version="3.0.8"
+ provider-name="t1m">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.t1mlib" version="1.0.18"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource"
+ library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">TV Ontario Videos</summary>
+ <description lang="en_GB">TVO is Ontario's public educational media organization and a trusted source of interactive educational content that informs, inspires, and stimulates curiosity.</description>
+ <disclaimer lang="en">Feel free to use this script. For information visit the wiki.</disclaimer>
+ <platform>all</platform>
+ <language>en</language>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
+ <forum>http://forum.kodi.tv/showthread.php?tid=222346</forum>
+ <website>tvo.org</website>
+ <email></email>
+ <source>https://github.com/learningit/repo-plugins</source>
+ </extension>
+</addon>