summaryrefslogtreecommitdiff
path: root/plugin.video.bobross/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Kgraer@gmail.com>2018-01-19 22:16:14 -0500
committerMartijn Kaijser <martijn@xbmc.org>2018-01-22 16:58:59 +0100
commit0a034cdf4dba29c0b2cf73c31d82cb25383fdc65 (patch)
treefd6d9b4ed0b13c3fc3c7fd78a3e2c9c17983636f /plugin.video.bobross/addon.xml
parenta55a6475b943a804fd76b5181b7d82968c2ea096 (diff)
[plugin.video.bobross] 1.0.0
Diffstat (limited to 'plugin.video.bobross/addon.xml')
-rw-r--r--plugin.video.bobross/addon.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugin.video.bobross/addon.xml b/plugin.video.bobross/addon.xml
new file mode 100644
index 0000000..90fab3c
--- /dev/null
+++ b/plugin.video.bobross/addon.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.bobross" version="1.0.0" name="Bob Ross - YouTube" provider-name="Lunatixz">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="plugin.video.youtube" version="5.3.10"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">The official YouTube channel of "The Joy of Painting" and Bob Ross. Happy painting!!</summary>
+ <description lang="en_GB">You've see Bob Ross before. He is the soft-spoken guy painting happy clouds, mountains, and trees in about 26 television minutes, using big house painting-type brushes and encouraging audiences with his gentle reminder, "you can do it." The Joy of Painting is an American half-hour instructional television show hosted by painter Bob Ross which ran from January 11, 1983, until May 17, 1994. In each episode, Ross taught techniques for landscape oil painting, completing a painting in each session.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/Kodi_Addons/tree/master/plugin.video.bobross</source>
+ <news></news>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>fanart.jpg</fanart>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file