summaryrefslogtreecommitdiff
path: root/plugin.video.tvland/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Kgraer@gmail.com>2018-01-13 00:22:04 -0500
committerMartijn Kaijser <martijn@xbmc.org>2018-01-13 10:21:14 +0100
commit17dcc95bfb0b90542f3512880c7309b99f1cbb91 (patch)
treec131999a0228ed1b6ef973dc8b3b48371500f7dc /plugin.video.tvland/addon.xml
parent27854c6fbe810992f76591a99ba7e6c3f958b060 (diff)
[plugin.video.tvland] 1.0.0
missing screenshots
Diffstat (limited to 'plugin.video.tvland/addon.xml')
-rw-r--r--plugin.video.tvland/addon.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugin.video.tvland/addon.xml b/plugin.video.tvland/addon.xml
new file mode 100644
index 0000000..9e64b0e
--- /dev/null
+++ b/plugin.video.tvland/addon.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.tvland" version="1.0.0" name="TV Land" 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 clips from your favorite TV Land shows.</summary>
+ <description lang="en_GB">TV Land plays your favorite sitcoms and funny, fresh Original Series including YOUNGER, the critically acclaimed hit series starring Sutton Foster and Hillary Duff. THE JIM GAFFIGAN SHOW, featuring Jim in a new series inspired by his real life as the father of five kids. IMPASTOR, starring Michael Rosenbaum, is a comedy about a guy on the run who poses as a gay pastor and TEACHERS, featuring comedy troupe The Katydids, about the dysfunctional educators who mold America’s youth.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/plugin.video.tvland/tree/master</source>
+ <website>http://tvland.com</website>
+ <news></news>
+ <forum>https://forum.kodi.tv/showthread.php?tid=326984</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>