summaryrefslogtreecommitdiff
path: root/plugin.video.tvo/addon.xml
diff options
context:
space:
mode:
authorlearningit <scottyroscoe13@gmail.com>2018-02-01 21:03:40 -0500
committerMartijn Kaijser <martijn@xbmc.org>2018-02-02 05:43:02 +0100
commitffe09a76ab7814bfeedecc182e7594a1774f8d9e (patch)
treeadda5c64143f4bfd9d72b4d036bc48a95dd3480b /plugin.video.tvo/addon.xml
parent3fca3f7d6e9d3e2af7a5632840540c14e8554ae2 (diff)
[plugin.video.tvo] 3.0.8krypton
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>