summaryrefslogtreecommitdiff
path: root/plugin.video.filmrisetv/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Lunatixz@users.noreply.github.com>2017-04-26 19:26:52 -0400
committerenen92 <enen92@users.noreply.github.com>2017-04-27 00:26:52 +0100
commit650a2595e8041a0ed4aa7f297981d383e391ea0c (patch)
treea6eca947fb59dc47df2c9b5eca83049b36dcd632 /plugin.video.filmrisetv/addon.xml
parentef22a7bf0a572f35c34ff453a4e1e5064f1b1cbc (diff)
[Plugin.video.filmrisetv] 1.0.0 (#1175)
* [plugin.video.filmrisetv] 1.0.0 Very light weight youtube wrapper for filmrise channels. FilmRise delivers unlimited FREE instant streaming of popular movies and hit TV shows. FilmRise acquires and distributes movies and TV series for worldwide release in all media. * removed dup
Diffstat (limited to 'plugin.video.filmrisetv/addon.xml')
-rw-r--r--plugin.video.filmrisetv/addon.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugin.video.filmrisetv/addon.xml b/plugin.video.filmrisetv/addon.xml
new file mode 100644
index 0000000..838e88a
--- /dev/null
+++ b/plugin.video.filmrisetv/addon.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.filmrisetv" version="1.0.0" name="FilmRise - 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">FilmRise acquires and distributes movies and TV series for worldwide release in all media.</summary>
+ <description lang="en_GB">FilmRise delivers unlimited FREE instant streaming of popular movies and hit TV shows. Choose from our extensive collection of movies and TV spanning all genres – available absolutely free with no subscription. All FilmRise movies and TV shows are available instantly. For more information and high quality film and TV entertainment, please visit FilmRise.com.</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.filmriseTV</source>
+ <news></news>
+ <assets>
+ <icon>icon.png</icon>
+ <fanart>fanart.jpg</fanart>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file