summaryrefslogtreecommitdiff
path: root/plugin.video.plutotv/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Lunatixz@users.noreply.github.com>2017-06-04 16:28:36 -0400
committerenen92 <enen92@users.noreply.github.com>2017-06-04 21:28:36 +0100
commit096c4fcd2e8f66ee55b30b3a81e38e4a9fb0cfa1 (patch)
treebe6ad69184ff9e8b8d2469e495dfc0c3e7d9cd87 /plugin.video.plutotv/addon.xml
parent85b0671d028bf0f91b96d6fe19e9ab42b1f22f49 (diff)
[plugin.video.plutotv] 1.0.0 (#1241)
Diffstat (limited to 'plugin.video.plutotv/addon.xml')
-rw-r--r--plugin.video.plutotv/addon.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/plugin.video.plutotv/addon.xml b/plugin.video.plutotv/addon.xml
new file mode 100644
index 0000000..b3b7076
--- /dev/null
+++ b/plugin.video.plutotv/addon.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.plutotv" version="1.0.0" name="Pluto.TV" provider-name="Lunatixz">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.requests" version="2.7.0"/>
+ <import addon="script.module.simplecache" version="1.0.0"/>
+ <import addon="script.module.urlresolver" version="0.0.1"/>
+ <import addon="plugin.video.youtube" version="5.1.8" optional="true"/>
+ <import addon="plugin.video.vimeo" version="4.1.4" optional="true"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">TV channels devoted to your favorite things, made from blockbuster movies from Paramount, ... “The genius of Pluto TV: This is real internet television”.</summary>
+ <description lang="en_GB">Watch Free TV on Kodi! Stream Pluto TV's 100+ channels of news, sports, and the Internet's best, completely free on your Kodi device.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/XBMC_Addons/tree/master/plugin.video.plutotv</source>
+ <website>http://pluto.tv/</website>
+ <forum>http://forum.kodi.tv/showthread.php?tid=315513</forum>
+ <news></news>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>fanart.jpg</fanart>
+ <screenshot>resources/images/screenshot01.png</screenshot>
+ <screenshot>resources/images/screenshot02.png</screenshot>
+ <screenshot>resources/images/screenshot03.png</screenshot>
+ <screenshot>resources/images/screenshot04.png</screenshot>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file