summaryrefslogtreecommitdiff
path: root/plugin.video.comettv/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.comettv/addon.xml')
-rw-r--r--plugin.video.comettv/addon.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugin.video.comettv/addon.xml b/plugin.video.comettv/addon.xml
new file mode 100644
index 0000000..54a062a
--- /dev/null
+++ b/plugin.video.comettv/addon.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.comettv"
+ name="Comet TV Live"
+ version="3.0.7"
+ provider-name="t1m">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.t1mlib" version="1.0.18"/>
+ <import addon="inputstream.adaptive" version="2.0.0"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource"
+ library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Comet TV Live</summary>
+ <description lang="en_GB">COMET is a new television channel dedicated to sci-fi entertainment offering popular favorites, cult classics, and undiscovered gems, every day.</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>https://forum.kodi.tv/showthread.php?tid=262874</forum>
+ <website>www.comettv.com</website>
+ <email></email>
+ <source>https://github.com/learningit/plugin.video.comettv</source>
+ </extension>
+</addon>